This is my Docker-NGINX-IPFS environment.
URL | Description | Redirect |
---|---|---|
http://<server-ip>/ipfs |
Open gateway's WebUI | http://<gateway-ip>:5001/webui |
http://<server-ip>/ipfs/<CID> |
Get content from IPFS network | http://<gateway-ip>:8080/ipfs/<CID> |
http://<server-ip>/ipns/<NID> |
Resolve IPNS address | http://<gateway-ip>:8080/ipns/<NID> |
http://<server-ip>/ |
"404 Not Found" Nginx's page |
You can use the ipfs.conf
outside a docker container, but just remember to change the proxy_pass
address to yours.