2022-03-03 14:04:31 +00:00
|
|
|
- variable: security
|
|
|
|
label: "Container Security Settings"
|
|
|
|
group: "Security and Permissions"
|
|
|
|
schema:
|
|
|
|
type: dict
|
2022-03-03 16:15:31 +00:00
|
|
|
additional_attrs: true
|
2022-03-03 14:04:31 +00:00
|
|
|
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"
|
|
|
|
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"
|