Update questions.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten 2023-05-26 10:10:52 +02:00 committed by GitHub
parent 957330a776
commit fe1d1a9631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 38 deletions

View File

@ -9,44 +9,6 @@ questions:
# Include{podSpec} # Include{podSpec}
# Include{containerMain} # 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{containerBasic}
# Include{containerAdvanced} # Include{containerAdvanced}