mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"apparmor": true,
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armv7"
|
|
],
|
|
"boot": "auto",
|
|
"description": "A free and open source personal finance manager",
|
|
"devices": [],
|
|
"environment": {
|
|
"TRUSTED_PROXIES": "**"
|
|
},
|
|
"map": [
|
|
"config:rw",
|
|
"share:rw",
|
|
"ssl"
|
|
],
|
|
"name": "Firefly iii",
|
|
"options": {
|
|
"DB_CONNECTION": "sqlite_internal",
|
|
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
|
|
"CONFIG_LOCATION": "/config/addons_config/fireflyiii/config.yaml",
|
|
"silent": "true"
|
|
},
|
|
"ports": {
|
|
"8080/tcp": 3473
|
|
},
|
|
"ports_description": {
|
|
"8080/tcp": "web interface"
|
|
},
|
|
"schema": {
|
|
"CONFIG_LOCATION": "str",
|
|
"APP_KEY": "str",
|
|
"DB_CONNECTION": "list(sqlite_internal|mariadb_addon|mysql|pgsql)",
|
|
"DB_HOST": "str?",
|
|
"DB_PORT": "str?",
|
|
"DB_DATABASE": "str?",
|
|
"DB_USERNAME": "str?",
|
|
"DB_PASSWORD": "str?",
|
|
"Updates": "list(|hourly|daily|weekly)?",
|
|
"silent": "bool?"
|
|
},
|
|
"slug": "fireflyiii",
|
|
"services": [
|
|
"mysql:want"
|
|
],
|
|
"upstream": "5.6.14",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "5.6.14-5",
|
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
|
}
|