this post was submitted on 26 Oct 2023
53 points (94.9% liked)

Selfhosted

60177 readers
419 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.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 years 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
[–] funkajunk@lemm.ee 0 points 2 years ago (2 children)

OMV actually removed their portainer implementation, so if you want to run docker you just have to do it like any other distro.

[–] yote_zip@pawb.social 3 points 2 years ago (1 children)

Oh I didn't realize. I wonder why they would do that? Either way it's not a huge deal - the main problem with TrueNAS Scale is that you actively cannot install Docker onto it because it will conflict with the normal TrueNAS Scale app system. There are technically ways to get Docker working on a TrueNAS Scale system but they're unsupported and likely to break frequently on updates. Debian and OpenMediaVault should behave similarly in terms of getting Docker set up.

[–] Appoxo@lemmy.dbzer0.com 2 points 2 years ago* (last edited 2 years ago)

OP is saying wrong information. OMV6 still has Portainer implementation but they moved the setup. OP is probably not aware of it.
https://lemmy.dbzer0.com/comment/4506142

Debian and OpenMediaVault should behave similarly in terms of getting Docker set up.

It is. At my time of setup it was just following the instructions from the docker wiki and then I could install the portainer plugin.

[–] Appoxo@lemmy.dbzer0.com 2 points 2 years ago* (last edited 2 years ago)

OMV actually removed their portainer implementation

Actually they didn't....You should update your information.
https://wiki.omv-extras.org/doku.php?id=omv6:docker_in_omv
Literally a screenshot from their UI:

Edit: