Make an ipfs backed domain work on browsers that don't support ipfs/ipns.
- Have an IPFS site you want to host on a traditional domain.
- Setup dnslink for your site by setting up the relevant txt records in dns.
- Use the container image at
ghcr.io/hef/ipns-swto host your site.
You still need https setup correctly for this to work, that is a requirement of web service workers.
The service worker intercepts fetch calls to e.g. https://<your domain> and rewrites them to be ipns://<your domain> and then does the ipfs resolving.
MIT License - see LICENSE file for details.