2021-11-01 13:49:48 +01:00
|
|
|
{
|
2022-06-12 08:38:58 +02:00
|
|
|
"name": "Umami",
|
|
|
|
"description": "Umami is a simple, fast, website analytics alternative to Google Analytics.",
|
|
|
|
"keywords": ["analytics", "charts", "statistics", "web-analytics"],
|
|
|
|
"website": "https://umami.is",
|
2022-07-21 14:31:09 +02:00
|
|
|
"repository": "https://github.com/umami-software/umami",
|
2022-06-12 08:38:58 +02:00
|
|
|
"addons": ["heroku-postgresql"],
|
|
|
|
"env": {
|
|
|
|
"HASH_SALT": {
|
|
|
|
"description": "Used to generate unique values for your installation",
|
|
|
|
"required": true,
|
|
|
|
"generator": "secret"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"success_url": "/"
|
2021-11-01 13:49:48 +01:00
|
|
|
}
|