Post ADjFRCqlHI0c4Q7seG by silverpill@poa.st
(DIR) More posts by silverpill@poa.st
(DIR) Post #ADiXDIJZldcuyv9yHg by alex@gleasonator.com
2021-11-24T06:19:30.644984Z
0 likes, 1 repeats
Who is the resident expert on running IPFS gateways?My GitLab CI creates a build (static webpages) for every commit. How can I expose that build on a public URL every time I push a commit?
(DIR) Post #ADiXq5h8ccU18RgFPM by selea@social.linux.pizza
2021-11-24T06:26:11Z
1 likes, 0 repeats
@alex IPNS if I remember
(DIR) Post #ADjFRCqlHI0c4Q7seG by silverpill@poa.st
2021-11-24T13:41:46.745224Z
1 likes, 0 repeats
@alex You just need an IPFS node connected to network. Then do ipfs add -r /path/to/your/static/dir. Hosting your own gateway is not necessary because people can access your file from any gateway.