This commit is contained in:
Alexandre
2023-02-01 11:21:21 +01:00
committed by GitHub
parent 1843022bc3
commit d2f8d61dd3
5 changed files with 15 additions and 30 deletions

View File

@@ -56,10 +56,7 @@
"name": "Sonarr NAS",
"options": {
"PGID": 0,
"PUID": 0,
"cifspassword": "<password>",
"cifsusername": "<username>",
"networkdisks": "<//SERVER/SHARE>,<//SERVER2/SHARE2>"
"PUID": 0
},
"ports": {
"8989/tcp": 8989
@@ -83,6 +80,6 @@
},
"slug": "sonarr_nas",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr",
"version": "3.0.9.1549-2-bugfix-2",
"version": "3.0.9.1549-2-bugfix-3",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8989]"
}
}