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