mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01: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)
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"boot": "auto",
|
||||
"description": "usenet downloader",
|
||||
"devices": [
|
||||
@@ -39,7 +44,12 @@
|
||||
"PUID": "0",
|
||||
"PGID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Nzbget",
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
@@ -51,7 +61,10 @@
|
||||
"ports_description": {
|
||||
"6789/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
@@ -62,8 +75,8 @@
|
||||
"cifspassword": "str?"
|
||||
},
|
||||
"slug": "nzbget",
|
||||
"upstream": "latest",
|
||||
"upstream": "21.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "latest",
|
||||
"version": "21.1",
|
||||
"webui": "http://[HOST]:[PORT:6789]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user