Common 4.0 App Refactor Part 8 - Ornias

This commit is contained in:
Stavros Kois
2021-05-23 18:04:55 +03:00
committed by kjeld Schouten-Lebbing
parent 69f3be4e6b
commit f8b79ac51a
47 changed files with 73 additions and 71 deletions

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -62,7 +62,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -62,7 +62,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -62,7 +62,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -69,23 +69,23 @@ questions:
$ref:
- "definitions/timezone"
- variable: PUID
label: "PUID"
description: "Sets the PUID env var for LinuxServer.io (compatible) containers"
schema:
type: int
default: 568
- variable: PGID
label: "PGID"
description: "Sets the PGID env var for LinuxServer.io (compatible) containers"
schema:
type: int
default: 568
- variable: UMASK
label: "UMASK"
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"
schema:
type: string
default: "002"
label: "PUID"
description: "Sets the PUID env var for LinuxServer.io (compatible) containers"
schema:
type: int
default: 568
- variable: PGID
label: "PGID"
description: "Sets the PGID env var for LinuxServer.io (compatible) containers"
schema:
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: envList
label: "Image environment"
group: "Configuration"

View File

@@ -11,8 +11,8 @@ image:
envTpl:
# Permissions Settings
UNIFI_GID: "{ { .env.PUID } }"
UNIFI_UID: "{ { .env.PGID } }"
UNIFI_GID: "{{ .Values.env.PUID }}"
UNIFI_UID: "{{ .Values.env.PGID }}"
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart

View File

@@ -19,6 +19,8 @@ groups:
description: "Advanced Configuration"
- name: "WARNING"
description: "WARNING"
portals:
web_portal:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
@@ -60,7 +62,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -10,8 +10,8 @@ strategy:
envTpl:
# Permissions Settings
UNIFI_GID: "{ { .env.PUID } }"
UNIFI_UID: "{ { .env.PGID } }"
UNIFI_GID: "{{ .Values.env.PUID }}"
UNIFI_UID: "{{ .Values.env.PGID }}"
service:
main:

View File

@@ -62,7 +62,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -11,8 +11,8 @@ image:
envTpl:
# Permissions Settings
USER_ID: "{ { .env.PUID } }"
GROUP_ID: "{ { .env.PGID } }"
USER_ID: "{{ .Values.env.PUID }}"
GROUP_ID: "{{ .Values.env.PGID }}"
##
# Most other defaults are set in questions.yaml
# For other options please refer to the wiki, default_values.yaml or the common library chart

View File

@@ -63,7 +63,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -17,8 +17,8 @@ service:
envTpl:
# Permissions Settings
USER_ID: "{ { .env.PUID } }"
GROUP_ID: "{ { .env.PGID } }"
USER_ID: "{{ .Values.env.PUID }}"
GROUP_ID: "{{ .Values.env.PGID }}"
env:
PUID: "568"

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -62,7 +62,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -74,13 +74,13 @@ questions:
description: "Sets the PUID env var for LinuxServer.io (compatible) containers"
schema:
type: int
default: 0
default: 568
- variable: PGID
label: "PGID"
description: "Sets the PGID env var for LinuxServer.io (compatible) containers"
schema:
type: int
default: 0
default: 568
- variable: UMASK
label: "UMASK"
description: "Sets the UMASK env var for LinuxServer.io (compatible) containers"

View File

@@ -28,8 +28,8 @@ envTpl:
env:
# Permissions Settings
PUID: "0"
PGID: "0"
PUID: "568"
PGID: "568"
# General Settings
KEEP_APP_RUNNING: "0"
CLEAN_TMP_DIR: "1"

View File

@@ -77,7 +77,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -53,7 +53,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -242,7 +242,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -355,7 +355,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string

View File

@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string