Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
957330a776
commit
fe1d1a9631
|
@ -9,44 +9,6 @@ questions:
|
|||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
- variable: env
|
||||
group: "App Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: PAPERLESS_ADMIN_USER
|
||||
label: "PAPERLESS_ADMIN_USER (First Install Only)"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: PAPERLESS_ADMIN_PASSWORD
|
||||
label: "PAPERLESS_ADMIN_PASSWORD (First Install Only)"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
private: true
|
||||
default: ""
|
||||
- variable: PAPERLESS_ADMIN_MAIL
|
||||
label: "PAPERLESS_ADMIN_MAIL (First Install Only)"
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PAPERLESS_URL
|
||||
label: "PAPERLESS_URL"
|
||||
description: "This is required if you will be exposing Paperless-ngx on a public domain."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: PAPERLESS_WEBSERVER_WORKERS
|
||||
label: "PAPERLESS_WEBSERVER_WORKERS"
|
||||
description: "The number of worker processes the webserver should spawn."
|
||||
schema:
|
||||
type: int
|
||||
required: true
|
||||
default: 2
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
|
||||
|
|
Loading…
Reference in New Issue