• 3 Posts
  • 193 Comments
Joined 2 years ago
cake
Cake day: February 17th, 2024

help-circle





  • Also late, but here is mine.

    From the bottom up:

    • An old pc I built forever ago for live streaming when I used to run my youtube channel. It’s an i7 something or other with 32gb ram and a 32 tb raid (4x8).
    • m1 Mac mini
    • HP elitedesk 800 G3 mini
    • two HP elitedesk 800 G3 sff
    • Deku
    • dumb network switch
    • rpi 4 8gb

    And here’s what’s running:

    • Bottom pc is the nas
    • Mac running jellyfin
    • the hps running:
      • navidrome
      • aonsuku (pretty navidrome frontend)
      • audiobookshelf
      • qbittorrent
      • gluetun
      • vikunja
      • radicale
      • Joplin
      • matrix
      • local backup for critical data
      • some other things I’m forgetting
    • The rpi is my wireguard tunnel to ssh in on the rare occasion I need remote ssh access.


  • Welcome to the club! Gates are open. Come on in!!

    FWIW, if you want to learn how to use the command line, docker, and how to manage and secure your services, I’d recommend installing Ubuntu server or Fedora server on the NucBox; and then install docker and learn how to get your services stood up using the docker cli.

    This is the route I went specifically because I wanted to learn more about Linux, and how to manage a server and services.

    The tools being offered as suggestions (unraid, truenas, yunohost) are abstraction layers meant to make hosting easier. And to be clear, there is nothing at all wrong with these tools or using them. What they’ll do is give you a GUI to manage your system and services, making using the command line mostly unnecessary. Again, nothing at all wrong with that. Just depends on what you want.

    Regarding exposing the services, it’s good to be cautious. I went with Pangolin, which is like a self hosted version of tailscale/cloudflare tunnels (I’m simplifying a bit).

    Pangolin allows you to access your services over a VPN tunnel, and, to set your desired level of authorization needed to access that service. I really like it and have found it to be very reliable.

    Also, FWIW, I’m not in IT or an expert. Just a person who wanted to learn about Linux and self hosting to take back control from big tech.


  • I did initially, but then changed my setup a little bit.

    My rpi (4b, I think it’s 8GB, but it might be 16. I don’t remember). Also serves as my on site backup for my media. So Jellyfin is connected to the NAS, and the rpi has two drives in a toaster and I have a cron job that syncs new media from the nas to the rpi whenever I add new stuff.

    So kodi is direct playing from the hdds in the toaster.











  • harsh3466@lemmy.mltoLinux@lemmy.worldWhich Linux distro for home server?
    link
    fedilink
    English
    arrow-up
    8
    arrow-down
    1
    ·
    3 months ago

    I use Ubuntu Server on my home servers. Been running it on them for years without issue. I know Canonical/Ubuntu get a lot of hate in the linux community, but for server side things, I think it’s great.

    1. If you use an LTS (24.04) version, you can get super long term security updates, meaning you don’t have to worry about a full os upgrade for 10-15 years (via the free Ubuntu pro).
    2. It’s super solid, boring, and dependable, which is what you want out of a server os
    3. If you need it, there’s a TON of documentation/support information out there for Ubuntu.

  • I also recommend forgejo over gitea. I’m running forgejo and I love it.

    For your reverse proxy, look into pangolin. It combines proxy with wireguard tunneling and auth. So you can set up access controls on a service by service level. It’s great. I use it and love it. No affiliation. Just really happy with how it works.