fix(templates): make security questions overridable in values (#2211)
* fix(templates): make security questions overridable in values * fix(uptime-kuma): set PUID: 0 * change naming
This commit is contained in:
@@ -20,7 +20,7 @@ name: uptime-kuma
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/louislam/uptime-kuma
|
- https://github.com/louislam/uptime-kuma
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.4
|
version: 2.0.5
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- monitoring
|
- monitoring
|
||||||
|
|||||||
@@ -10,6 +10,9 @@ podSecurityContext:
|
|||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
|
|
||||||
|
security:
|
||||||
|
PUID: 0
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -5,15 +5,23 @@
|
|||||||
type: dict
|
type: dict
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
attrs:
|
attrs:
|
||||||
- variable: PUID
|
- variable: editsecurity
|
||||||
label: "Process User ID - PUID"
|
label: "Change PUID / UMASK values"
|
||||||
description: "When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps"
|
description: "By enabling this you override default set values."
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: boolean
|
||||||
default: 568
|
default: false
|
||||||
- variable: UMASK
|
show_subquestions_if: true
|
||||||
label: "UMASK"
|
subquestions:
|
||||||
description: "When supported by the container, this sets the UMASK for tha App. Not supported by all Apps"
|
- variable: PUID
|
||||||
schema:
|
label: "Process User ID - PUID"
|
||||||
type: string
|
description: "When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps"
|
||||||
default: "002"
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
- variable: UMASK
|
||||||
|
label: "UMASK"
|
||||||
|
description: "When supported by the container, this sets the UMASK for tha App. Not supported by all Apps"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "002"
|
||||||
|
|||||||
Reference in New Issue
Block a user