Stars: 378
Forks: 44
Pull Requests: 94
Issues: 24
Watchers: 15
Last Updated: 2023-03-01 03:42:15
A self hosted app to help you get a better understanding of your personal finances.
License:
Languages: PHP, Vue, Dockerfile, Shell, Blade
A self hosted app to help you get a better understanding of your finances.
For installation instructions, please refer to the project wiki
If you can configure the Laravel task scheduler php artisan schedule:run
then commands will be ran when they're suppose to.
* * * * * "docker exec finance-php php artisan schedule:run"
Or you can configure a manual cron job to run those commands. Please verify your system is able to run the cron job. You may need to research how to setup a cron job on your operating system as I will not provide support for this, there are too many possible ways to set up the cron job.
LMGTFY: "How to set up a cron job for [operating system name + version number]"