Keeping Big Rat online forever #13
Pinned
dispherical
started this conversation in
Show and tell
Replies: 4 comments 1 reply
-
Is this safe? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Whoever controls the domain, they should look into DNSlink, adding a TXT record to point the domain to the IPFS hash. I'll look into setting up a automated system to get hashes for bigrat.monster |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks David. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I feel like bigrat.monster is important. So, I took the power of IPFS and Git to help keep big rat online forever. IPFS works best if multiple people are hosting the site, so here is a command on how to add it
You will need to install the ipfs cli tool for this. You can also use jsipfs (
npm install ipfs -g
), but you will have to change theipfs
commands tojsipfs
. You will also need git-scm* to run it.In one terminal, run
ipfs daemon
, in the other, run the following:You now have uploaded a copy of bigrat.monster to IPFS! Now, keeping bigrat.monster online requires keeping the daemon running, so you should use a system file or PM2 or something similar to keep big rat online.
Edit: Big rat monster is now on IPFS! Due to me using IPNS, I've modified the tutorial to make it a lot easier to follow.Edit 2: Looking at this, changes are made a lot, so it's best to clone the repository and add it that way
*git-scm is a fancy way of saying git, the version control system that powers github.
Beta Was this translation helpful? Give feedback.
All reactions