mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
24 lines
568 B
JSON
24 lines
568 B
JSON
{
|
|
"name": "Cachet",
|
|
"description": "Single-site Status Page with Laravel",
|
|
"keywords": [
|
|
"cachet",
|
|
"laravel",
|
|
"status",
|
|
"page"
|
|
],
|
|
"website": "http://james-brooks.uk/cachet",
|
|
"logo": "https://raw.githubusercontent.com/cachethq/assets/f7a350ccd2e7dbdb63f4a2e91bc48f02e03f97e4/images/logo/logo-final.png",
|
|
"success_url": "/setup",
|
|
"repository": "https://github.com/cachethq/Cachet",
|
|
"addons": [
|
|
"cleardb"
|
|
],
|
|
"env": {
|
|
"ENV": "heroku"
|
|
},
|
|
"scripts": {
|
|
"postdeploy": "php artisan migrate; php artisan key:generate"
|
|
}
|
|
}
|