allow iFrame (xframe = ALLWALL)? #2440
Replies: 5 comments 1 reply
-
Currently not, might be something for the future |
Beta Was this translation helpful? Give feedback.
-
Would be great to have this. Would allow Tandoor to be used directly in Home Assistant dashboard. |
Beta Was this translation helpful? Give feedback.
-
Yes same, why is it not supported? |
Beta Was this translation helpful? Give feedback.
-
For anyone looking to do this, a somewhat hacky but effective way is to manually add the config to the server you're running. For instance, if using the docker compose "plain" setup with Nginx you can manually add (Easiest way to edit a volume is to fire up a one-shot container, something like this: |
Beta Was this translation helpful? Give feedback.
-
I also want to display tandoor in an iframe in Home Assistant (tandoor is installed on a different machine), I don't care about security because its local. The 1st thing I did was adding this to my Nginx Proxy Manager (reverse Proxy)
So far I can see the login screen but I am not able to login because CSRF issue I have tandoor running in portainer with this stack
Tandoor is running under: http://192.168.178.133:8888 I tried to add CSRF_TRUSTED_ORIGINS
but this doesnt work ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to display Tandoor inside a dashboard as an iframe. How can I allow iframe integration? There is a Django option called xframe. I already tried the following environment setting:
DJANGO_X_FRAME_OPTIONS: 'ALLOWALL'
But this does not help
Beta Was this translation helpful? Give feedback.
All reactions