All Templates / Other
IPFS Gateway & HTTP Proxy
Hosted IPFS Gateway & HTTP Proxy
api
o-az/eyepfs
Just deployed
Overcome public IPFS gateway limitations, such as 429 Too Many Requests, by hosting your own IPFS Gateway and HTTP Proxy.
git clone https://github.com/o-az/eyepfs.git
Build Dockerfile
:
docker buildx build . \
--progress 'plain' \
--file 'Dockerfile' \
--tag 'ipfs_gateway_proxy'
# or `bun docker:build`
Run the image you just built:
docker run --rm -it \
--name 'my_ipfs_gateway_proxy' \
--env IPFS_GATEWAY_HOST="http://127.0.0.1:8081" \
--publish '3031:3031' \
'ipfs_gateway_proxy'
# or `bun docker:run`
Give it a nice few seconds then smoke test (fetch image):
curl --location --request GET \
--url 'http://127.0.0.1:3031/bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi' \
--output 'image.jpeg'
anywhere that can run a Dockerfile
🐳
Railway.app
happens to be the best option
Template Content
api
o-az/eyepfsDetails
Created on Aug 18, 2023
63 total projects
37 active projects
Shell, TypeScript, Dockerfile
Other
More templates in this category
Simple Medusa Backend
Deploy an ecommerce backend and admin using Medusa
Shahed Nasser
242