feat(apps): add 8 apps (jlesage apps) (#3070)

* feat(dupeguru): add dupeguru

* feat(qdirstat): add qdirstat

* fix(apps): identation

* feat(mediainfo): add mediainfo

* feat(putty): add putty

* feat(mkvcleaver): add mkvcleaver

* feat(avidemux): add avidemux

* feat(tsmuxer): add tsmuxer

* add cjk fonts for all jlesage images

* feat(filebot): add filebot

* whoops

* try older vers

* revert hmm
This commit is contained in:
Stavros Kois
2022-07-05 10:21:45 +03:00
committed by GitHub
parent ef67aa1a4e
commit 35b6c9330d
46 changed files with 4223 additions and 46 deletions
+13 -8
View File
@@ -81,14 +81,13 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: VNC_PASSWORD
label: "VNC_PASSWORD"
description: "Password needed to connect to the application's GUI. See the VNC Password section for more details."
schema:
type: string
private: true
default: ""
- variable: VNC_PASSWORD
label: "VNC_PASSWORD"
description: "Password needed to connect to the application's GUI. See the VNC Password section for more details."
schema:
type: string
private: true
default: ""
- variable: makemkv
group: "Container Configuration"
label: "MakeMKV Configuration"
@@ -96,6 +95,12 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: ENABLE_CJK_FONT
label: "ENABLE_CJK_FONT"
description: "When set to true, open-source computer font WenQuanYi Zen Hei is installed. "
schema:
type: boolean
default: false
- variable: KEEP_APP_RUNNING
label: "KEEP_APP_RUNNING"
description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it."