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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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."
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user