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

Self-Hosted Main

21 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 2) 17 comments
sorted by: hot top controversial new old
[–] Xenthys@alien.top 1 points 1 year ago

I wrote my own SMS gateway API with authentication tokens, quotas, rate-limits. This is because I wanted to send SMS without relying on an external API, so I got a 2€/month SIM card and plugged a USB modem (Huawei E169) into my RPi to use with Gammu. I'm using Gotify to log sent and received SMS, and send an SMS whenever my home internet is down or the IP address changes for example. It's plugged into my systems monitoring for critical alerts, and while I offered API keys to my friends, none of them wanted any so I'm the sole user.

[–] c97@alien.top 1 points 1 year ago

Newsweek Poland has pdf version and I am a subscriber. Unfortunately there is no mechanism on their page to schedule sending newest magazine to subscriber email. There is only a button in subscriber section to send selected pdf (link) to email. I wrote client which is logging in, bypassing captcha, gets listing of current issues, looks into history of downloaded issues and downloads newest issue for me. They offer in the same subscription other magazines too, so I extended this tool to also download others too.

Second one. I use IPTV service which has time shift functionality. I wrote app which allows me to download any tv program within this 3-4 day window of past tv show. It is using ffmpeg and some logic.

[–] the_great-one@alien.top 1 points 1 year ago (1 children)

Got a server and wanted to know what the temperature was in my room where it runs Installed VMware on it and a SIEM as a virtual appliance on top, poll the VMware API every minute to get the reading from the temperature sensor so that I can look at it from my phone's web browser. Overkill: Quite certainly Useful: Definitely

[–] ElevenNotes@alien.top 1 points 1 year ago

Seems like a 3$ Zigbee temperature sensor could do the job 😊

[–] jerwong@alien.top 1 points 1 year 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.

[–] djbon2112@alien.top 0 points 1 year 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!

[–] GWBrooks@alien.top 1 points 1 year ago

So effin' impressive. Seriously.

[–] Psychological_Try559@alien.top 0 points 1 year 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)
[–] amcco1@alien.top 0 points 1 year 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)
load more comments
view more: ‹ prev next ›