(fix) adapt Apps for new way of dealing with readonlyroot on S6(ish) containers

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-29 16:36:34 +02:00
parent 2480afdf9b
commit e1ffb00eba
26 changed files with 144 additions and 44 deletions
+12
View File
@@ -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."
+2
View File
@@ -49,3 +49,5 @@ persistence:
downloads:
enabled: false
mountPath: /downloads
varrun:
enabled: true