Bootstack only accessible on local network.
I have maria DB installed, then installed MyPhP Admin, and then installed book stack. I can access bookstack via local IP address with port and login.
My home assistant server is set up in virtalbox, and works fine. To access my home assistant via the internet I use homeaccessanywhere.com so my domain is example.homeaccessanywhere.com
I am trying to add some lines to the bookstack configuration.yaml file. I do this through Apps > BookStack > Configuration. I then click on the 3 dots in the top right, and make the changes I want. After making those changes, I click on save.
Bookstack reloads, and my changes are wiped. I wanted to make those changes through Studio Code Server, but cannot find the folders or files that way. I was hoping if the files were changed through studio code server, the changes would stick and not get wiped.
The changes I wanted to make are below. These changes need to happen from what I found on the internet:
envvars:
- name: ALLOWED_IFRAME_HOSTS
value: http://example.homeaccessanywhere.com - name: SESSION_SECURE_COOKIE
value: “true”
OR
envvars:
- name: ALLOWED_IFRAME_HOSTS
value: http://192.xxx.xxx.xxx:8123
I just barely updated the Home assistant server, to what ever is the latest.
Anyone have any ideas ? I have spent the past few days trying to figure this out. I wish bookstack was a simpler integration into home assistant.