HI,
I have had HA running fine on my Synology DSM7 box for a few months as I start this adventure. I needed a supervised install for add-ons and HACS.
I followed a guide online (Marius hosting) that basically runs this command:
docker run -d --name=hassio_supervisor \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /var/run/dbus:/var/run/dbus \
-v /volume1/docker/homeassistant:/data \
-e SUPERVISOR_SHARE=/volume1/docker/homeassistant \
-e SUPERVISOR_NAME=hassio_supervisor \
-e HOMEASSISTANT_REPOSITORY=homeassistant/qemux86-64-homeassistant \
--security-opt seccomp=unconfined \
--privileged \
--restart always \
homeassistant/amd64-hassio-supervisor:latest
All is well and all the docker containers are created, by i constantly get notifications of unsupported system, bad docker config, etc. Now recently I can no longer update supervisor as it has used some form of “dev” version also flagged as latest.
Is there a way to remove these warnings? I tried adding to jobs.json but it seems depreciated/ignored?
I looked at the “supported” method on install page, but this is not a supervised install so is missing all the good stuff!