Common 4.0 App Refactor Part 5 - Stavos

This commit is contained in:
Stavros Kois
2021-05-23 18:26:10 +02:00
committed by kjeld Schouten-Lebbing
parent d358b18179
commit 12b4b6382f
68 changed files with 366 additions and 529 deletions
@@ -55,15 +55,6 @@ questions:
description: "Create new pods and then kill old ones"
- value: "Recreate"
description: "Kill existing pods before creating new ones"
# Configure Time Zone
- variable: timezone
group: "Container Image"
label: "Timezone"
schema:
type: string
default: "Etc/UTC"
$ref:
- "definitions/timezone"
# Configure Bitwarden:
- variable: bitwardenrs
label: ""
@@ -364,6 +355,13 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
label: "Timezone"
schema:
type: string
default: "Etc/UTC"
$ref:
- "definitions/timezone"
- variable: UMASK
label: "UMASK"
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"