ninja: allow iframing

This commit is contained in:
xeruf 2022-11-14 12:09:50 +00:00
parent 4efe0140d1
commit 9519a4d9b4
2 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,9 @@ data:
hostname: "ninja.${domain}"
tls: true
certManager: true
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "Content-Security-Policy: frame-ancestors 'self' ${nextcloud_domain}";
persistence:
public:
existingClaim: invoiceninja-data
@ -29,7 +32,7 @@ data:
auth:
password: "${redis_password}"
appURL: "https://ninja.ftt.gmbh"
appURL: "https://ninja.${domain}"
userEmail: "${admin_email}"
userPassword: "${password}"
mailer: "smtp" # FIXME use "${outgoing_mail_enabled}"

View File

@ -22,3 +22,4 @@ python $(dirname "$0")/../generate_secrets.py invoiceninja
#python $(dirname "$0")/../generate_secrets.py suitecrm
#python $(dirname "$0")/../generate_secrets.py kimai
python $(dirname "$0")/../generate_secrets.py wikijs
python $(dirname "$0")/../generate_secrets.py nextcloud-home