streamlined to versions

This commit is contained in:
Bruvv
2022-01-03 10:03:42 +01:00
parent 50c56893ff
commit 4281eea504
18 changed files with 55 additions and 41 deletions

View File

@@ -1,8 +1,15 @@
{
"name": "Lidarr NAS",
"version": "0.8.1.2135-ls68",
"slug": "lidarr_nas",
"description": "Music collection manager for Usenet and BitTorrent users",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md",
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Music collection manager for Usenet and BitTorrent users",
"upstream": "0.8.1.2135-ls68",
"webui": "http://[HOST]:[PORT:8686]",
"startup": "services",
"devices": [
"/dev/sda",
"/dev/sdb",
@@ -40,7 +47,6 @@
"PGID": "0"
},
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
"name": "Lidarr NAS",
"options": {
"PUID": 0,
"PGID": 0,
@@ -63,10 +69,5 @@
"networkdisks": "str?",
"cifsusername": "str?",
"cifspassword": "str?"
},
"slug": "lidarr_nas",
"upstream": "0.8.1.2135-ls63",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.8.1.2135-ls63-4",
"webui": "http://[HOST]:[PORT:8686]"
}
}