• 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • In theory Incus and LXD by default will be slightly heavier than docker; they run a a lot more bare-metal services (ex. systemd) in container giving them more flexability and a VM like feel, which would 99% of the time be wasted resources in a docker container

    They also dont have nearly as much ‘out of the box’ support as Docker/Podman might, especially for single process containers.

    That being said docker used to run on lxc until not too long ago, so there’s still many similarities between the 2







  • Sethayy@sh.itjust.workstoSelfhosted@lemmy.worldWhy docker
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 months ago

    Though this is more of a proxmox ease of use issue than docker, personally I swapped from it to pure debian server/host to run a similar manual setup with podman - so everything runs right on the host.

    In theory I think you can achieve this with proxmox ssh’ing into the host and just treating it like a usual debian




  • remminia is a client (I believe for rdp and vnc), but to host you’d need some type of server.

    The best and fanciest today is sunshine but it requires some kind of gpu for encoding - so probably out of the question for an RPI

    The next are all pretty similar, (I myself have most experience with vnc so I can attest to it): xrdp/rdp, vnc, and nx

    Half of them try and create their own virtual desktop to stream, but so you probably want to stream a real desktop - x11vnc does a great job at this (and if anything has too many options)




  • I actually did this and reccomend for a power user (for me it was proxmox didn’t quick enough implement virtio-fs), but in case you want a full proxmox like setup I got some recommendations:

    • Use LXD-ui. Its a bit annoying with the certificates but gives a nice n easy to use ui (I was only able to figure out how to get this working with the snap, but I didn’t try too hard)

    • Setup Virt manager through gtk Broadway. This one requires your own security implementations so definitely don’t just open it to the whole internet, but it allows you to manage VM’s in a browser intuitively.

    • Setup ssh, vnc, sunshine, tailscale, a device local to the host you can connect to any number of remote desktop solutions you can cause it all likelyhood setting things up you will break a thing or 2 and it sucks having no access to your device

    • Use syncthing or resilio sync to share files between a client and the host PC, saves a lot of time trying fancier stuff like rsync (can probably be used to setup multiple servers storage backup, in case of power outage or whatever but I personally only have 1 host)