This is basic tutorial for host content or website on IPFS, later use Cloudflare IPFS Gateway to make the url more readable.
Sorry for the audio recordings, there is some mistakes to record the audio, I will do a better one when I have time.
test site is
[ Ссылка ]
Install and Config
brew install ipfs
ipfs init
start the daemon:
ipfs daemon
Add and pin your content
Create your content
mkdir ipfs_folder
vi ipfs_folder/index.html
pin and add
ipfs add -r ipfs_folder
ipfs pin add -r /ipfs/{hash}
[ Ссылка ]}
Connect to cloud flare ipfs gateway
1. add CNAME pointing to www.cloudflare-ipfs.com
2. add txt record _dnslink.your.website with the value dnslink=/ipfs/{your_hash_here}
3. test my one ipfs.bai.uno
Further Update and SSL Certificate
[ Ссылка ]
Ещё видео!