From d36aa2f92fca21a8354ff18959c1a7bb42a3feeb Mon Sep 17 00:00:00 2001 From: Hugo Trentesaux <hugo@trentesaux.fr> Date: Thu, 9 May 2024 01:27:08 +0200 Subject: [PATCH] add ipns --- scripts/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configure.sh b/scripts/configure.sh index d3ffc21..31596f3 100644 --- a/scripts/configure.sh +++ b/scripts/configure.sh @@ -72,7 +72,7 @@ ipfs config API.HTTPHeaders.Access-Control-Allow-Methods --json '["PUT", "POST"] # public gateway with subdomain (needs wildcard) ipfs config Gateway.PublicGateways --json "{ \"$KUBO_GATEWAY_DOMAIN\": { \"UseSubdomains\": false, \"Paths\": [\"/ipfs\", \"/routing\"] }, - \"$KUBO_GATEWAY_SUBDOMAIN\": { \"UseSubdomains\": true, \"Paths\": [\"/ipfs\"] } + \"$KUBO_GATEWAY_SUBDOMAIN\": { \"UseSubdomains\": true, \"Paths\": [\"/ipfs\", \"/ipns\"] } }" ipfs config Gateway.ExposeRoutingAPI --json true -- GitLab