jdownloader/config.json aktualisiert

This commit is contained in:
sascha 2025-12-27 22:35:45 +00:00
parent 71e747593d
commit 488471ed9c

View File

@ -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"
}
}