mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
e855250ceb
* add cronjobs * fix cron * update backup, restore, change_url scripts * fix wrong location in nginx * use correct license in manifest * remove time and weight from scripts * do not display output of cronjobs * add developers info to readme * add screenshot ro readme * Simplify description? (#3) * Simplify description? * Uhoh typo sorry * General improvements to various scripts (#4) * add check_process file * change nginx conf to allow install in root-path and subdomain * remove public-option * use php version variable * remove useless tasks in various install scripts * remove service removal step * run upgrade steps with sudo * fix upgrading * fix dbpwd variable and restore script * seed db on first install * use correct upgrade procedure Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
3 lines
190 B
Text
3 lines
190 B
Text
0 8 * * * __USER__ /usr/bin/php__YNH_PHP_VERSION__ __DESTDIR__/artisan ninja:send-invoices -q
|
|
0 8 * * * __USER__ /usr/bin/php__YNH_PHP_VERSION__ __DESTDIR__/artisan ninja:send-reminders -q
|
|
|