mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
53 lines
1.0 KiB
JSON
53 lines
1.0 KiB
JSON
{
|
|
"name": "Lidarr NAS",
|
|
"version": "0.8.1.2135-ls63",
|
|
"upstream": "0.8.1.2135-ls63",
|
|
"slug": "lidarr_nas",
|
|
"description": "Music collection manager for Usenet and BitTorrent users",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7",
|
|
"armhf"
|
|
],
|
|
"ports": {
|
|
"8686/tcp": 8686
|
|
},
|
|
"ports_description": {
|
|
"8686/tcp": "web interface"
|
|
},
|
|
"map": [
|
|
"config:rw",
|
|
"share:rw",
|
|
"media:rw",
|
|
"config:rw"
|
|
],
|
|
"privileged": [
|
|
"SYS_ADMIN",
|
|
"DAC_READ_SEARCH"
|
|
],
|
|
"webui": "http://[HOST]:[PORT:8686]",
|
|
"boot": "auto",
|
|
"environment": {
|
|
"PUID": "0",
|
|
"PGID": "0"
|
|
},
|
|
"options": {
|
|
"PUID": 0,
|
|
"PGID": 0,
|
|
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>",
|
|
"cifsusername": "<username>",
|
|
"cifspassword": "<password>"
|
|
},
|
|
"schema": {
|
|
"PUID": "int",
|
|
"PGID": "int",
|
|
"TZ": "str?",
|
|
"localdisks": "str?",
|
|
"networkdisks": "str?",
|
|
"cifsusername": "str?",
|
|
"cifspassword": "str?"
|
|
}
|
|
}
|