mirror of
https://github.com/kremalicious/umami.git
synced 2024-10-31 23:35:32 +01:00
27 lines
664 B
JSON
27 lines
664 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/mikecao/umami",
|
|
"addons": [
|
|
"heroku-postgresql"
|
|
],
|
|
"env": {
|
|
"HASH_SALT": {
|
|
"description": "Used to generate unique values for your installation",
|
|
"required": true,
|
|
"generator": "secret"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"postdeploy": "psql $DATABASE_URL -f sql/schema.postgresql.sql"
|
|
},
|
|
"success_url": "/"
|
|
}
|