Files
hassio-addons/flexget/config.json
2022-01-18 16:40:24 +01:00

34 lines
755 B
JSON

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