chore(recipes): expose CSRF_TRUSTED_ORIGINS to gui (#3592)
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
appVersion: "1.3.3"
|
||||
description: Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
|
||||
name: recipes
|
||||
version: 8.0.42
|
||||
version: 8.0.43
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- recipes
|
||||
|
||||
@@ -31,6 +31,12 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: "*"
|
||||
- variable: CSRF_TRUSTED_ORIGINS
|
||||
label: "CSRF_TRUSTED_ORIGINS"
|
||||
description: "Sets the CSRF_TRUSTED_ORIGINS env var"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: GUNICORN_MEDIA
|
||||
label: "GUNICORN_MEDIA"
|
||||
description: "Sets the GUNICORN_MEDIA env var"
|
||||
|
||||
@@ -49,6 +49,7 @@ configmap:
|
||||
env:
|
||||
DEBUG: 0
|
||||
ALLOWED_HOSTS: "*"
|
||||
CSRF_TRUSTED_ORIGINS: ""
|
||||
GUNICORN_MEDIA: 0
|
||||
FRACTION_PREF_DEFAULT: 0
|
||||
COMMENT_PREF_DEFAULT: 1
|
||||
|
||||
@@ -7,6 +7,7 @@ words:
|
||||
- Authentik
|
||||
- authkey
|
||||
- autoconnect
|
||||
- AUTOSYNC
|
||||
- backupname
|
||||
- bazarr
|
||||
- bugfixer's
|
||||
@@ -18,6 +19,7 @@ words:
|
||||
- configfile
|
||||
- configmap
|
||||
- daemonset
|
||||
- dbcreds
|
||||
- dbengine
|
||||
- ddns
|
||||
- Djava
|
||||
@@ -30,6 +32,7 @@ words:
|
||||
- fullname
|
||||
- gibibyte
|
||||
- gluster
|
||||
- GUNICORN
|
||||
- healthcheck
|
||||
- healthchecks
|
||||
- hostpath
|
||||
@@ -60,6 +63,7 @@ words:
|
||||
- mailenabled
|
||||
- Mailgun
|
||||
- mariadbcreds
|
||||
- mediafiles
|
||||
- meshroom
|
||||
- metallb
|
||||
- Mikrotik
|
||||
@@ -114,6 +118,7 @@ words:
|
||||
- srcsets
|
||||
- ssvnc
|
||||
- statefulset
|
||||
- staticfiles
|
||||
- steamcommunica
|
||||
- steammasterser
|
||||
- subchart
|
||||
|
||||
Reference in New Issue
Block a user