Updater bot : mylar3 updated to 0.6.4

This commit is contained in:
alexbelgium
2022-02-10 01:57:20 +01:00
parent 40a13bfa77
commit cc74cb7448
2 changed files with 20 additions and 5 deletions

View File

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

View File

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