mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
cron user
This commit is contained in:
@@ -1,22 +1,13 @@
|
|||||||
{
|
{
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||||
"aarch64",
|
|
||||||
"amd64",
|
|
||||||
"armv7",
|
|
||||||
"armhf"
|
|
||||||
],
|
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "A free and open source personal finance manager",
|
"description": "A free and open source personal finance manager",
|
||||||
"devices": [],
|
"devices": [],
|
||||||
"environment": {
|
"environment": {
|
||||||
"TRUSTED_PROXIES": "**"
|
"TRUSTED_PROXIES": "**"
|
||||||
},
|
},
|
||||||
"map": [
|
"map": ["config:rw", "share:rw", "ssl"],
|
||||||
"config:rw",
|
|
||||||
"share:rw",
|
|
||||||
"ssl"
|
|
||||||
],
|
|
||||||
"name": "Firefly iii",
|
"name": "Firefly iii",
|
||||||
"options": {
|
"options": {
|
||||||
"DB_CONNECTION": "sqlite_internal",
|
"DB_CONNECTION": "sqlite_internal",
|
||||||
@@ -43,11 +34,9 @@
|
|||||||
"silent": "bool?"
|
"silent": "bool?"
|
||||||
},
|
},
|
||||||
"slug": "fireflyiii",
|
"slug": "fireflyiii",
|
||||||
"services": [
|
"services": ["mysql:want"],
|
||||||
"mysql:want"
|
|
||||||
],
|
|
||||||
"upstream": "5.6.10",
|
"upstream": "5.6.10",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "5.6.10-2",
|
"version": "5.6.10-3",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user