jdownloader/config.json aktualisiert
This commit is contained in:
parent
71e747593d
commit
488471ed9c
@ -1,20 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "JDownloader 2 (Antlafarge)",
|
"name": "JDownloader 2 (JLesage)",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"slug": "jdownloader",
|
"slug": "jdownloader_jlesage",
|
||||||
"description": "JDownloader 2 basierend auf antlafarge Image",
|
"description": "JDownloader 2 mit GUI (basierend auf jlesage)",
|
||||||
"arch": ["aarch64", "amd64", "armv7"],
|
"arch": ["aarch64", "amd64", "armv7"],
|
||||||
"startup": "application",
|
"startup": "application",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"map": ["share"],
|
"map": ["share"],
|
||||||
|
"ingress": true,
|
||||||
|
"ingress_port": 5800,
|
||||||
|
"panel_icon": "mdi:download",
|
||||||
"options": {
|
"options": {
|
||||||
"myjd_email": "deine_email@example.com",
|
"myjd_email": "",
|
||||||
"myjd_password": "dein_passwort",
|
"myjd_password": "",
|
||||||
"device_name": "HA-JDownloader"
|
"device_name": "HA-JDownloader",
|
||||||
|
"dark_mode": true
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"myjd_email": "str",
|
"myjd_email": "str",
|
||||||
"myjd_password": "password",
|
"myjd_password": "password",
|
||||||
"device_name": "str"
|
"device_name": "str",
|
||||||
|
"dark_mode": "bool"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user