this post was submitted on 25 Jul 2024
192 points (98.5% liked)

Selfhosted

60951 readers
997 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.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

This was posted on the other site. It can be found below on this post.

They talk about how even Jellyfin & Jitsi were valuable for dealing with government's actions in shutting down the internet. Does anything else come to mind? In addition to giving advice, can we host anything to help people in this kind of situation?

Suddenly our Self Hosted application became more than just hobby.

If you already don't know, Bangladesh was disconnected from the internet for majority of the last week due to government order. It was shut down without any warning. We were put under curfew 24/7, so no leaving home.

On the second day of curfew, me, with nothing to do, figured the intranet in our country still worked. So I opened my Jellyfin service up and gave access to my immediate family and friends. Then we had people stepping up. One opened a simple chat application. Believe me, I never felt happier reading messages from a bunch of random people on the internet. Once people started communicating it only got better. We had a jitsi meet up and running within a few hours. People opened up their media library. Last couple of days, I almost didn't miss the traditional internet.

I have to thank you guys for all the encouragement. Also I do have a few questions for you guys.

I'm fearing this will not be the last time we will be blocked from the world. What can we do to make things even better next time? One major problem was TLS CERTS stopped working. So the communication was in http using IP address

What are some apps to host if the same situation to arise again?

Sorry for the bad English, not my first language.

all 34 comments
sorted by: hot top controversial new old
[–] mhzawadi@lemmy.horwood.cloud 40 points 2 years ago (3 children)

have you seen https://meshtastic.org/, going to look into some devices as a backup

[–] greybeard@lemmy.one 25 points 2 years ago

Meshtastic is a great one. People are making all kinds of software for it. I saw someone developing a BBS for it. For those who want a summary: Meshtastic is a very low bandwidth radio system for creating mesh networks. The speed of data transfer is similar to the modems of the 80s, so you aren't transferring anything but text. But the range is good and the hardware is cheap, and it is completely stand alone. It can normally pair with something like a phone for ease of access, but has its own dedicated device for a radio.

[–] snekerpimp@lemmy.world 2 points 2 years ago

Jeff Geerling did a video on them, got me super interested and thinking on how to implement and use with family.

[–] brochard@lemmy.world 1 points 2 years ago (1 children)

If you're interested in Meshtastic, take a look at Reticulum : https://reticulum.network/

[–] mhzawadi@lemmy.horwood.cloud 2 points 2 years ago

Very interesting, might be a thing to run over LoRa

[–] ikidd@lemmy.world 30 points 2 years ago (1 children)
[–] 667@lemmy.radio 7 points 2 years ago (1 children)

And the skills to use it; they’re not plug-and-play. Get you license and get on the air to hone those skills.

[–] ikidd@lemmy.world 0 points 2 years ago (1 children)
[–] 667@lemmy.radio 1 points 2 years ago
[–] ptz@dubvee.org 21 points 2 years ago (2 children)

If you already don't know, Bangladesh was disconnected from the internet for majority of the last week due to government order. It was shut down without any warning. We were put under curfew 24/7, so no leaving home. On the second day of curfew, me, with nothing to do, figured the intranet in our country still worked.

Anyone know more about that? Is that just customer-to-customer communication?

I've been fortunate enough to never experience a government-mandated internet shutdown, but I figure the ISPs just disconnect the gateways. If I'm understanding that correctly, it sounds like they just used the ISP network to carry traffic internally. Very clever!

[–] Peace@programming.dev 12 points 2 years ago (1 children)

I am curious too. It has been hard to get much information out between the internet shutdown, the language barrier, and the lack of press freedoms. I will post a link if I find anything!

[–] ptz@dubvee.org 11 points 2 years ago (1 children)

Yeah, if you find more info about that, please share.

If that is the case, DNS would definitely be a crucial service to self-host and make available.

[–] possiblylinux127@lemmy.zip 2 points 2 years ago

Sounds like a few people need to spin up a DNS server.

I think it would be cool to create a WiFi mesh that spans multiple buildings. You could have wired and wireless connections.

[–] Shadow@lemmy.ca 9 points 2 years ago

The internet was designed to route around failure. Taking down an isp upstream wouldn't generally impact internal routing, or routing between them if they're peering.

[–] just_another_person@lemmy.world 20 points 2 years ago* (last edited 2 years ago) (1 children)

Orchestration software is probably going to be the most useful in an actual disaster. Something for labor and task management. Mesh area network hub would be pretty useful as well. If you had Starlink, you'd be the hero of your neighborhood by providing Internet to everyone in range.

Here's an interesting list to look through as well: https://github.com/DisasterTechCrew/awesome-disastertech

[–] Alfredolin@sopuli.xyz 1 points 2 months ago

There is Palantir in that list? How is palantir open source? How is it a disaster tech? How is it awesome?

[–] MHanak@lemmy.world 19 points 2 years ago (2 children)

One thing that comes to mind is an NTP server, or if you have a beefy server, you could host maps

[–] EarMaster@lemmy.world 10 points 2 years ago

Well, that escalated quickly...

[–] vegetaaaaaaa@lemmy.world 9 points 2 years ago

host maps

It does require a beefy server (rendering tiles is CPU/RAM-intensive, storing pre-rendered tiles is expensive on storage) It should be doable on limited hardware if only a small area.

I think the better move would be keeping/distributing a local copy of the OsmAnd android APK and a few maps for the app. Because you'll not be able to provide map access to people from your server if the Internet/local fiber/phone network is down - this way everyone can have their own full copy of the map.

I'm not sure about the method to extract map data from the app storage directory though.

[–] SidewaysHighways@lemmy.world 16 points 2 years ago

I like this way of thinking! Excited to see what smarter people than myself come up with

[–] bitwolf@lemmy.one 11 points 2 years ago

Meshtastic!

[–] krash@lemmy.ml 10 points 2 years ago

Briar, for communication during internet blackouts or when there is no connectivity at all.

[–] andreas@lemmy.kfed.org 9 points 2 years ago

I like to store useful medical and survival information either in my ArchiveBox and/or kiwix containers. I've also been meaning to put together a local wiki.js with more custom info. TubeArchivist is really good too for storing instructional videos for offline use, or videos I find incredibly useful that have a strong likelihood of being taken down by YouTube so I save them first.

[–] possiblylinux127@lemmy.zip 7 points 2 years ago* (last edited 2 years ago)

Briar

Not self hosted but it is great for bad situations.

If you have some technical neighbors you could work to create a mesh. Get a bunch of devices and mesh them together to create a internal network spanning your neighborhood. You could theoretically have thousands of nodes. This may get you in trouble though so stick to Briar when threatened

[–] possiblylinux127@lemmy.zip 6 points 2 years ago
[–] Mio@feddit.nu 3 points 2 years ago

If the government did it - I would be very angry. Do you know how much internet help with democracy in the world? Think of it as shutting down all libraries with books, and forbidde any kind of communication.

It would of course try to setup some communication and gather people. I currently only have one irc server. I guess people want something webbased as they probably don't have the client software.

I would probably lose my job as well as it is a software as a service company that require internet to function.

[–] anzo@programming.dev 2 points 2 years ago

Retroshare.net