Common 4.0 App Refactor Part 8 - Ornias

This commit is contained in:
Stavros Kois
2021-05-23 18:26:29 +02:00
committed by kjeld Schouten-Lebbing
parent 69f3be4e6b
commit f8b79ac51a
47 changed files with 73 additions and 71 deletions
@@ -62,7 +62,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
+1 -1
View File
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
+1 -1
View File
@@ -62,7 +62,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -62,7 +62,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
+1 -1
View File
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
+1 -1
View File
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
+1 -1
View File
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
+1 -1
View File
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
@@ -61,7 +61,7 @@ questions:
schema:
type: dict
attrs:
- variable: timezone
- variable: TZ
label: "Timezone"
schema:
type: string
+18 -18
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"
+2 -2
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
+3 -1
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
+2 -2
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: