Bookstack embedded into dashboard

Hey there,

I’ve installed bookstack add-on:

…it works, and it’s available within my network.

However, I would like to get it embedded as individual dashboard, so I can access it directly from home assistant frontend.

image

any ideas what might be wrong/what needs to be done?

Best regards,
K.M>

You need to allow to be embedded in home assistant

you can do it in the addon config


envvars:
  - name: ALLOWED_IFRAME_HOSTS
    value: http://192.168.1.96:8123

Thx! This worked. Would be nice to have this in add-on doc in HA.

Anyway… I’m getting this now.
image

SESSION_LIFETIME is not possible envvar in the addon.

#edit, seems to happen only in Chrome…