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