mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 07:35:56 +02:00
Clean webui options
https: //github.com/alexbelgium/hassio-addons/issues/1718 Co-Authored-By: Igor Santos <532299+igorsantos07@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
- Selected flood as default ui
|
||||||
|
- Disabled ui with issues https://github.com/alexbelgium/hassio-addons/issues/1718
|
||||||
|
|
||||||
## 4.0.6-r0-ls272 (17-12-2024)
|
## 4.0.6-r0-ls272 (17-12-2024)
|
||||||
- Minor bugs fixed
|
- Minor bugs fixed
|
||||||
- Fix transmission web control
|
- Fix transmission web control
|
||||||
|
|||||||
@@ -85,6 +85,7 @@
|
|||||||
"DNS_server": "8.8.8.8,1.1.1.1",
|
"DNS_server": "8.8.8.8,1.1.1.1",
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
|
"customUI": "flood-for-transmission",
|
||||||
"download_dir": "/share/downloads",
|
"download_dir": "/share/downloads",
|
||||||
"incomplete_dir": "/share/incomplete"
|
"incomplete_dir": "/share/incomplete"
|
||||||
},
|
},
|
||||||
@@ -112,7 +113,7 @@
|
|||||||
"cifsdomain": "str?",
|
"cifsdomain": "str?",
|
||||||
"cifspassword": "str?",
|
"cifspassword": "str?",
|
||||||
"cifsusername": "str?",
|
"cifsusername": "str?",
|
||||||
"customUI": "list(standard|combustion-release|transmission-web-control|kettu|flood-for-transmission|transmissionic)",
|
"customUI": "list(standard|transmission-web-control|kettu|flood-for-transmission)",
|
||||||
"download_dir": "str",
|
"download_dir": "str",
|
||||||
"incomplete_dir": "str?",
|
"incomplete_dir": "str?",
|
||||||
"localdisks": "str?",
|
"localdisks": "str?",
|
||||||
|
|||||||
Reference in New Issue
Block a user