From 1099b98b398e30f797be7916ee7ad2e3c162922c Mon Sep 17 00:00:00 2001 From: sascha Date: Sat, 27 Dec 2025 22:03:33 +0000 Subject: [PATCH] =?UTF-8?q?jdownloader/config.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jdownloader/config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 jdownloader/config.json diff --git a/jdownloader/config.json b/jdownloader/config.json new file mode 100644 index 0000000..eada932 --- /dev/null +++ b/jdownloader/config.json @@ -0,0 +1,20 @@ +{ + "name": "JDownloader 2", + "version": "1.0.0", + "slug": "jdownloader_ha", + "description": "JDownloader 2 Headless (via jaymoulin)", + "arch": ["aarch64", "amd64", "armv7"], + "startup": "application", + "boot": "auto", + "map": ["share"], + "options": { + "myjd_email": "deine_email@example.com", + "myjd_password": "dein_passwort", + "device_name": "HA-JDownloader" + }, + "schema": { + "myjd_email": "str", + "myjd_password": "password", + "device_name": "str" + } +} \ No newline at end of file