welcome ipfs

This commit is contained in:
Yann Autissier
2022-06-30 23:37:10 +02:00
parent b149a01b75
commit e06266489c
66 changed files with 871 additions and 591 deletions
+10 -2
View File
@@ -1,3 +1,11 @@
# target user: Fire ssh-add
User ?= User/User
# target user: Fire user-agent
.PHONY: User user
User user: bootstrap-docker docker-network-create $(if $(DOCKER_RUN),stack-User-up) ssh-add
User user: bootstrap-docker bootstrap-user $(if $(DOCKER_RUN),stack-User-up) user-agent
# target user-agent: Fire ssh-add
user-agent: ssh-add
# target User-% user-%; Fire target stack-User-%
User-% user-%: stack-User-%;