30 lines
754 B
JSON
30 lines
754 B
JSON
|
{
|
||
|
"$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"
|
||
|
}
|
||
|
]
|
||
|
}
|