Has anyone integrated bookstack addon successfully into HAOS?

I am trying to figure out what is missing to get it to work properly. I have taken extreme care to make sure everything was setup and configured properly but just not working. I want to be able to use it from the sidebar as well as from outside of HA iframe. Keep in mind that this is using http and not https. If its not possible without configuring proxies, certs, etc. just to get this to work properly in and out of HA then let me know.

  • Restart HA just to make sure everything is running and loaded properly from prior updates/installs.
  1. Install, set password, turn on start at boot, watchdog, auto-update for MariaDB Add-On if not already installed then start it.
  • Restart HA just to make sure everything is running and loaded properly from prior updates/installs.
  1. Install, turn on start at boot, watchdog, auto-update for Bookstack Add-On, then start it.
  • Restart HA just to make sure everything is running and loaded properly from prior updates/installs.
  1. Navigate in your browser to the URL used for your HA instance except change port to 2665
  2. Login with default credentials using [email protected]/password
  3. YaY! you should be able to access and manage bookstack now without issue.
  4. Goto HA and add a webpage dashboard using the same URL you used to login to bookstack with sidebar access
  5. Select new option in sidebar and…booooooo won’t load. Thats ok, was expected do to iframe security, lets fix that.
  6. Goto bookstack addon configuration and lets grant iframe access

envvars:

  • name: ALLOWED_IFRAME_HOSTS
    value: http://<your_ha_url>:8123

Save config, will want to restart bookstack, thats fine.

  • Restart HA just to make sure everything is running and loaded properly from prior updates/installs.
  1. Select new option in sidebar and… Now your presented with bookstack login page.
  2. Unfortunately now everything is broken with both external and internal access of bookstack. Login for both simply loops back to the login page.

If anyone can assist it would be much appreciated.