mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
streamlined to versions
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## 0.8.1.2135-ls68
|
||||
- updated to 0.8.1.2135-ls68
|
||||
- changed config location
|
||||
|
||||
## 0.8.1.2135-ls62-4
|
||||
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)
|
||||
- New standardized logic for Dockerfile build and packages installation
|
||||
- Allow mounting local drives by label. Just pust the label instead of sda1 for example
|
||||
|
||||
@@ -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]"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ if [ ! -d /share/downloads ]; then
|
||||
chown -R abc:abc /share/downloads
|
||||
fi
|
||||
|
||||
if [ -d /config/lidarr ]; then
|
||||
if [ -d /config/lidarr ] && [ ! -d /config/addons_config/lidarr ]; then
|
||||
echo "Moving to new location /config/addons_config/lidarr"
|
||||
mkdir -p /config/addons_config/lidarr
|
||||
chmod 777 /config/addons_config/lidarr
|
||||
|
||||
Reference in New Issue
Block a user