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
+1 -1
View File
@@ -24,7 +24,7 @@ sources:
- https://hub.docker.com/r/jlesage/handbrake/
- https://handbrake.fr/
type: application
version: 13.0.9
version: 13.0.10
annotations:
truecharts.org/catagories: |
- media
+14 -8
View File
@@ -82,13 +82,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: handbrake
group: "Container Configuration"
label: "HandBrake Configuration"
@@ -96,6 +96,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."
@@ -126,7 +132,7 @@ questions:
required: true
- variable: SECURE_CONNECTION
label: "SECURE_CONNECTION"
description: "When set to 1, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details."
description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details."
schema:
type: boolean
default: false
+2
View File
@@ -37,6 +37,7 @@ handbrake:
DISPLAY_WIDTH: 1280
DISPLAY_HEIGHT: 768
SECURE_CONNECTION: false
ENABLE_CJK_FONT: false
AUTOMATED_CONVERSION_PRESET: "General/Very Fast 1080p30"
AUTOMATED_CONVERSION_FORMAT: "mp4"
AUTOMATED_CONVERSION_KEEP_SOURCE: true
@@ -46,6 +47,7 @@ configmap:
handbrake:
enabled: true
data:
ENABLE_CJK_FONT: "{{ ternary \"1\" \"0\" .Values.handbrake.ENABLE_CJK_FONT }}"
KEEP_APP_RUNNING: "{{ ternary \"1\" \"0\" .Values.handbrake.KEEP_APP_RUNNING }}"
SECURE_CONNECTION: "{{ ternary \"1\" \"0\" .Values.handbrake.SECURE_CONNECTION }}"
DISPLAY_WIDTH: "{{ .Values.handbrake.DISPLAY_WIDTH }}"
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://hub.docker.com/r/jlesage/jdownloader-2
- https://jdownloader.org/
type: application
version: 8.0.8
version: 8.0.9
annotations:
truecharts.org/catagories: |
- downloads
+15 -9
View File
@@ -82,13 +82,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: "REPLACETHIS"
- 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: "REPLACETHIS"
- variable: jdownloader
group: "Container Configuration"
label: "jDownloader2 Configuration"
@@ -96,9 +96,15 @@ 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 1, the application will be automatically restarted if it crashes or if a user quits it."
description: "When set to true, the application will be automatically restarted if it crashes or if a user quits it."
schema:
type: boolean
default: false
@@ -126,7 +132,7 @@ questions:
required: true
- variable: SECURE_CONNECTION
label: "SECURE_CONNECTION"
description: "When set to 1, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details."
description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details."
schema:
type: boolean
default: false
+2
View File
@@ -46,11 +46,13 @@ jdownloader:
DISPLAY_WIDTH: 1280
DISPLAY_HEIGHT: 768
SECURE_CONNECTION: false
ENABLE_CJK_FONT: false
configmap:
jdownloader:
enabled: true
data:
ENABLE_CJK_FONT: "{{ ternary \"1\" \"0\" .Values.jdownloader.ENABLE_CJK_FONT }}"
KEEP_APP_RUNNING: "{{ ternary \"1\" \"0\" .Values.jdownloader.KEEP_APP_RUNNING }}"
SECURE_CONNECTION: "{{ ternary \"1\" \"0\" .Values.jdownloader.SECURE_CONNECTION }}"
DISPLAY_WIDTH: "{{ .Values.jdownloader.DISPLAY_WIDTH }}"
+1 -1
View File
@@ -18,7 +18,7 @@ name: makemkv
sources:
- https://github.com/jlesage/docker-makemkv
- https://hub.docker.com/r/jlesage/makemkv
version: 2.0.9
version: 2.0.10
annotations:
truecharts.org/catagories: |
- media
+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."
+2
View File
@@ -30,6 +30,7 @@ makemkv:
AUTO_DISC_RIPPER_BD_MODE: "mkv"
AUTO_DISC_RIPPER_MAKEMKV_PROFILE: ""
SECURE_CONNECTION: false
ENABLE_CJK_FONT: false
AUTO_DISC_RIPPER: false
AUTO_DISC_RIPPER_EJECT: false
AUTO_DISC_RIPPER_PARALLEL_RIP: false
@@ -54,6 +55,7 @@ configmap:
makemkv:
enabled: true
data:
ENABLE_CJK_FONT: "{{ ternary \"1\" \"0\" .Values.makemkv.ENABLE_CJK_FONT }}"
KEEP_APP_RUNNING: "{{ ternary \"1\" \"0\" .Values.makemkv.KEEP_APP_RUNNING }}"
SECURE_CONNECTION: "{{ ternary \"1\" \"0\" .Values.makemkv.SECURE_CONNECTION }}"
DISPLAY_WIDTH: "{{ .Values.makemkv.DISPLAY_WIDTH }}"
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://hub.docker.com/r/jlesage/mkvtoolnix
- https://mkvtoolnix.download/
type: application
version: 2.0.8
version: 2.0.9
annotations:
truecharts.org/catagories: |
- media
+14 -8
View File
@@ -82,13 +82,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: mkvtoolnix
group: "Container Configuration"
label: "MKVToolNix Configuration"
@@ -96,6 +96,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."
@@ -126,7 +132,7 @@ questions:
required: true
- variable: SECURE_CONNECTION
label: "SECURE_CONNECTION"
description: "When set to 1, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details."
description: "When set to true, an encrypted connection is used to access the application's GUI (either via a web browser or VNC client). See the Security section for more details."
schema:
type: boolean
default: false
+2
View File
@@ -37,11 +37,13 @@ mkvtoolnix:
DISPLAY_WIDTH: 1280
DISPLAY_HEIGHT: 768
SECURE_CONNECTION: false
ENABLE_CJK_FONT: false
configmap:
mkvtoolnix:
enabled: true
data:
ENABLE_CJK_FONT: "{{ ternary \"1\" \"0\" .Values.mkvtoolnix.ENABLE_CJK_FONT }}"
KEEP_APP_RUNNING: "{{ ternary \"1\" \"0\" .Values.mkvtoolnix.KEEP_APP_RUNNING }}"
SECURE_CONNECTION: "{{ ternary \"1\" \"0\" .Values.mkvtoolnix.SECURE_CONNECTION }}"
DISPLAY_WIDTH: "{{ .Values.mkvtoolnix.DISPLAY_WIDTH }}"