test structure from marcelveldt

This commit is contained in:
Alexandre
2020-12-07 11:44:26 +01:00
parent fa2cd07c51
commit 5b299cb233
29 changed files with 187 additions and 111 deletions

View File

@@ -1,21 +1,18 @@
{
"name": "Transmission with mount",
"version": "1.0",
"slug": "transmission",
"description": "The torrent client for Hass.io with OpenVPN support",
"url": "https://github.com/pierrickrouxel/hassio-addon-transmission",
"webui": "http://[HOST]:[PORT:9091]/transmission/web/",
"startup": "services",
"ingress": "true",
"ingress_port": 8099,
"panel_icon": "mdi:progress-download",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"map": [
"config:rw",
"share:rw",
"ssl"
],
"boot": "auto",
"name": "Radarr",
"version": "latest",
"slug": "transmission",
"description": "The torrent client for Hass.io with OpenVPN support",
"webui": "http://[HOST]:[PORT:9091]/transmission/web/",
"ingress": "true",
"ingress_port": 8099,
"startup": "services",
"arch": [
"aarch64",
"amd64",
"amdv7",
"armhf"
],
"ports": {
"9091/tcp": null,
"51413/tcp": 51413,
@@ -26,40 +23,16 @@
"51413/tcp": "Peer port (setup port forwarding to this port)",
"51413/udp": "Peer port (setup port forwarding to this port)"
},
"privileged": [
"NET_ADMIN"
],
"devices": [
"/dev/net/tun:/dev/net/tun:rwm"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"full_access": true,
"hassio_api": true,
"homeassistant_api": false,
"host_network": false,
"options": {
"log_level": "info",
"authentication_required": false,
"username": "",
"password": "",
"localdisks": ["-sda1"],
"openvpn_enabled": false,
"openvpn_config": "",
"openvpn_username": "",
"openvpn_password": ""
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"authentication_required": "bool",
"username": "str",
"password": "str",
"localdisks": ["str"],
"openvpn_enabled": "bool",
"openvpn_config": "str",
"openvpn_username": "str",
"openvpn_password": "str"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
}
}
"map": [
"backup:rw",
"share:rw",
"ssl"
],
"boot": "auto",
"environment": {
"PUID": "0",
"PGID": "0"
},
"options": {},
"schema": {}
}