umami/app.json

17 lines
507 B
JSON
Raw Normal View History

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",
"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
}