umami/app.json

17 lines
508 B
JSON
Raw Permalink Normal View History

2021-11-01 20:49:48 +08:00
{
2022-06-12 14:38:58 +08: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 14:38:58 +08:00
"addons": ["heroku-postgresql"],
"env": {
2022-12-28 13:38:23 +08:00
"APP_SECRET": {
2022-06-12 14:38:58 +08:00
"description": "Used to generate unique values for your installation",
"required": true,
"generator": "secret"
}
},
"success_url": "/"
2021-11-01 20:49:48 +08:00
}