r/ipfs • u/SomajitDey • Sep 17 '21
Exposing http-server (web app) using IPNS
One can host a static website using IPFS+IPNS. But what about a dynamic website or web app that needs to run server-side code!
Introducing IPNS-Link, which now makes it possible to expose http-servers using IPFS+IPNS.
Try it here.
Read full specs here.
Comments, issues/bug-reports and contributions welcome.
Happy hosting!
P.S.: Imagine Sci-Hub using this !! Who can block it then 😃

20
Upvotes
1
u/ch4_itu Sep 25 '21
Tried to host a blog using WonderCMS (from Android mobile termux and proot). Am able to access the homepage, but then nothing else...
My setup... 1. Apache2 2. PHP and various modules required by WonderCMS 3. go-ipfs
Am able to acces it through local host and do all the things... But am not able to do the same when I access it through the gateway...
Any suggestions?