mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
35 lines
822 B
JSON
35 lines
822 B
JSON
{
|
|
"apparmor": true,
|
|
"arch": ["aarch64", "amd64", "armv7"],
|
|
"description": "FlexGet is a multipurpose automation tool for all of your media",
|
|
"environment": {
|
|
"FG_PLUGINS": "",
|
|
"FG_WEBUI_PASSWD": ""
|
|
},
|
|
"map": ["share:rw", "config:rw"],
|
|
"name": "Flexget",
|
|
"options": {
|
|
"PGID": 0,
|
|
"PUID": 0
|
|
},
|
|
"ports": {
|
|
"5050/tcp": 5050
|
|
},
|
|
"ports_description": {
|
|
"5050/tcp": "Web interface"
|
|
},
|
|
"schema": {
|
|
"FG_LOG_LEVEL": "list(critical|error|warning|info|verbose|debug|trace)?",
|
|
"FG_PLUGINS": "str?",
|
|
"PGID": "int",
|
|
"PUID": "int",
|
|
"WebuiPass": "str?"
|
|
},
|
|
"slug": "flexget",
|
|
"upstream": "3.3.3",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"version": "3.3.3",
|
|
"webui": "http://[HOST]:[PORT:5050]"
|
|
}
|