(fix) adapt Apps for new way of dealing with readonlyroot on S6(ish) containers
This commit is contained in:
@@ -279,6 +279,18 @@ questions:
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: varrun
|
||||
label: "varrun override for S6 Readonly Root"
|
||||
schema:
|
||||
type: dict
|
||||
hidden: true
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: ""
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
hidden: true
|
||||
- variable: config
|
||||
label: "App Config Storage"
|
||||
description: "Stores the Application Configuration."
|
||||
|
||||
@@ -49,3 +49,5 @@ persistence:
|
||||
downloads:
|
||||
enabled: false
|
||||
mountPath: /downloads
|
||||
varrun:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user