November 2, 20196 yr In the Home Assistant docker, all the config files ( /appdata/home-assistant/ and /appdata/home-assistant/.config/ ) are root:root so I can't edit them from windows. What should I change them to so that i can edit them? I've tried chown -R 99:100 *, but still can't edit them.
November 2, 20196 yr Go to an Unraid terminal: chown -R nobody:users *.yaml chmod -R 666 *.yaml Edited November 2, 20196 yr by dlandon
November 2, 20196 yr Author Thank you! I did * not *.yaml as I also needed to change some of the core.xxxxxx files. Hopefully that'll be fine. Restarted the container and all seems ok. Thanks again.
Archived
This topic is now archived and is closed to further replies.