mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-22 08:56:39 -06:00
62 lines
1.3 KiB
JSON
62 lines
1.3 KiB
JSON
{
|
|
"name": "Firefly III",
|
|
"description": "A free and open source personal finances manager",
|
|
"repository": "https://github.com/firefly-iii/firefly-iii",
|
|
"website": "https://firefly-iii.org/",
|
|
"logo": "https://raw.githubusercontent.com/firefly-iii/firefly-iii/master/public/mstile-150x150.png",
|
|
"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": [
|
|
{
|
|
"plan": "heroku-postgresql",
|
|
"options": {
|
|
"version": "9.5"
|
|
}
|
|
}
|
|
],
|
|
"scripts": {
|
|
"postdeploy": "php artisan migrate:refresh --seed;php artisan firefly:instructions install"
|
|
},
|
|
"buildpacks": [
|
|
{
|
|
"url": "heroku/php"
|
|
}
|
|
],
|
|
"env": {
|
|
"APP_KEY": {
|
|
"description": "This key is used to encrypt your data.",
|
|
"value": "base64:If1gJN4pyycXTq+WS5TjneDympKuu+8SKvTl6RZnhJg="
|
|
}
|
|
}
|
|
} |