#Can't find HTTP Integration

1 messages · Page 1 of 1 (latest)

woven crane
#

I started up a home-assistant container and trying to add the HTTP Integration in order to access home-assistant through my nginx reverse proxy.
Googling around, I was told that it is in the integrations section where I have only to search HTTP. But no luck.
Also, I cannot find the Add-ons section in my settings.
Maybe I'm missing something.

This is my command line that I used to start up home-assistant.
docker run -d
--name homeassistant
-e TZ=Europe/Berlin
--device /dev/ttyUSB0:/dev/ttyUSB0
-v ./config:/config
-v /run/dbus:/run/dbus:ro
-p 8123:8123
--network frontend
--restart unless-stopped
ghcr.io/home-assistant/home-assistant:stable

quick lagoon
#

The HTTP integration isn't available in the UI. It's YAML only

#

Also, the HA Container installation method doesn't have add-ons, but add-ons are just other pieces of software that you could otherwise install yourself (much like home assistant itself)

woven crane
#

add-ons are a seperate container/

#

??

hybrid sand
#

Yes, each lives in its own container. But you can't use them directly if you run HA in a container

#

so go find the standalone container for whatever you want and run it separately

woven crane
#

i guess you will have to run in in the same network?

hybrid sand
#

That's an addon, which you can't use

woven crane