mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Update to 3.1.146
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
## 3.1.146 (26-10-2021)
|
||||||
|
- Update to latest version from flexget/flexget
|
||||||
|
|
||||||
## 3.1.144 (23-10-2021)
|
## 3.1.144 (23-10-2021)
|
||||||
- Update to latest version from flexget/flexget
|
- Update to latest version from flexget/flexget
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,20 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": ["aarch64", "amd64", "armhf", "armv7"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armhf",
|
||||||
|
"armv7"
|
||||||
|
],
|
||||||
"description": "FlexGet is a multipurpose automation tool for all of your media",
|
"description": "FlexGet is a multipurpose automation tool for all of your media",
|
||||||
"environment": {
|
"environment": {
|
||||||
"FG_PLUGINS": "",
|
"FG_PLUGINS": "",
|
||||||
"FG_WEBUI_PASSWD": ""
|
"FG_WEBUI_PASSWD": ""
|
||||||
},
|
},
|
||||||
"map": ["share:rw", "config:rw"],
|
"map": [
|
||||||
|
"share:rw",
|
||||||
|
"config:rw"
|
||||||
|
],
|
||||||
"name": "Flexget",
|
"name": "Flexget",
|
||||||
"options": {
|
"options": {
|
||||||
"PUID": 0,
|
"PUID": 0,
|
||||||
@@ -25,8 +33,8 @@
|
|||||||
"FG_PLUGINS": "str?"
|
"FG_PLUGINS": "str?"
|
||||||
},
|
},
|
||||||
"slug": "flexget",
|
"slug": "flexget",
|
||||||
"upstream": "3.1.144",
|
"upstream": "3.1.146",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "3.1.144",
|
"version": "3.1.146",
|
||||||
"webui": "http://[HOST]:[PORT:5050]"
|
"webui": "http://[HOST]:[PORT:5050]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user