mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Updater bot : mylar3 updated to 0.6.4
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
|
||||
## 0.6.4 (10-02-2022)
|
||||
- Update to latest version from linuxserver/docker-mylar3
|
||||
## 0.6.3 (06-01-2022)
|
||||
|
||||
- Update to latest version from linuxserver/docker-mylar3
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"boot": "auto",
|
||||
"description": "Automated comic book downloader for use with NZB and torrents",
|
||||
"devices": [
|
||||
@@ -39,7 +43,12 @@
|
||||
"PUID": "0",
|
||||
"PGID": "0"
|
||||
},
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Mylar3",
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
@@ -51,7 +60,10 @@
|
||||
"ports_description": {
|
||||
"8090/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
@@ -62,8 +74,8 @@
|
||||
"cifspassword": "str?"
|
||||
},
|
||||
"slug": "mylar3",
|
||||
"upstream": "0.6.3",
|
||||
"upstream": "0.6.4",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "0.6.3",
|
||||
"version": "0.6.4",
|
||||
"webui": "http://[HOST]:[PORT:8090]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user