hassio-addons / addon-bookstack

Bookstack - Home Assistant Community Add-ons
https://addons.community
MIT License
55 stars 13 forks source link

Running via HTTPS #271

Closed tstill88 closed 9 months ago

tstill88 commented 9 months ago

Im using NGNIX with an SSL cert so i can access this remotely, however there is an issue with the css when viewed with https.

There is a closed issue on the bookstack github with a fix, are you able to implement this into the HA Add-on?

https://github.com/BookStackApp/BookStack/issues/3328

ssddanbrown commented 9 months ago

The main "fix" there was to set the BookStack "APP_URL" option to align with the desired browser URL, so via the addon configuration, something like this:

envvars:
  - name: APP_URL
    value: https://<your_bookstack_url>

I must admit I'm not really familiar with the hassio setup though so not sure how this may affect usage within homeassistant itself, or how you might run the BookStack command to update URLs of existing content (if needed).