From 1923cb278c13d7b1f05eca1c820e463615b3b4d7 Mon Sep 17 00:00:00 2001 From: Theo Date: Thu, 5 Oct 2023 14:45:26 -0700 Subject: [PATCH] Add info about self-hosting IPFS daemon on Linux server --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c821d61..c1da974 100644 --- a/README.md +++ b/README.md @@ -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 +```