mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-08 04:44:53 +01:00
31 lines
708 B
JSON
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}"
|
|
}
|
|
}
|