Update to nightly-0.1.1.1030-ls162

This commit is contained in:
alexbelgium
2021-10-26 01:59:23 +02:00
parent 2c36f1e1b9
commit af9ff7ef9d
2 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## nightly-0.1.1.1030-ls162 (26-10-2021)
- Update to latest version from linuxserver/docker-prowlarr
- Improve SMB mount code to v1.5 ; accepts several network disks separated by commas (//123.12.12.12/share,//123.12.12.12/hello) that are mount to /mnt/$sharename
## nightly-0.1.1.1029-ls161 (19-10-2021)

View File

@@ -1,13 +1,23 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"boot": "auto",
"description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
"environment": {
"PUID": "0",
"PGID": "0"
},
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Prowlarr NAS",
"options": {
"PUID": 0,
@@ -22,7 +32,10 @@
"ports_description": {
"9696/tcp": "web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PUID": "int",
"PGID": "int",
@@ -34,8 +47,8 @@
},
"slug": "prowlarr",
"startup": "services",
"upstream": "nightly-0.1.1.1029-ls161",
"upstream": "nightly-0.1.1.1030-ls162",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "nightly-0.1.1.1029-ls161-3",
"version": "nightly-0.1.1.1030-ls162",
"webui": "http://[HOST]:[PORT:9696]"
}