this post was submitted on 29 Oct 2023
4 points (100.0% liked)

Self-Hosted Main

502 readers
4 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

So I got ipfs running tonight. For those unfamiliar, it's a distributed file system but isn't really searchable. The point is that your website, service, or content is spread out so it "can't" disappear. If you want to self hosted this, details are at https://docs.ipfs.tech/ . I installed kubo from the *.deb file and went straight to the webgui.

I originally wanted to help serve some government sites that are known to be ddos but couldn't find the CID.

So I archives and posted the next best thing: phrack.org

So if you want to try it out and help save a site, you should be able to use this CID (I think)

QmZ7SWRk21N5hTNaEDxFFHG5MujpeynqiDPqREkHHB8aMV

For those that know more than me:

  1. Is there any risk to posting the CID like I did? Like can someone change my add to include malware?
  2. How does publishing to ipns make it easier for people to find?
  3. Is the only real option posting the CID or making dnslink connections to http?
top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 10 months ago

I originally wanted to help serve some government sites that are known to be ddos but couldn't find the CID.

Bruh, They already take money from you through your taxes and you're trying to give them even more of your time and energy?

[–] [email protected] 1 points 10 months ago

No one can change the contents of a CID, it's based on a hash.

IPNS associates a static address to changing content CIDs, easier to remember, write down etc. I've never had much luck persisting a IPNS association over time.

You could post the CID to an ethereum contract, or pubsub or some other decentralized platform.

[–] [email protected] 1 points 10 months ago
  1. No

  2. Because you can change the CID behind an IPNS

  3. IPNS or txt DNS ot both