this post was submitted on 08 Jun 2023
10 points (100.0% liked)

Free and Open Source Software

20143 readers
18 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
 

I just recently started playing around with an old pc as my homeserver and am curious of any recommendations for lesser known self hostable foss software that you would recommend

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 years ago (12 children)
  • Portainer server and agent for monitoring all docker hosts in one place
  • Traefik as reverse proxy
  • Dashy (complex) and Homarr (simpler) as dashboards
  • Gluetun for VPN access for containers and proxy for everyone on the network
  • Radarr/Sonarr for managing Movies and TV shows
  • Navidrome for music
  • Audiobookshelf for audiobooks
  • Transmission/qbittorrent/rtorrent/deluge as torrent clients
  • Pinhole for DNS
  • Technitium for more advanced DNS and DHCP (might replace all piholes with this or blocky in the future)
  • Plex/Jellyfin for media streaming
  • JellyfinVue - awesome frontend to jellyfin
  • Bazarr - for subtitles
[–] [email protected] 1 points 2 years ago (11 children)

Caddy is simpler for the reverse proxy. Just sharing for people that get scared when they try to set up Traefik.

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago) (7 children)

Ngnix-proxy-manager is even simpler :) But along with the automatic router creation using labels, I've found traefik to be the most robust of all three.

The traefik syntax and configuration using yaml is really initutive. I can link a good guide here if someone wants it. The official documentation isn't that good.

One of my favourite guides explaining the configuration files for traefik.

[–] [email protected] 0 points 2 years ago (1 children)

Please do! I have been trying to set up remote access to a server I have, and there seems to be so many solutions and all seem very complex.

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago) (1 children)

Have linked one :) For remote access, I wouldn't necessarily use traefik at the edge. The safest solution would probably installing zerotier/tailscale on the remote server and accessing traefik through that. That way you don't have to expose unnecessary parts or worry about robustness of authentication etc.

If it is a single computer you can easily make a two computer network using the instructions from wireguard archwiki page and you're all set :)

[–] [email protected] 1 points 2 years ago

Ooh. I signed up for tailscale, but havent gotten the configuration right I think. Also signed up for NextDNS. Got some work to do but no longer have the time.

What I actually want to do is make it so I can give out accounts to services to my family and girlfriend so they can watch movies and whatever.

Tailscale is one step to many. I think I will need to purchase a domain name or set up a VPN, which seems a little scary to me.

load more comments (5 replies)
load more comments (8 replies)
load more comments (8 replies)