head -5 /etc/default/openmediavault
And post the output here.
Greetings
David
head -5 /etc/default/openmediavault
And post the output here.
Greetings
David
Display Morehead -5 /etc/default/openmediavault
And post the output here.
Greetings
David
./FixIFrameOMV.sh
This file is part of OpenMediaVault.
#
# @license http://www.gnu.org/licenses/gpl.html GPL Version 3
# @author Volker Theile <volker.theile@openmediavault.org>
# @copyright Copyright (c) 2009-2020 Volker Theile
/etc/default/openmediavault: line 1: This: command not found
Anybody?
Display MoreIt is still the same issue as OMV 4. I didn't realize you were trying to put the OMV web interface in a iframe.
set -e
. /usr/share/openmediavault/scripts/helper-functions
omv_set_default OMV_NGINX_SITE_WEBGUI_SECURITY_CSP_ENABLE 0
omv_set_default OMV_NGINX_SITE_WEBGUI_SECURITY_XFRAMEOPTIONS_ENABLE false
omv-salt stage run prepare
worked like a charm ! Thank you
Display MoreIt is still the same issue as OMV 4. I didn't realize you were trying to put the OMV web interface in a iframe.
set -e
. /usr/share/openmediavault/scripts/helper-functions
omv_set_default OMV_NGINX_SITE_WEBGUI_SECURITY_CSP_ENABLE 0
omv_set_default OMV_NGINX_SITE_WEBGUI_SECURITY_XFRAMEOPTIONS_ENABLE false
omv-salt stage run prepare
I am confused about these commands, how exactly is this about to help.
I am confused about these commands, how exactly is this about to help.
Same here. How do I allow OMV to show in an iFrame?
Did you try those commands?
Step-by-Step for OMV5 (as root, or use sudo):
nano OMViframe this will open the editor nano with a new file called "OMViframe"
past the following into nano
#!/bin/bash
set -e
. /etc/default/openmediavault
. /usr/share/openmediavault/scripts/helper-functions
omv_set_default OMV_NGINX_SITE_WEBGUI_SECURITY_CSP_ENABLE 0
omv_set_default OMV_NGINX_SITE_WEBGUI_SECURITY_XFRAMEOPTIONS_ENABLE false
omv-salt stage run prepare
omv-salt deploy run nginx
omv_purge_internal_cache
Display More
Ctrl+x and y to close nano and save the file
chmod +x OMViframe to make the file executable
./OMViframe to execute the script
Be patient. It takes some time before you see output. The script is competed when you see the prompt again.
This worked to bring in the web gui, but I have a login loop using Chrome and Firefox.
Any work around ?
Thanks
Full root filesystem?
Running Organizr in a Docker container.. and running OMV in a VM on proxmox...
I have full root access
Maybe a misunderstanding. I mean this:
oh sorry i misunderstood you...
no the file system is not full at all..
Did you try to clear your browser cache?
yeah I even installed vivaldi and it's the same.. so firefox.. chrome and vivaldi all do the same..
weird stuff.. just at a loss as to what to try now.. I mean i can log in in a new windows tab.. it's just organizr that won't accept the login in an iframe
Also on the latest version of omv.
Sorry, no idea either.
did you get around the login loop?
Don’t have an account yet? Register yourself now and be a part of our community!