mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update to 3.1.131
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
|
||||
## 3.1.131 (01-07-2021)
|
||||
- Update to latest version from flexget/flexget
|
||||
|
||||
- :arrow_up: Initial release
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_VERSION
|
||||
ARG BUILD_UPSTREAM="3.1.120"
|
||||
ARG BUILD_UPSTREAM="3.1.131"
|
||||
FROM wiserain/flexget:latest
|
||||
|
||||
RUN \
|
||||
|
||||
@@ -1,39 +1,39 @@
|
||||
{
|
||||
"name": "Flexget",
|
||||
"version": "3.1.120",
|
||||
"upstream": "3.1.120",
|
||||
"slug": "flexget",
|
||||
"description": "FlexGet is a multipurpose automation tool for all of your media",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"webui": "http://[HOST]:[PORT:5050]",
|
||||
"ports": {
|
||||
"5050/tcp": 5050
|
||||
},
|
||||
"ports_description": {
|
||||
"name": "Flexget",
|
||||
"version": "3.1.131",
|
||||
"upstream": "3.1.131",
|
||||
"slug": "flexget",
|
||||
"description": "FlexGet is a multipurpose automation tool for all of your media",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"webui": "http://[HOST]:[PORT:5050]",
|
||||
"ports": {
|
||||
"5050/tcp": 5050
|
||||
},
|
||||
"ports_description": {
|
||||
"5050/tcp": "Web interface"
|
||||
},
|
||||
"map": [
|
||||
},
|
||||
"map": [
|
||||
"share:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"environment": {
|
||||
],
|
||||
"environment": {
|
||||
"FG_PLUGINS": "",
|
||||
"FG_WEBUI_PASSWD": ""
|
||||
},
|
||||
"options": {
|
||||
},
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
"PGID": 0
|
||||
},
|
||||
"schema": {
|
||||
},
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"WebuiPass": "str?",
|
||||
"FG_PLUGINS": "str?"
|
||||
},
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7"
|
||||
]
|
||||
"WebuiPass": "str?",
|
||||
"FG_PLUGINS": "str?"
|
||||
},
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user