Phill

Results 347 comments of Phill

Try the following service definition as your starting point: ``` yaml esphome: container_name: esphome image: ghcr.io/esphome/esphome restart: unless-stopped environment: - TZ=${TZ:-Etc/UTC} - USERNAME=${ESPHOME_USERNAME:?eg echo ESPHOME_USERNAME=test >>~/IOTstack/.env} - PASSWORD=${ESPHOME_PASSWORD:?eg echo ESPHOME_PASSWORD=ChangeMe...

@goderz that's cool by me @Noschvie I assume you commented because you're interested in this too. If yes, have you tried it? Does it work? Should it become a Pull...

First off, if you want to run your system that way, please do so. You don't need to change anything. However, the `x-` prefix in the template is not a...

You're welcome. So, with 64-bit Bullseye, you should be safe to run the uninstall scripts for both docker and docker-compose, then the PiBuilder 04 script (which could also be called...

Sorry, no idea. I'm most familiar with systems that have `apt`, and have some understanding of `apk` but I've never used a system that uses `dnf`. The best advice I...

As an alternative, perhaps take a look at [IOTstackBackup](https://github.com/Paraphraser/IOTstackBackup). It's intended to be run from `cron` rather than from the command line so it always writes its output to a...

My negative exit codes are a very old and very bad habit that I don't seem to be able to get out of. I will put it on my to-do...

Oh, I **so** agree!!! All the IOTstack install methods have always been a bit of a mess. I gave up trying to persuade an approach of a **single** script that...

Just to call it out - the last element on this line of your output: ``` + sudo -E sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends docker-ce docker-ce-cli containerd.io...

I think I'd disagree that "simplest" equals installing docker and docker-compose-plugin from the convenience script, followed by installing docker-compose from apt which promptly uninstalls docker and installs a different version....