forked from alexbelgium/hassio-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
43 lines (43 loc) · 946 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "[email protected]",
"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.6",
"webui": "[PROTO:ssl]://[HOST]:[PORT:5050]"
}