Hi, I’m new to the Home Assistant community and recently got myself a Home Assistant Green. After some initial issues, it’s been a lot of fun working with it.
Now, however, I tried installing the add-ons for Bookstack and Vaultwarden. According to the logs, everything installed without any problems, but I can’t access them via homeassistant.local:2665 etc. (I also tried changing this in the settings). As a test, I also tried the Readarr add-on, and that one works fine.
I’m a bit out of my depth here and not sure what else the issue could be. SSL is not enabled. From what I can tell, SSL support seems to be the only real difference in the configuration between Readarr and the others.
Here’s the log from Bookstack:
Log level is set to INFO
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
cont-init: info: running /etc/cont-init.d/bookstack.sh
[02:34:14] WARNING: Bookstack is using the Maria DB addon
[02:34:14] WARNING: Please ensure this is included in your backups
[02:34:14] WARNING: Uninstalling the MariaDB addon will remove any data
[02:34:14] INFO: Creating database for Bookstack if required
cont-init: info: /etc/cont-init.d/bookstack.sh exited 0
cont-init: info: running /etc/cont-init.d/nginx.sh
cont-init: info: /etc/cont-init.d/nginx.sh exited 0
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun nginx (no readiness notification)
services-up: info: copying legacy longrun php-fpm (no readiness notification)
s6-rc: info: service legacy-services successfully started
[02:34:16] INFO: Installing/updating Database
INFO Nothing to migrate.
[02:34:17] INFO: Starting PHP-FPM...
[02:34:17] INFO: Starting NGINX...
Can anyone give me a hint as to what I’m overlooking? Probably something very simple and obvious.
P.S. I hope this is the right place for my question and that the info provided is sufficient.