mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
44 lines
946 B
JSON
44 lines
946 B
JSON
{
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "FlexGet is a multipurpose automation tool for all of your media",
|
|
"environment": {
|
|
"FG_PLUGINS": "",
|
|
"FG_WEBUI_PASSWD": "homeassistant123"
|
|
},
|
|
"image": "ghcr.io/alexbelgium/flexget-{arch}",
|
|
"init": false,
|
|
"map": [
|
|
"share:rw",
|
|
"config:rw",
|
|
"media"
|
|
],
|
|
"name": "Flexget",
|
|
"options": {
|
|
"PGID": 0,
|
|
"PUID": 0,
|
|
"WebuiPass": "homeassistant123"
|
|
},
|
|
"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",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "3.5.9",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:5050]"
|
|
}
|