From 488471ed9c0f2f7d0d1bf331bf0dbd84d585a4b4 Mon Sep 17 00:00:00 2001 From: sascha Date: Sat, 27 Dec 2025 22:35:45 +0000 Subject: [PATCH] jdownloader/config.json aktualisiert --- jdownloader/config.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/jdownloader/config.json b/jdownloader/config.json index d03dd49..852b3ca 100644 --- a/jdownloader/config.json +++ b/jdownloader/config.json @@ -1,20 +1,25 @@ { - "name": "JDownloader 2 (Antlafarge)", + "name": "JDownloader 2 (JLesage)", "version": "1.0.0", - "slug": "jdownloader", - "description": "JDownloader 2 basierend auf antlafarge Image", + "slug": "jdownloader_jlesage", + "description": "JDownloader 2 mit GUI (basierend auf jlesage)", "arch": ["aarch64", "amd64", "armv7"], "startup": "application", "boot": "auto", "map": ["share"], + "ingress": true, + "ingress_port": 5800, + "panel_icon": "mdi:download", "options": { - "myjd_email": "deine_email@example.com", - "myjd_password": "dein_passwort", - "device_name": "HA-JDownloader" + "myjd_email": "", + "myjd_password": "", + "device_name": "HA-JDownloader", + "dark_mode": true }, "schema": { "myjd_email": "str", "myjd_password": "password", - "device_name": "str" + "device_name": "str", + "dark_mode": "bool" } } \ No newline at end of file