mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 14:24:06 +02:00
Add folders options
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Transmission NAS",
|
"name": "Transmission NAS",
|
||||||
"version": "1.3",
|
"version": "1.4",
|
||||||
"slug": "transmission",
|
"slug": "transmission",
|
||||||
"description": "The torrent client for Hass.io with OpenVPN support",
|
"description": "The torrent client for Hass.io with OpenVPN support",
|
||||||
"url": "https://github.com/pierrickrouxel/hassio-addon-transmission",
|
"url": "https://github.com/pierrickrouxel/hassio-addon-transmission",
|
||||||
@@ -48,7 +48,9 @@
|
|||||||
"openvpn_enabled": false,
|
"openvpn_enabled": false,
|
||||||
"openvpn_config": "",
|
"openvpn_config": "",
|
||||||
"openvpn_username": "",
|
"openvpn_username": "",
|
||||||
"openvpn_password": ""
|
"openvpn_password": "",
|
||||||
|
"download_dir": "/share/downloads",
|
||||||
|
"incomplete_dir": "/share/incomplete"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
|
||||||
@@ -59,7 +61,9 @@
|
|||||||
"openvpn_enabled": "bool",
|
"openvpn_enabled": "bool",
|
||||||
"openvpn_config": "str",
|
"openvpn_config": "str",
|
||||||
"openvpn_username": "str",
|
"openvpn_username": "str",
|
||||||
"openvpn_password": "str"
|
"openvpn_password": "str",
|
||||||
|
"download_dir": "str",
|
||||||
|
"incomplete_dir": "str"
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
|
||||||
|
|||||||
Reference in New Issue
Block a user