How to make a CDN using IPFS

Same.

1 Like

I’m going to rewrite this tutorial because, let’s be honest nobody’s going to want to do add/pin each file manually.

1 Like

I just put every file in a folder and just did that. It pins every file in the folder.

Yes, I was going to rewrite it using the folder method. I am doing this programmatically (so it can installed easier on Glitch).

Cloudflare version should be used in production right, and the non-cached version should be used for developement/pre-release?

2 Likes

Yes. Cloudflare’s gateway caches your files and I believe https://gateway.ipfs.io has less caching. You possibly could run a gateway on Glitch.