-
Hello, Im trying to place my LinkAce in Organizr as a iFrame, but i get 'X-Frame-Options' to 'SAMEORIGIN in the header when i try to display as an iFrame. is it possible to remove this from the header so i can display it as an iFrame? I am running both Organizer and LinkAce in Docker on a local machine currently. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
You should be able to embed LinkAce by removing |
Beta Was this translation helpful? Give feedback.
-
I'm attempting to do the same thing. I have removed the add_header X-Frame-Options "SAMEORIGIN"; from the nginx.conf file (and confirmed I saved it properly) but I don't believe this has actually updated to nginx, I have checked with both FireFox and Chrome inspector and they both report that it's still in there. I have tried reloading the conf file (nginx -s reload) to force an update but that hasn't worked. I've been searching for the answer for a while now but haven't been able to get it working. Am I missing something? I am using TrueNAS Scale, which I believe uses docker for all apps, not sure if this would make a difference at all. |
Beta Was this translation helpful? Give feedback.
You should be able to embed LinkAce by removing
add_header X-Frame-Options "SAMEORIGIN";
from the nginx.conf file. If you are using the simple LinkAce image you would have to edit the file manually on each update.