• 1 Post
  • 28 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle












  • Start with Docker/Containers.

    Once you understand the basics of it you can start selfhosting all sorts of applications from/on your laptop with very little effort. For Docker Command Line Basics there are tons of free tutorials online. If that’s to big of a step in the beginning, start with a Portainer (spinning it up is basically just copy and paste one little command) the rest can be done from the GUI. Docker will also help you to figure out what you might think is worth „selfhosting“ for yourself. Because selfhosting is almost like clothing: Everyone has their own taste and style.


  • Pretty much also my experience. I migrated HA stand-alone on a Pi4 to a VM on ProxMox (ThinkCenter M720) a couple weeks ago. The direct backup installation did not work so I had to create a new HA and then transfer the backup file over ssh to get it to run.

    One thing I’m curious about: Do you measure the idle power consumption of your NUC and does it really drop down to 6W? Because with a Hypervisor installed I would assume that it never really goes into „idle“ hence the resources are constantly bound.




  • Make sure you introduce your USB dongle through ProxMox to the VM on which HA ist installed. There is an USB-option in the menu for your VM where you can choose which USB device or port from the Host should be passed trough. Once that is done figure out how the USB is connected to your HA VM via the HA shell. Something like

    ls /dev/tty*

    should give you the path you will need to integrate it into HA (if autodiscovery doesn’t work).


  • Das meiste ist schon gesagt wurden. Evt. noch ein Hinweis: schau dir an, wie „organisiert“ dein aktueller Arbeitsbereich ist und was bereits erreicht wurde. Deine Mitgliedschaft nützt dir wenig, wenn bei einer Mobilmachung 5/100 Leuten nicht arbeiten gehen. Horch dich demnach erst mal um, wie groß der Anteil Mitglieder ist und entscheide dann, ob es sich lohnt. In der Logistik würde ich aber von einer hohen Mitglieder-Zahl ausgehen…


  • I’m just in the middle of transitioning from my NAS with some docker containers on it and a stand-alone rpi4 with Home Assistant towards a single server with everything running on LXC/VMs. Synology has given me a headache about my docker setup + energy consumption and after testing for half a day I was sold on ProxMox. Plus there are a tons of tutorials available for basically anything you need!