this post was submitted on 10 Dec 2025
170 points (97.8% liked)

Selfhosted

59973 readers
451 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

What things do you self host (or know about) that are fun/interesting/useful to you? I'm thinking of setting up a home server and am looking for things that would be useful or fun for me to run on it. I want to host things that are useful/fun, but not a project itself (I've got enough projects), if that makes sense.

Most of the lists I see online are mostly lists of technical projects like docker, kubernetes, grafana, nginx, etc. I see these as infrastructure rather than the interesting project itself. ETA: the infra is important, but not "interesting" in this context as I deal with infra at my day job.

Examples of the type of service I'm looking at: a media server, photos app (to replace Google Photos), game servers, recipe management, home automation... What other things do you know about that are fun/interesting/useful?

Edit: thank you everyone for your awesome responses!

you are viewing a single comment's thread
view the rest of the comments
[–] jeena@piefed.jeena.net 12 points 6 months ago (2 children)

Here is my list:

  • Open WebUI to have browser access to ollama
  • AUTOMATIC1111 Stable Diffusion Web UI to generate images
  • HomeAssistant to automate my home
  • Immich to backup pictures from family phones and computers and make them accessible like Google Photos
  • PeerTube to store and make accessible family videos
  • PieFed to access the threadyverse
  • Mastodon to do microblogging
  • Uptime Kuma to check that all my services are up and running
  • Synapse Matrix Server for Text, Video and audio chats with family and friends
  • Syncthing to share files
[–] mic_check_one_two@lemmy.dbzer0.com 3 points 6 months ago* (last edited 6 months ago) (1 children)

+1 for Home Assistant, though the Docker implementation doesn’t allow add-ons. That may be fine at first, but a lot of the more complicated setup requires add-ons. For me, it was worth it to just go ahead and grab an HA Green to run my HA stuff.

[–] jeena@piefed.jeena.net 2 points 6 months ago (1 children)

Yeah, I'm still running on my raspberry pi for that reason, and for my parents we also bought a HA green.

[–] jjlinux@lemmy.zip 2 points 6 months ago

Or just a VM running Home Assistant OS. Works great for me in ProxMox.

[–] brucethemoose@lemmy.world 1 points 6 months ago* (last edited 6 months ago) (1 children)

FYI, A1111 is obsolete. The diffusers or comfy-based backends are way faster, richer, less buggy and support newer things.

I’d recommend UIs that support SVDQuant, in particular.

[–] jeena@piefed.jeena.net 1 points 6 months ago (1 children)

Could you give me a link to one of them?