(chore) move standardised env-vars to include (#1092)

* intial work on moving fixed envs to include

* add include to release scripting
This commit is contained in:
Kjeld Schouten-Lebbing
2021-10-04 13:27:12 +02:00
committed by GitHub
parent 47366d6bf0
commit 2b6ba98a6b
99 changed files with 200 additions and 1188 deletions
@@ -73,13 +73,7 @@ questions:
schema:
type: dict
attrs:
- variable: TZ
label: "Timezone"
schema:
type: string
default: "Etc/UTC"
$ref:
- "definitions/timezone"
# Include{fixedEnv}
- variable: PUID
label: "PUID"
description: "Sets the PUID env var for LinuxServer.io (compatible) containers"
@@ -87,12 +81,7 @@ questions:
type: int
default: 568
- variable: UMASK
label: "UMASK"
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
schema:
type: string
default: "002"
- variable: VISION-FACE
label: "VISION-FACE"
description: "Enables Face Detection"