mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-03 04:28:45 +02:00
Update to 21.1
This commit is contained in:
@@ -1 +1,4 @@
|
|||||||
|
|
||||||
|
## 21.1 (15-12-2021)
|
||||||
|
- Update to latest version from linuxserver/docker-nzbget
|
||||||
- Initial release (latest builds)
|
- Initial release (latest builds)
|
||||||
|
|||||||
@@ -1,6 +1,11 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "usenet downloader",
|
"description": "usenet downloader",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -39,7 +44,12 @@
|
|||||||
"PUID": "0",
|
"PUID": "0",
|
||||||
"PGID": "0"
|
"PGID": "0"
|
||||||
},
|
},
|
||||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
"map": [
|
||||||
|
"config:rw",
|
||||||
|
"share:rw",
|
||||||
|
"media:rw",
|
||||||
|
"config:rw"
|
||||||
|
],
|
||||||
"name": "Nzbget",
|
"name": "Nzbget",
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
@@ -51,7 +61,10 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"6789/tcp": "web interface"
|
"6789/tcp": "web interface"
|
||||||
},
|
},
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
@@ -62,8 +75,8 @@
|
|||||||
"cifspassword": "str?"
|
"cifspassword": "str?"
|
||||||
},
|
},
|
||||||
"slug": "nzbget",
|
"slug": "nzbget",
|
||||||
"upstream": "latest",
|
"upstream": "21.1",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "latest",
|
"version": "21.1",
|
||||||
"webui": "http://[HOST]:[PORT:6789]"
|
"webui": "http://[HOST]:[PORT:6789]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user