this post was submitted on 30 Nov 2023
4 points (100.0% liked)

Self-Hosted Main

504 readers
1 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
 

I don’t want to hear about your Plex, your NPM, your notes application or science forbid, your budgeting application. I want to hear the most exotic thing you setup to selfhost, that probably only you and a hand full of people around the world actually use or even need. A problem that you solved in a way, that makes people go WTF. Go!

I’ll start: I live in the mountains, and there is snow, lots of snow. I often tell people “We had 3m of snow last year”, but is that really true? So, I thought to myself: Can you measure snowfall? It seems you can, so I setup a USH-9 ultra sound measuring device, connected it via IC2 to my Home Assistant and now I can tell people with confidence, that we had a total of 3.45m of snowfall last season, with max snow height of 60cm on January 5th.

Future project: I have chickens. They lay eggs. I have cameras. I want to know which hen lays how many eggs. Solution? AI image recognition of the hens (who is who) and if they have laid an egg. Any inputs welcome.

(page 3) 9 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 11 months ago

I do work for multiple organizations and got tired of having to disconnect/reconnect VPN tunnels each time.

Solution: Raspberry Pi. It's got a single Ethernet port on it which makes it perfect. I used Openconnect since it was compatible with Cisco and PulseSecure (at the time). When you establish a tunnel, the routes come in as "kernel routes" assuming you have a split tunnel. I configured IPTables to NAT masquerade out each interface and I set up Quagga, a routing daemon to talk to my main gateway and redistributed my kernel routes into OSPF. That way, any of my devices can now access any networks they need. I did also have to configure my own DNS server since I needed to resolve the different private networks.

[–] [email protected] 0 points 11 months ago (1 children)

In 2018 after deciding that I hated ProxMox, that Ganeti was dead (and it was at the time), that Harvester didn't exist yet, that OpenStack was way too complex, and that I was interested in going the Kubernetes/container route (sorry I'm still a VM guy), I decided to write my own self-hosted hyperconverged infrastructure manager. I based it on what little I knew of how Nutanix worked, with a lot of ideas from Ganeti too.

And I named it after drain pipe on a whim at Home Depot.

https://github.com/parallelvirtualcluster

5 years later I have 16 production clusters, including my own homeproduction (but not including my testing cluster), mostly through finding a niche for it with my employer, and I spend a solid 25% of my free time working on it. It's not quite at a "1.0" release I'd be comfortable with random people using yet, but it's getting close enough for me to start talking about it on social media!

load more comments (1 replies)
[–] [email protected] 0 points 11 months ago (2 children)

The only thing slightly different that I self host is WebODM. It's open drone mapping software. You can upload 10s or 100s of photos of an area and it can generate an orthomosaic, kind of like Google maps. It has a lot of other features too.

I don't really use it, I just play with it from time to time.

load more comments (2 replies)
[–] [email protected] 0 points 11 months ago (2 children)

Ugh, I think the craziest thing I do selfhosting-wise is use a full fledged project management tool as a todo list.

I need to up my game!!

load more comments (2 replies)
[–] [email protected] 0 points 11 months ago (1 children)

For years, I hosted a PHP script on a personal website that would connect to a weather API, retrieve the weather at my home location, and, depending on it, generate a cute display with HTML/CSS and SVGs. The display looked like a 1500x500 image (though it was a website), where the sun (or moon), clouds (or rain or snow, etc.), were positioned differently based on the weather and time of the day. Additionally, the temperature and other details were displayed.

Then, the script would call an HTML to PDF tool to generate an image from it. This image was, at that time, uploaded to Twitter as my profile banner image. A server cron job would run the script every hour, so my banner would be updated every hour to reflect the weather at my home position.

Why did I do this? I have no idea. Not even sure if anyone noticed, but I could, so I did! Eventually, I ended up turning the script off at some point because it felt childish.

load more comments (1 replies)
[–] [email protected] 0 points 11 months ago (1 children)

I live with a couple roommates in an apartment. For convenience we create a simple webpage where we could quickly see who's home. It works by querying the router (running OpenWrt) every few minutes for known phones connected to the Wi-Fi. We pretty soon realized that we could actually see which room someone was in pretty consistently based on the signal strength alone.

After that it didn't take long before we exploited it as much as we could, everything from automatically turning on the coffeemaker the first time someone left their room between 7-10am to blasting an alarm if someone left/didn't leave their room at certain times.

load more comments (1 replies)
load more comments
view more: ‹ prev next ›