app-store/apps/umami/config.json

30 lines
754 B
JSON
Raw Normal View History

2023-02-28 08:46:07 +00:00
{
"$schema": "../schema.json",
"name": "Umami",
"port": 8147,
"available": true,
"exposable": true,
"id": "umami",
"tipi_version": 1,
"version": "v1.40.0",
"categories": ["utilities"],
"description": "Umami is a simple, fast, privacy-focused alternative to Google Analytics.",
"short_desc": "Umami is a simple, fast, privacy-focused alternative to Google Analytics.",
"author": "https://github.com/umami-software",
"source": "https://github.com/umami-software/umami",
"form_fields": [
{
"type": "random",
"label": "DB_PASSWORD",
"min": 32,
"env_variable": "DB_PASSWORD"
},
{
"type": "random",
"label": "HASH_SALT",
"min": 32,
"env_variable": "HASH_SALT"
}
]
}