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:
@@ -5,15 +5,23 @@
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: PUID
|
||||
label: "Process User ID - PUID"
|
||||
description: "When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps"
|
||||
- variable: editsecurity
|
||||
label: "Change PUID / UMASK values"
|
||||
description: "By enabling this you override default set values."
|
||||
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"
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: PUID
|
||||
label: "Process User ID - PUID"
|
||||
description: "When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps"
|
||||
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