Open
Description
Problem/Motivation
Unable to find the correct config to both be able to show the HA Dasboard card on a computer and edit pages on another instance with same config file.
Case 1 with config file:
certfile: fullchain.pem
envvars:
- name: SESSION_COOKIE_NAME
value: bookstack_session
keyfile: privkey.pem
ssl: false
Will give "419 Page Expired" on the computer displaying the HA webpage card. (When loging in)
On HA all is workign well, can edit and save pages.
Case 2 with config file:
certfile: fullchain.pem
envvars:
- name: SESSION_COOKIE_NAME
value: bookstack_session
- name: ALLOWED_IFRAME_HOSTS
value: http://192.168.212.46:8123
keyfile: privkey.pem
ssl: false
HA webpage card will work on the computer displying my dashboard and possible to browse the books.
On HA it will allow logging in, navigating editing page etc, but when pressing save button on a page it will give
"419 Page expired"
Steps to reproduce
Use configs as above
Metadata
Metadata
Assignees
Labels
No labels