fix: set jdownloader2 umask to 002 (#982)
This commit is contained in:
@@ -23,4 +23,4 @@ sources:
|
|||||||
- https://hub.docker.com/r/jlesage/jdownloader-2
|
- https://hub.docker.com/r/jlesage/jdownloader-2
|
||||||
- https://jdownloader.org/
|
- https://jdownloader.org/
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.1
|
version: 2.0.2
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ questions:
|
|||||||
description: "Sets the UMASK env var for jdownloader2 containers"
|
description: "Sets the UMASK env var for jdownloader2 containers"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "022"
|
default: "002"
|
||||||
- variable: KEEP_APP_RUNNING
|
- variable: KEEP_APP_RUNNING
|
||||||
label: "KEEP_APP_RUNNING"
|
label: "KEEP_APP_RUNNING"
|
||||||
description: "When set to 1, the application will be automatically restarted if it crashes or if a user quits it."
|
description: "When set to 1, the application will be automatically restarted if it crashes or if a user quits it."
|
||||||
|
|||||||
Reference in New Issue
Block a user