Files
hassio-addons/fireflyiii/config.json
2022-09-10 12:29:18 +02:00

51 lines
1.2 KiB
JSON

{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "A free and open source personal finance manager",
"devices": [],
"environment": {
"TRUSTED_PROXIES": "**"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Firefly iii",
"options": {
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
"CONFIG_LOCATION": "/config/addons_config/fireflyiii/config.yaml",
"DB_CONNECTION": "sqlite_internal",
"silent": "true"
},
"ports": {
"8080/tcp": 3473
},
"ports_description": {
"8080/tcp": "web interface"
},
"schema": {
"APP_KEY": "str",
"CONFIG_LOCATION": "str",
"DB_CONNECTION": "list(sqlite_internal|mariadb_addon|mysql|pgsql)",
"DB_DATABASE": "str?",
"DB_HOST": "str?",
"DB_PASSWORD": "str?",
"DB_PORT": "str?",
"DB_USERNAME": "str?",
"Updates": "list(|hourly|daily|weekly)?",
"silent": "bool?"
},
"services": [
"mysql:want"
],
"slug": "fireflyiii",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "5.7.11",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}