#HA installation using docker on WD NAS

1 messages · Page 1 of 1 (latest)

harsh spindle
#

I was able to install Docker on my NAS device, which is using intel processor. After installing docker I did pull the image of the Homeassistant, and I did follow the installation instructions.

#

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.

ruby radish
#

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.

harsh spindle
#

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?

ruby radish
harsh spindle
#

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