Update to 3.1.131

This commit is contained in:
alexbelgium
2021-07-01 07:01:16 +02:00
parent 5beb7ef427
commit bc5e67ced4
3 changed files with 32 additions and 29 deletions

View File

@@ -1,2 +1,5 @@
## 3.1.131 (01-07-2021)
- Update to latest version from flexget/flexget
- :arrow_up: Initial release - :arrow_up: Initial release

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="3.1.120" ARG BUILD_UPSTREAM="3.1.131"
FROM wiserain/flexget:latest FROM wiserain/flexget:latest
RUN \ RUN \

View File

@@ -1,39 +1,39 @@
{ {
"name": "Flexget", "name": "Flexget",
"version": "3.1.120", "version": "3.1.131",
"upstream": "3.1.120", "upstream": "3.1.131",
"slug": "flexget", "slug": "flexget",
"description": "FlexGet is a multipurpose automation tool for all of your media", "description": "FlexGet is a multipurpose automation tool for all of your media",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"webui": "http://[HOST]:[PORT:5050]", "webui": "http://[HOST]:[PORT:5050]",
"ports": { "ports": {
"5050/tcp": 5050 "5050/tcp": 5050
}, },
"ports_description": { "ports_description": {
"5050/tcp": "Web interface" "5050/tcp": "Web interface"
}, },
"map": [ "map": [
"share:rw", "share:rw",
"config:rw" "config:rw"
], ],
"environment": { "environment": {
"FG_PLUGINS": "", "FG_PLUGINS": "",
"FG_WEBUI_PASSWD": "" "FG_WEBUI_PASSWD": ""
}, },
"options": { "options": {
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0
}, },
"schema": { "schema": {
"PUID": "int", "PUID": "int",
"PGID": "int", "PGID": "int",
"WebuiPass": "str?", "WebuiPass": "str?",
"FG_PLUGINS": "str?" "FG_PLUGINS": "str?"
}, },
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",
"armhf", "armhf",
"armv7" "armv7"
] ]
} }