app-store/apps/ghostfolio/config.json
DireMunchkin e5b8a0b1a9
App updates (#1367)
* Update Ghostfolio to 2.9.0

* Update Jellyfin to 10.8.11

* Update Radarr to 5.0.3

* Add local domain support to Jellyfin

* Update Ghostfolio to 2.10
2023-10-12 20:06:23 +02:00

48 lines
1.1 KiB
JSON

{
"$schema": "../schema.json",
"name": "Ghostfolio",
"port": 3333,
"available": true,
"exposable": true,
"id": "ghostfolio",
"tipi_version": 9,
"version": "2.10.0",
"categories": [
"finance"
],
"description": "Ghostfolio is a privacy-first, open source dashboard for your personal finances.",
"short_desc": "Open Source Wealth Management Software.",
"author": "dtslvr",
"source": "https://github.com/ghostfolio/ghostfolio",
"form_fields": [
{
"type": "random",
"min": 32,
"max": 32,
"label": "Access token salt",
"env_variable": "GHOSTFOLIO_ACCESS_TOKEN_SALT"
},
{
"type": "random",
"min": 32,
"max": 32,
"label": "JSON Web Tokens secret key",
"env_variable": "GHOSTFOLIO_JWT_SECRET_KEY"
},
{
"type": "random",
"min": 32,
"max": 32,
"label": "Database password",
"env_variable": "GHOSTFOLIO_DB_PASSWORD"
},
{
"type": "random",
"min": 32,
"max": 32,
"label": "Redis password",
"env_variable": "GHOSTFOLIO_REDIS_PASSWORD"
}
]
}