this post was submitted on 01 Aug 2025
35 points (94.9% liked)

Asklemmy

49752 readers
447 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

How in terms of "how did you do it" i.e. a guide a wiki etc. How to you maintain it? How do you provide security and how do you maintain it? Do you host on bare metal at home? Do you use a cloud service? If the former, how do you connect to it when you aren't at home?

I realize that's a lot to ask, but I have some down time and want to hear everyone's full viewpoints

you are viewing a single comment's thread
view the rest of the comments
[โ€“] cRazi_man@europe.pub 2 points 2 days ago* (last edited 2 days ago)

I used just a Synology NAS with Docker containers to begin with but outgrew that. Now I have a mini PC with a 12th Gen i5 (picked up cheap on eBay) for computing and the Synology NAS is just a NAS.

Docker containers:

Glutun (VPN), qBittorrent, media managers (sonarr, radarr, prowlarr, flaresolverr), Jellyfin (video streaming), Paperless NGX (document upload), Immich (photo upload), watchtower (auto update Docker containers), Plex (because my wife isn't used to Jellyfin yet and it takes a while to transition her to unfamiliar technology), Actual (budgeting), Syncthing (file sync), Element server (chat server just for myself, I make channels to cross-share snippets of text/links/images to myself, accessible on any device).

Still need to set up Lidarr and Beet for my music management. Also need to find a good exercise logger, set up Guacamole remote access interface, learn to use Dockage to replace Portainer, set up an RSS docker app and audio bookshelf for podcasts and audiobooks. Haven't got the guts to approach Home Assisstant yet.

I stopped looking for a notes app and use Joplin to sync with my Mailbox.org account, but I might look for a Docker solution for notes.

NoMachine runs on my server PC for remote desktop. The server PC runs Debian with KDE (because I'm familiar with setting up what I need in KDE, which is the most superior of all desktop environments).

Synology handles making my apps accessible externally (from Synology.me reverse proxy addresses).

I used to use the Marius Hosting site to set up Synology Docker containers. Now I just copy his YAML data and edit it for my server. So I still use those guides.

I've written a noob guide notes for myself to set this all up again in case I destroy it somehow (already happened once). Really enjoyed using my week off to learn all this.