Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,13 +1,22 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"boot": "auto",
"codenotary": "alexandrep.github@gmail.com",
"description": "A free and open source personal finance manager",
"devices": [],
"environment": {
"TRUSTED_PROXIES": "**"
},
"map": ["config:rw", "share:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"ssl"
],
"name": "Firefly iii",
"options": {
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
@@ -33,11 +42,12 @@
"Updates": "list(|hourly|daily|weekly)?",
"silent": "bool?"
},
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"slug": "fireflyiii",
"upstream": "5.6.16",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "5.6.16",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}