Can someone point me at a github repo that adds the file editor add-on to a docker based HA install?
HA Container (docker based install) does not support add-ons, only HA OS and HA supervised do.
Would this help?
What works best for me is to just install Samba on the host machine that points to your docker files. Then you can just edit from there with your normal text editor on any machine.
See this:
How do you run HA Container without shell access to the host (and itâs files)?
See this is where my knowledge falls apart⌠âpoints to your docker filesâ.
What does this mean exactly? Both the word âpointsâ and âdocker filesâ are ambiguous to me as a total noobâŚ
If your config files for Home Assistant are located in /srv/docker/homeassistant, for example, then Google how to setup a Samba server and setup a share in the /srv/docker/homeassistant. Iâd suggest reading up a little more on Docker, Docker Compose, Samba, etc., or see if Home Assistant OS makes more sense for you.
Thanks. Iâll keep digging
HA OS doesnât work for me as the server is doing so many other things (Plex, VPN, CCTV, Cloud etc)
GitHub - danielperna84/hass-configurator: Configuration UI for Home Assistant I was looking for a similar thing and I just followed the instructions here