Install Home Assistant Docker/Portainer
Since Home Assistant now requires you to swap from Supervised to Docker or OS i figured i’d make a quick tutorial on creating a quick Docker tutorial on reinstalling it. Backing Up/Downloading Encryption Key First, we go to your Settings Then Backups Before you continue, make sure you have a new backup and download it […]
Installing Docker on Debian
Here’s a quick tutorial on installing Docker and Docker Compose V2 on Debian! This requires that your account has sudo access. First, we have to make sure that we have possible conflicting packages removed. Debian may ship older/unofficial packages that conflict with Docker’s official packages. After that finishes, we can start installing Docker. Enter these […]
Docker Compose Set Timezone
I’m going to assume you have SSH and/or ftp access to modify the ‘compose.yaml’ file that you intend to modify. All we need to do is add the ‘TZ’ variable to the environment section with your timezone name that you can get from Wikipedia here, like so. Portainer All you have to do for portainer […]