How to start raspap inside the docker container if it is not running? (Running as an addon in homeassistant) #40
raphael303
started this conversation in
General
Replies: 1 comment 1 reply
-
I believe @NL-TCH has some experience integrating RaspAP-Docker with HomeAssistant. He might be able to advise you here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have been, unsuccessfully, trying to get RaspAP to run as an addon in HomeAssistant. Since Addons in homeassistant run docker containers and I simply want raspap to run, without any communication with homeassistant, it seemed a straight forward thing to do. I will use a USBmodem and USBWlanInterface for RaspAP
I succeeded to a part, but as to my testing RaspAP was not running within the container. From the command line I found raspap.service, looked at it and within found servicestart.sh . I tried to run raspAP with that, but that relies on systemd which again does not work in the container.
I wonder, how would I start RaspAp in the container, without servicestart.sh?
In case anybody tries to do that, I share here my Homeassistant addonfiles.
Dockerfile:
config.yaml
run.sh
Beta Was this translation helpful? Give feedback.
All reactions