Follow Creating a Basic VM on Proxmox.
Notes:
remove the default GUI interface options
add the SSH option
I had issues adding a user containing an uppercase letter.
Enable 'sudo' on an user account on Debian (from: https://milq.github.io/enable-sudo-user-account-debian/ )
login with your non-root account.
Start becoming superuser with su .
Now, install sudo with apt-get install sudo .
Add the user account to the group sudo with /sbin/adduser username sudo .
Now, log out and then log in with the same user.
Open a terminal and run sudo echo 'Hello, world!'
Notes:
Follow https://phoenixnap.com/kb/debian-install-nodejs
Notes:
It is recommended not to install nodejs as root.
Notes:
To access the "long-lived access token" from Home Assistant,
log in to the Home Assistant UI
click on your username in the bottom-left corner
choose the Security tab.
scroll down to the LLAT.
Follow
Notes:
To access the "long-lived access token" from Home Assistant,
log in to the Home Assistant UI
click on your username in the bottom-left corner
choose the Security tab.
scroll down to the LLAT.