Files
hassio-addons/musicbrainz-picard/config.json
2020-12-10 12:06:44 +01:00

31 lines
708 B
JSON

{
"name": "Picard test",
"version": "1.0",
"slug": "piacrd",
"description": "The torrent client for Hass.io with OpenVPN support",
"url": "https://github.com/pierrickrouxel/hassio-addon-transmission",
"webui": "http://[HOST]:[PORT:5000]",
"startup": "services",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"map": [
"config:rw",
"share:rw",
"ssl"
],
"boot": "auto",
"ports": {
"5800/tcp": 5800,
"5900/tcp": 5900
},
"hassio_api": true,
"homeassistant_api": false,
"host_network": false,
"options": {
},
"schema": {
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
}
}