this post was submitted on 30 Mar 2025
175 points (100.0% liked)

Selfhosted

60281 readers
528 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

What's up, what's down and what are you not sure about?

Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

you are viewing a single comment's thread
view the rest of the comments
[–] non_burglar@lemmy.world 8 points 1 year ago* (last edited 1 year ago) (1 children)

More incus:

  • mounting persistent storage into containers (cheating by exporting NFS from my proxmox zfs into the incus host.
  • wrote a pruning backup script for containers, runs daily, keeps last 7 days and the first of the month
  • passed through hardware (quicksync) into jellyfin container (it works!)
  • launched an OCI container (docker home assistant) natively in incus (this is a game-changer!)

Next:

  • build 2nd incus node
  • move all containers from proxmox to incus
  • decom proxmox
  • setup Debian with NFS export
[–] irmadlad@lemmy.world 1 points 1 year ago (2 children)

I hear about Incus being the next best thing. I've never played around with it. Is it all that and a bag o' chips?

[–] non_burglar@lemmy.world 1 points 1 year ago (1 children)

I think so.

It is LXD + KVM, so way more and finer tune control on lxc instances. It can run OCI images as well, so for docker instances with only a few configs and no persistent storage, it is actually quite handy. For docker instances that need pretty complicated compose files, I just run docker inside an lxc for now, until I figure that out.

[–] GnuLinuxDude@lemmy.ml 1 points 1 year ago (1 children)

Does Incus allow you to use a VM with a GUI? One thing that's nice about Proxmox is I have one VM with a very basic lxqt setup for when I need that, and I can either use remote-viewer + the spice protocol to access it or access it through the Proxmox web ui. That's been very handy.

[–] non_burglar@lemmy.world 1 points 1 year ago

It can manage KVM, so I don't see why not .

[–] non_burglar@lemmy.world 1 points 1 year ago (1 children)

Side question, but where are you hearing this about incus?

I'm wrapping up 9 years of using proxmox and I have very specific reasons for switching to incus, but I this is the third time I'm fielding questions in the last month about incus.

[–] irmadlad@lemmy.world 1 points 1 year ago

I read a lot. LOL I might not understand it all, but I read TBs of articles and stuff.