this post was submitted on 26 Oct 2023
50 points (94.6% liked)

Selfhosted

39098 readers
348 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 1 year ago
MODERATORS
 

I want to make a server for hosting media through Jellyfin, and maybe some Nextcloud functionality. I prefer to use containers, but something like TrueNAS' extensions/plugins sound good as well. This is my first server, so I don't know what to choose. My possible options are:

  • Debian
  • Ubuntu
  • Fedora
  • TrueNAS Scale Which one should I choose? I am fine with using either Docker or Podman. (Edit: The server will be running on an old laptop with a single drive slot.)
you are viewing a single comment's thread
view the rest of the comments
[–] bigdog_00@lemmy.world 5 points 10 months ago (2 children)

Proxmox. I've been using it and deployed jellyfin in a container, they have a bunch of one-click deployments and it's great. Or you can just use a VM to group Docker containers together. Having a beautiful web interface is huge, Plus being able to access that interface from anywhere via WireGuard/Tailscale is great.

If you do choose to go down this route, there is a "no-nag proxmox" script somewhere, and it will disable some warnings and give you deeper customization options. Well worth a look!

[–] jkjustjoshing@lemmy.world 3 points 10 months ago (2 children)

I've never used Proxmox, but have a Docker setup on Ubuntu Server with Jellyfin, Nextcloud, Immich, and a bunch of other smaller things. I still don't understand why use Proxmox over Docker. What does it give you that Docker doesn't?

[–] bear@slrpnk.net 5 points 10 months ago

Proxmox is completely different from Docker. Proxmox is focused on VMs, and to a lesser extent LXC containers. If you think you will have a need to run VMs (for example, a Windows VM for a game server that doesn't support Linux) Proxmox is great for that.

I run Docker on a dedicated VM inside Proxmox, and then I spin up other specialized VMs on the same system when needed. The Docker VM only does Docker and nothing else at all.

[–] Lem453@lemmy.ca 3 points 10 months ago

I run proxmox, then an alpine VM which has all my docker containers.

I do this so that I have the flexibility to run more vms if needed

[–] dan@upvote.au 2 points 10 months ago

Proxmox isn't an OS. It runs on top of Debian.