this post was submitted on 28 Apr 2024
53 points (86.3% liked)

Selfhosted

38792 readers
416 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
 

Hey, I'm in the way of building my homelab already thinking of some apps to run on it... Truenas in a VM, a Debian VM to run docker. And on this point, do you a have some docker apps recommandations? Write down all the apps that worth looking at them πŸ‘‡πŸ‘‡

you are viewing a single comment's thread
view the rest of the comments
[–] foremanguy92_@lemmy.ml 1 points 3 months ago (1 children)

I would prefer not using this this way.. Personally I would set up TrueNAS and then a Debian VM on proxmox with all the docker with the CLI (I don't really need a management tool... Or maybe Rancher)

[–] pyrosis@lemmy.world 2 points 3 months ago (1 children)

If you are somewhat comfortable with the cli you could install proxmox as zfs then create datasets off the pool to do whatever you want. If you wanted a nicer gui to manage zfs you could also install cockpit on the proxmox hypervisor directly along with the zfs plugin to manage the datasets and share them a bit easier. Obviously you could do all of that from the command line too.

Personally I use proxmox now where before I made use of Debian. The only reason I switched was it made vm/lxc management easy. As for truenas it's also basically Debian with a different gui. These days I'm more focused on optimization in my home lab journey. I hope you enjoy the experience however you begin and whatever applications you start with.