#HA installation using docker on WD NAS
1 messages · Page 1 of 1 (latest)
I was able to run HA on my NAS server using docker. but the problem is that I dont find setting->add-ons menu, it does not exist.
At the same time, I was not able to find the image for "HA-hassio-supervisor" for intel processor.
I did try many images but it did not work.
Please help find a solution to this problem, I just want to be able to access add-ons in order to add HACS and other add-ons.
Hacs isn't an addon, it's a custom integration you can add to HA regardless of installation method.
The add-ons service is not available when you install HA container, only in Home Assistant OS, however, add-ons are just docker containers that HAOS installs and configures for you, so most of the software that can be installed via the add-ons store can be easily installed and configured manually in other installation methods.
Thank you so much for your kind response. That means I really dont need HA supervisor, and I can do manual HA integration instead. Could you please send me a reference to how to integrate HACS using my current docker installation?
Thank you again for helping me. I have used the following command:
wget --no-check-certificate https://raw.githubuserco
ntent.com/hacs/get/main/get | bash -
then I have noticed a new index.html.1 created.
Then I have replaced the existing index.html with index.html.1 (newly created)
Then I have restarted HA
Yet, I dont see the new menu HACS yet,
Any advice please