feat(apps): move user/pass/secrets/keys from env to secret (#1501)

* feat(apps): move user/pass/secrets/keys from `env` to `secret`

* uptimerobot-prometheus

* podgrab

* grafana

* nextcloud

* openldap, also fix some variable types

* healthchecks

* onlyoffice

* transmission

* fix variable type (stash)

* handbrake (also fix some variable types)

* jd2 (also fix some var  values

* whoops

* try this

* bump major

* fix calibre var type

* fix var types on 2 apps

* add placeholders on questions and set `private: true` on passwords/tokens/secrets
This commit is contained in:
Stavros Kois
2021-12-11 13:49:05 +01:00
committed by GitHub
parent a3077e87b2
commit e14d7a3813
63 changed files with 460 additions and 348 deletions
+11 -7
View File
@@ -73,22 +73,19 @@ questions:
- value: "OnDelete"
description: "(Legacy) OnDelete: ignore .spec.template changes"
# Include{controllerExpert}
- variable: env
- variable: secret
group: "Container Configuration"
label: "Image Environment"
label: "Image Secrets"
schema:
type: dict
attrs:
# Include{fixedEnv}
- variable: NEXTCLOUD_ADMIN_USER
label: "NEXTCLOUD_ADMIN_USER (First Install Only)"
description: "Sets the initial nextcloud's admin username, changing this variable after first launch will NOT change admin's username"
schema:
type: string
required: true
default: ""
default: "REPLACETHIS"
- variable: NEXTCLOUD_ADMIN_PASSWORD
label: "NEXTCLOUD_ADMIN_PASSWORD (First Install Only)"
description: "Sets the initial nextcloud's admin password, changing this variable after first launch will NOT change admin's password"
@@ -96,7 +93,14 @@ questions:
type: string
private: true
required: true
default: ""
default: "REPLACETHIS"
- variable: env
group: "Container Configuration"
label: "Image Environment"
schema:
type: dict
attrs:
# Include{fixedEnv}
- variable: TRUSTED_PROXIES
label: "Trusted Proxies (Advanced)"
description: "Sets nextcloud Trusted Proxies"