mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
17 lines
507 B
JSON
17 lines
507 B
JSON
{
|
|
"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",
|
|
"addons": ["heroku-postgresql"],
|
|
"env": {
|
|
"HASH_SALT": {
|
|
"description": "Used to generate unique values for your installation",
|
|
"required": true,
|
|
"generator": "secret"
|
|
}
|
|
},
|
|
"success_url": "/"
|
|
}
|