wip: letsencrypt

This commit is contained in:
Yann Autissier
2022-11-02 12:42:27 +00:00
parent 04df1bd919
commit 5d4d2de910
4 changed files with 116 additions and 37 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
ENV_VARS += IPFS_DAEMON_ARGS IPFS_PROFILE IPFS_VERSION
IPFS_PROFILE ?= $(if $(filter-out amd64 x86_64,$(MACHINE)),lowpower,server)
IPFS_VERSION ?= 0.15.0
IPFS_VERSION ?= 0.16.0
.PHONY: bootstrap-stack-ipfs
bootstrap-stack-ipfs: ~/.ipfs
bootstrap-stack-ipfs: ~/.ipfs setup-sysctl
~/.ipfs:
mkdir -p ~/.ipfs