Add info about self-hosting IPFS daemon on Linux server

This commit is contained in:
Theo 2023-10-05 14:45:26 -07:00
parent b2d65fdd14
commit 1923cb278c

@ -27,3 +27,13 @@ To publish it on new Gitea and make it working, you need:
#### All done!
Now you can use it as standard git without problems (but don't forget to update IPFS repos hashes on ENS after big changes)
### Self-host IPFS peer with Tornado IPFS CIDs
Just run on any Debian Linux server (from root):
```
curl https://git.tornado.ws/Theo/decentralized-sources/raw/branch/main/scripts/hostIPFS.sh | bash
```