Skip to content
Snippets Groups Projects
Commit d36aa2f9 authored by Hugo Trentesaux's avatar Hugo Trentesaux
Browse files

add ipns

parent c744edc2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment