this post was submitted on 16 Nov 2025
123 points (96.9% liked)

Selfhosted

53034 readers
848 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

How's your stuff doing? Unplanned interruptions or achieving uptime records?

I'm currently sailing rather smooth. Most of my stuff is migrated to Komodo, there will stay some exceptions and I only have to migrate Lemmy itself I think. Of course that's when I found a potential replacement but I'll let it sit for a while before touching it again. Enjoying the occasional Merge Request notification from the Renovate Bot and knowing my stuff is mostly up to date.

I'm thinking about setting up some kind of Wiki for my other niche hobby (Netrunner LCG) lore as there's a fandom one that most people avoid touching and updating but since I likely won't have time to start writing some articles on my own as a kickoff I'm hesitant. Also not sure which wiki I'd choose as well.

top 50 comments
sorted by: hot top controversial new old
[–] vahirua@lemmy.world 2 points 19 hours ago

Late to the party But I've been thinking about upgrading my proxmox and finally taking care of my backups in a more responsible manner. Just thinking about it, not actually doing anything yet :)

[–] jol@discuss.tchncs.de 5 points 2 days ago* (last edited 2 days ago)

Trying to smoothly orchestrate prowlarr, radarr, jellyfin, and transmission (via Proton vpn), using a big beautiful docker compose file. It's been working OK but not without roadbumbs and tough learnings. Keep messing up directory permissions one way or another.

Next step is setting up fail2ban on my public facing jellyfin to control things a little better. Everything is hosted at home, and I don't want to use cloud flare tunnels, are streaming video is technically not allowed in them.

If you have more good tips on securing a home server, let me know!

Also, this is all running on an ancient 2012 mac mini running Ubuntu. Slow as molasses and sometimes the fans make a noise. I should start looking into back-up solutions, at least for the configs.

[–] JTode@lemmy.world 4 points 2 days ago (1 children)

Bad week for me. Tandoor had become the home of quite a lot of recipes, and well, I'm never gonna just pull a docker container again without a backup, cause I did a pull and the bastard stopped working.

So I setup Django and got started doing my own recipe server cause I was never very enthused about Tandoor, too much netflix-like Presentation bullshit and did not allow for the very simple thing I wanted, which was, a compact list of my recipes by alphabet that I can swiftly click on the one I want.

I also need to get my Python chops back cause I think there will be jobs again, soon enough.

Meanwhile, anyone got any suggestions of a better recipe app? Needs to run as a Linux server, that's about it. I can go Tailscale if it has no security. If I get mine to something usable I'll make it available.

[–] philpo@feddit.org 2 points 1 day ago

Mealie is far superior to Tandoor,imho.

[–] orenj@lemmy.kde.social 3 points 2 days ago* (last edited 2 days ago) (1 children)

Bought my first raspberry pi 5, 8 gb ram version. Gonna be using it to run a jellyfin server and maybe a foundry server if it can handle both concurrently. Anyone familiar enough to know if running multiple things on one of these is wise?

[–] tofu@lemmy.nocturnal.garden 2 points 2 days ago (1 children)

Running multiple things in one host is perfectly fine. The more you have, the more complicated dependencies will become. Tool A needing PHP < 8 and tool B needing PHP 9 can be handled but is a headache.

That's why many people are using containers, specifically Docker. Each tool brings their own dependencies that are running isolated. Not sharing dependencies is more resource intensive but easier to handle.

I'm not running the tools you mentioned but probably they list their resources requirements. I suggest you to check containers/Docker and consider using them instead of installing the tools natively.

[–] orenj@lemmy.kde.social 2 points 1 day ago

Ah, docker is a name I'd heard hanging around the lemmy space. I looked into it a little and couldn't figure out what its usecase was, but that makes a fair bit of sense, thanks

[–] chris@programming.dev 10 points 3 days ago

Pretty smooth sailing at the moment. I’ve got:

  • sonarr
  • radarr
  • jackett
  • bazarr
  • transmission
  • kuma uptime
  • grafana
  • promethius
  • blackbox
  • mastodon
  • traefik
  • authelia
  • forgejo
  • immich
  • syncthing

All running on a 4 node raspberry pi kubernetes cluster.

[–] helix@feddit.org 20 points 4 days ago (1 children)

Certainly not my homelab as my server isn't booting since a few weeks ago and I didn't fix it yet...

[–] slazer2au@lemmy.world 18 points 4 days ago

Purchased 5 1tb drives to expand my study server. Going from 600GB to 4TB is going to make more complex labs possible.

[–] notquitenothing@sh.itjust.works 14 points 3 days ago* (last edited 3 days ago) (1 children)

I have been experimenting with a btrfs raid array and am getting some new hard drives in the mail today, hoping it goes smoothly and they work 😬 All part of a larger goal of migrating my synology NAS to a purpose built machine.

Also got my first contribution and donation on my OIDC SSO project, which is really exciting!

Ey! congrats for the donation. I hope your personal project succeeds!

[–] zer0bitz@lemmy.world 2 points 2 days ago

Made some changes to my I2P router today, but otherwise all good.

[–] bluGill@fedia.io 2 points 2 days ago

Changed my family dashboard from magic mirror to a home assistant dashboard. I'm missing some cute things, but the major functions work better, and I get some options that I didn't before.

[–] MoonRaven@feddit.nl 10 points 4 days ago (1 children)

I've finally setup Netbird instead of Tailscale to VPN to my network. Took some time since I wanted it to work with pocket-id and had some issues configuring everything properly. Runs like a charm now.

load more comments (1 replies)
[–] rockstar1215@lemmy.world 3 points 3 days ago (1 children)

Burning the midnight oil on my self hosted journal app: https://github.com/journiv/journiv-app

[–] tofu@lemmy.nocturnal.garden 2 points 3 days ago (1 children)

Oh hey I just thought about setting up a journal! Maybe I'll check it out

[–] rockstar1215@lemmy.world 2 points 3 days ago

Definitely!

[–] Witziger_Waschbaer@feddit.org 9 points 3 days ago (2 children)

I recently switched my phone from Android to GrapheneOS and now rely even more on my selfhosted services. Immich is such a great project. Still gotta figure out my music collection though, since switching from YT Music to Jellyfin. Most of it is sorted by date of purchase, because that worked best with my DJ workflow. Now I gotta bring it over to a folder structure that works for jellyfin. It seems like the answer is musicbrainz Picard, but I gotta figure out how to configure it.

Also been thinking about some AI ideas I'd like to try, but I have zero intention getting involved with openai, meta, google or whoever the fuck. So self hosting it is. But on what hardware? Option 1 seems to be to get some professional server board, CPU, ram and start with one RTX3090 and go from there with the option to hook up more GPUs. But a setup like that sounds like it would cost some serious money in electricity. Option 2 seems to be a Rzyen AI Max+ 395, configured with a fuckton of ram, available to the whole apu and as suchs usable for memory hungry models. This seems to be much much more power efficient. But its all integrated and I couldn't swap out components or upgrade in the future. Leaning towara option 2 atm, but maybe I'll just wait a bit longer and see what else comes up in the coming months.

load more comments (2 replies)
[–] gjoel@programming.dev 9 points 4 days ago (2 children)

Just got some power measuring plugs. Home Assistant and immich-running raspberry pi + NAS (dual 20TB in raid 1) + switch clock in at around 30W. Surround receiver playing music ups that by 90W. After a minor water leak I added 5 leak sensors to the system that will blink lights and send texts if they detect anything.

The biggest problem is that I'm still running lights through hue and some of them have an annoying tendency to drop off the network...

load more comments (2 replies)
[–] RecitalMatchbox@lemmy.world 7 points 4 days ago (1 children)

Chose yesterday late evening as the time to migrate my containers from docker to podman (still rootful). By luck most things work again, except wireguard/qbittorrent

load more comments (1 replies)
[–] Maerman@lemmy.world 6 points 3 days ago (1 children)

I updated my Dietpi setup today, because a new version was available. It went very well, and everything works perfectly after a reboot.

[–] irmadlad@lemmy.world 4 points 3 days ago (1 children)

and everything works perfectly after a reboot

I always hold my breath whenever I've done anything major to the server and I need to reboot.

load more comments (1 replies)
[–] irmadlad@lemmy.world 5 points 3 days ago* (last edited 3 days ago)

Everything here is smooth sailing. I have been trying to track down a bothersome Suricata entry.


202.136.163.11 PROTOCOL-ICMP destination unreachable port unreachable packet detected
202.136.163.11 PROTOCOL-ICMP destination unreachable port unreachable packet detected
202.136.163.11 PROTOCOL-ICMP destination unreachable port unreachable packet detected
202.136.163.11 PROTOCOL-ICMP destination unreachable port unreachable packet detected

ad nauseum. There are three individual ips. One from Singapore, one from China and one from Romania. They are being blocked, so that's good. Thing is, these are from realitvly 'clean' sources:

120.132.37.195 was not found in our database

202.136.163.11 was found in our database! This IP was reported 5 times. Confidence of Abuse is 0%:

On the server side, I have nothing calling out to these ip. That's what was really bugging me. Nothing server side, just these three bothersome ip hammering Suricata. Generally, I would dismiss as benign and part of normal UDP behavior. However, it's the constant hammering that makes me suspicious. Could be high volume port scanning. However, it could also be known attack campaigns like UDP amplification attempts.

Other than that, I might find something to get into today.

Following the FUTO guide, but having problems with getting mailcow going... I'll hopefully figure it out by tomorrow.

[–] silmarine@discuss.tchncs.de 5 points 3 days ago (1 children)

Working on automating tasks so I don't have to block out hours of time a week managing everything. Just got watchtower running and going to see how it does before trying out some other automations.

[–] irmadlad@lemmy.world 4 points 3 days ago (3 children)

Just got watchtower running and going to see how it does before trying out some other automations.

If you find that watchtower (original) screws up the updates frequently there is a watchtower fork that runs so much smoother. I don't have any issues with it at all. The original watchtower app hasn't had an update in 2 years, so it might be something to keep in mind.

[–] silmarine@discuss.tchncs.de 4 points 3 days ago (1 children)

I'm actually using this one which seems to be more actively maintained than the one you linked.

[–] irmadlad@lemmy.world 3 points 3 days ago

Bookmarked! Thanks for that. Learning all kinds of stuff today.

load more comments (2 replies)
[–] JASN_DE@feddit.org 6 points 4 days ago (5 children)

Currently working on moving the more family-relevant services to OIDC-based login via Pocket ID passkeys so I can put my parents on them.

Also, still on the lookout for a good Nextcloud replacement. Even Opencloud displays the first signs of feature creep.

load more comments (5 replies)
[–] K3can@lemmy.radio 4 points 3 days ago (3 children)

Trying to run a fediverse server on a decade-old Wi-Fi router and encountering some ~~un~~expected issues. Making progress, though.

load more comments (3 replies)
[–] confusedpuppy@lemmy.dbzer0.com 4 points 3 days ago (2 children)

I started out rewriting my network backup scripts only to realize I was adding functionality to a previous script I wrote to automatically mount and dismount luks encrypted volumes. I still want to type in my luks passphrase because I don't want everything automated and prefer to include inconvenience as an additonal security measure in securing some of my data.

I also came to the realization recently that the reason I don't relate strongly to other self hosters is because I've unknowingly been trying to create a minimal self hosted system that is more beneficial to small, low powered devices.

I've been using Alpine Linux, I install only the bare, older but well established tools and have been creating scripts soley based off those tools instead of seeking out bigger, more complicated modern tools. For example creating workflows by only using rsync or using https://github.com/RayCC51/BashWrite to create a blog that only uses bash and GNU sed to create a static blog site.

At least now that I'm aware of this, I can keep an eye out for such projects or communities and would hopefully be able to contribute something in that direction.

[–] Jason2357@lemmy.ca 2 points 2 days ago (1 children)

Your perspective aligns with a lot of self-hoisters who run things on rpi’s and such, but not the “home labbers”. Also, see the pubnix, tildeverse, smol web, indie web, and to some extent the retro computing communities. You are definitely not alone!

I actually started with RPi's. The first one, a used Pi 4b, is dedicated only to HomeAssistant. I don't tinker with it anymore because it does what I want and I don't want unexpected downtime when I have to use the bathroom or use the lights in my room.

I bought a used Pi5 with the intention of upgrading later. In life I am quite minimal and find a joy in using what little tools and material I have to create something new. That seems to hold true to technology and scripting too. The RPi5 with an old USB3 HDD is actually way more power than I can currently use and can imagine using for a long time. The extra room to work is convenient though.

I'll have a look into some of the places you suggested, those seem like the places to draw good inspiration from, thank you.

[–] irmadlad@lemmy.world 6 points 3 days ago

I also came to the realization recently that the reason I don’t relate strongly to other self hosters is because I’ve unknowingly been trying to create a minimal self hosted system that is more beneficial to small, low powered devices.

There's absolutely nothing wrong with minimal. The way technology is in this timeline, you really don't need a lot to get a lot out of it.

[–] CCMan1701A@startrek.website 2 points 3 days ago

Evening is going ok, but noticed the screen saver on jellyfin isn't showing up lately.. need to investigate...

Also, watched the latest "Explaining Computers" episode today.

load more comments
view more: next ›