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,3 +1,5 @@
## 1.0.2-1
- Fixed local config
## 1.0.2 (01-01-2022)
- Update to latest version from linuxserver/docker-bazarr

View File

@@ -1,6 +1,6 @@
{
"name": "Bazarr NAS",
"version": "1.0.2",
"version": "1.0.2-1",
"slug": "bazarr_nas",
"description": "Companion application to Sonarr and Radarr to download subtitles",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/bazarr/Readme.md",

View File

@@ -1,3 +1,5 @@
## 4.7.0.19-1
- Changed local config location
## 4.7.0.19 (14-12-2021)
- Update to latest version from linuxserver/docker-emby

View File

@@ -1,4 +1,9 @@
{
"name": "Emby NAS",
"version": "4.7.0.19-1",
"slug": "emby_nas",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/emby/Readme.md",
"apparmor": true,
"arch": [
"aarch64",
@@ -6,14 +11,17 @@
"armv7",
"armhf"
],
"boot": "auto",
"upstream": "4.7.0.19",
"webui": "http://[HOST]:[PORT:8096]",
"startup": "services",
"video": true,
"backup_exclude": [
"*/cache/",
"*/logs/",
"*/transcoding-temp/",
"*/metadata/"
],
"boot": "auto",
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"devices": [
"/dev/dri",
"/dev/vchiq",
@@ -62,7 +70,6 @@
"media:rw",
"ssl:rw"
],
"name": "Emby NAS",
"options": {
"PUID": 0,
"PGID": 0,
@@ -95,12 +102,5 @@
"cifsdomain": "str?",
"smbv1": "bool?",
"silent": "bool?"
},
"slug": "emby_nas",
"startup": "services",
"upstream": "4.7.0.19",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.7.0.19",
"video": true,
"webui": "http://[HOST]:[PORT:8096]"
}
}

View File

@@ -1,3 +1,6 @@
## 0.20.222-1
- Fixed local config
## 0.20.222 (01-01-2022)
- Update to latest version from linuxserver/docker-jackett
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)

View File

@@ -12,7 +12,7 @@
"armhf"
],
"boot": "auto",
"upstream": "0.20.222",
"upstream": "0.20.222-1",
"startup": "services",
"webui": "http://[HOST]:[PORT:9117]",
"environment": {

View File

@@ -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

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]"
}
}

View File

@@ -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

View File

@@ -1,3 +1,4 @@
## 4.3.3-3 (03-01-2022)
- Cleanup: config base folder changed to /config/addons_config (thanks @bruvv)
- New standardized logic for Dockerfile build and packages installation

View File

@@ -1,6 +1,6 @@
{
"name": "Ombi",
"version": "4.3.3-2",
"version": "4.3.3-3",
"slug": "ombi",
"description": "Self-hosted Plex Request and user management system",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/ombi/Readme.md",

View File

@@ -1,3 +1,4 @@
## 3.2.2.5080-7 (03-01-2022)
- 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

View File

@@ -1,6 +1,6 @@
{
"name": "Radarr NAS",
"version": "3.2.2.5080-6",
"version": "3.2.2.5080-7",
"slug": "radarr_nas",
"description": "A fork of Sonarr to work with movies like Couchpotato",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/radarr/Readme.md",

View File

@@ -1,3 +1,5 @@
## nightly-alpine-0.1.0.1154-ls4
- uppdated to version ls4
## nightly-alpine-0.1.0.1154-ls3 (01-01-2022)
- Update to latest version from linuxserver/docker-readarr

View File

@@ -1,13 +1,15 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"name": "Readarr NAS",
"version": "nightly-alpine-0.1.0.1154-ls4",
"slug": "readarr_nas",
"description": "Book Manager and Automation",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/readarr/Readme.md",
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"upstream": "nightly-alpine-0.1.0.1154-ls4 ",
"webui": "http://[HOST]:[PORT:8787]",
"startup": "services",
"devices": [
"/dev/sda",
"/dev/sdb",
@@ -50,7 +52,6 @@
"media:rw",
"config:rw"
],
"name": "readarr NAS",
"options": {
"PUID": 0,
"PGID": 0,
@@ -75,10 +76,5 @@
"cifsusername": "str?",
"cifspassword": "str?",
"CONFIG_LOCATION": "str"
},
"slug": "readarr_nas",
"upstream": "nightly-alpine-0.1.0.1154-ls3",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-alpine-0.1.0.1154-ls3",
"webui": "http://[HOST]:[PORT:8787]"
}
}

View File

@@ -1,3 +1,4 @@
## 3.0.6.1342-6 (03-01-2022)
- 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

View File

@@ -1,6 +1,6 @@
{
"name": "Sonarr NAS",
"version": "3.0.6.1342-5",
"version": "3.0.6.1342-6",
"slug": "sonarr_nas",
"description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ",
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/sonarr/Readme.md",

View File

@@ -1,4 +1,4 @@
## 0.7.1
## 0.7.1 (03-01-2022)
- Breaking change
- Changed the config handeling
- Added a docs with the config explaination.