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