ninja: allow iframing
This commit is contained in:
parent
4efe0140d1
commit
9519a4d9b4
|
@ -13,6 +13,9 @@ data:
|
||||||
hostname: "ninja.${domain}"
|
hostname: "ninja.${domain}"
|
||||||
tls: true
|
tls: true
|
||||||
certManager: true
|
certManager: true
|
||||||
|
annotations:
|
||||||
|
nginx.ingress.kubernetes.io/configuration-snippet: |
|
||||||
|
more_set_headers "Content-Security-Policy: frame-ancestors 'self' ${nextcloud_domain}";
|
||||||
persistence:
|
persistence:
|
||||||
public:
|
public:
|
||||||
existingClaim: invoiceninja-data
|
existingClaim: invoiceninja-data
|
||||||
|
@ -29,7 +32,7 @@ data:
|
||||||
auth:
|
auth:
|
||||||
password: "${redis_password}"
|
password: "${redis_password}"
|
||||||
|
|
||||||
appURL: "https://ninja.ftt.gmbh"
|
appURL: "https://ninja.${domain}"
|
||||||
userEmail: "${admin_email}"
|
userEmail: "${admin_email}"
|
||||||
userPassword: "${password}"
|
userPassword: "${password}"
|
||||||
mailer: "smtp" # FIXME use "${outgoing_mail_enabled}"
|
mailer: "smtp" # FIXME use "${outgoing_mail_enabled}"
|
||||||
|
|
|
@ -22,3 +22,4 @@ python $(dirname "$0")/../generate_secrets.py invoiceninja
|
||||||
#python $(dirname "$0")/../generate_secrets.py suitecrm
|
#python $(dirname "$0")/../generate_secrets.py suitecrm
|
||||||
#python $(dirname "$0")/../generate_secrets.py kimai
|
#python $(dirname "$0")/../generate_secrets.py kimai
|
||||||
python $(dirname "$0")/../generate_secrets.py wikijs
|
python $(dirname "$0")/../generate_secrets.py wikijs
|
||||||
|
python $(dirname "$0")/../generate_secrets.py nextcloud-home
|
||||||
|
|
Loading…
Reference in New Issue