2017-04-26 20:03:31 -05:00
|
|
|
{
|
|
|
|
"name": "Firefly III",
|
|
|
|
"description": "A free and open source personal finances manager",
|
|
|
|
"repository": "https://github.com/firefly-iii/firefly-iii",
|
2017-12-13 07:15:44 -06:00
|
|
|
"website": "https://firefly-iii.org/",
|
2020-06-28 23:43:53 -05:00
|
|
|
"logo": "https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/public/mstile-150x150.png",
|
2017-04-26 20:03:31 -05:00
|
|
|
"keywords": [
|
|
|
|
"finance",
|
|
|
|
"finances",
|
|
|
|
"manager",
|
|
|
|
"management",
|
|
|
|
"euro",
|
|
|
|
"dollar",
|
|
|
|
"laravel",
|
|
|
|
"money",
|
|
|
|
"currency",
|
|
|
|
"financials",
|
|
|
|
"financial",
|
|
|
|
"budgets",
|
|
|
|
"administration",
|
|
|
|
"tool",
|
|
|
|
"tooling",
|
|
|
|
"help",
|
|
|
|
"helper",
|
|
|
|
"assistant",
|
|
|
|
"planning",
|
|
|
|
"organizing",
|
|
|
|
"bills",
|
|
|
|
"personal finance",
|
|
|
|
"budgets",
|
|
|
|
"budgeting",
|
|
|
|
"budgeting tool",
|
|
|
|
"budgeting application",
|
|
|
|
"transactions",
|
|
|
|
"self hosted",
|
|
|
|
"self-hosted",
|
|
|
|
"transfers",
|
|
|
|
"management"
|
|
|
|
],
|
|
|
|
"addons": [
|
|
|
|
{
|
2017-11-29 12:15:44 -06:00
|
|
|
"plan": "heroku-postgresql",
|
|
|
|
"options": {
|
2020-07-11 00:01:29 -05:00
|
|
|
"version": "12"
|
2017-11-29 12:15:44 -06:00
|
|
|
}
|
2017-04-26 20:03:31 -05:00
|
|
|
}
|
2017-04-26 20:06:39 -05:00
|
|
|
],
|
|
|
|
"scripts": {
|
2017-11-29 09:23:17 -06:00
|
|
|
"postdeploy": "php artisan migrate:refresh --seed;php artisan firefly:instructions install"
|
2017-04-26 20:11:50 -05:00
|
|
|
},
|
|
|
|
"buildpacks": [
|
|
|
|
{
|
2017-11-27 11:39:11 -06:00
|
|
|
"url": "heroku/php"
|
2018-10-09 10:38:23 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/heroku/heroku-buildpack-locale"
|
2017-04-26 20:11:50 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"env": {
|
|
|
|
"APP_KEY": {
|
2020-07-11 00:01:29 -05:00
|
|
|
"description": "This key is used to create app cookies en secure attachments.",
|
2017-04-26 20:11:50 -05:00
|
|
|
"value": "base64:If1gJN4pyycXTq+WS5TjneDympKuu+8SKvTl6RZnhJg="
|
|
|
|
}
|
2017-04-26 20:06:39 -05:00
|
|
|
}
|
2020-07-02 13:23:45 -05:00
|
|
|
}
|