I’m trying to migrate from HAOS to HA Container but that’s no way to restore the backup. Is there any other way to do this?
What is the step‽ I am running the container in unraid and want the addon!
Search for the name of the addon on docker hub and write your compose. Addons are just other containers.
Then find exactly what environment variables, config files, port mapping, etc… need to be placed in each container with 0 documentation at all.
Not as simple as writing a compose block.
Yeah, that’s what you put in a compose file, and you shouldn’t care about anything else, port mappings can be read from the Dockerfile if it’s not documented, and if the container was built correctly you shouldn’t care about config files.
I never met a container with 0 documentation. You can read the Doockerfile at least, it’s not magic.
I mean, I can understand why someone want to use HAOS and neber deal with such things, but if someone can set up HA in a container, the second and third container from there is not an unbelivably big step.