This repository has been archived by the owner on Feb 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RELEASE #php #nginx #mariadb #debian #goaccess #cron #release Release…
… 4.0.0 Fix cron execution for Froxlor version 2.0.0 and above. Add GoAccess version 1.4. Update PHP versions to 8.0.28, 8.1.18 and 8.2.6. Update NGINX version to 1.25.0. Update MariaDB version to 10.11.3. Update Debian version to 11.7.
- Loading branch information
1 parent
1ab5bbf
commit 5f21b87
Showing
11 changed files
with
83 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin | ||
# | ||
*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --tasks 1> /dev/null | ||
0 0 * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --traffic 1> /dev/null | ||
5 0 * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --used_tickets_reset 1> /dev/null | ||
7 0 1 * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --ticketarchive 1> /dev/null | ||
10 0 * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --usage_report 1> /dev/null | ||
0 */6 * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --mailboxsize 1> /dev/null | ||
*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --letsencrypt 1> /dev/null | ||
15 0 * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/scripts/froxlor_master_cronjob.php --backup 1> /dev/null | ||
*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/bin/froxlor-cli froxlor:cron 'tasks' -q 1> /dev/null | ||
0 0 * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/bin/froxlor-cli froxlor:cron 'traffic' -q 1> /dev/null | ||
5 0 * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/bin/froxlor-cli froxlor:cron 'usage_report' -q 1> /dev/null | ||
0 */6 * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/bin/froxlor-cli froxlor:cron 'mailboxsize' -q 1> /dev/null | ||
*/5 * * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/bin/froxlor-cli froxlor:cron 'letsencrypt' -q 1> /dev/null | ||
# Look for and purge old sessions every 30 minutes | ||
09,39 * * * * root /usr/bin/nice -n 5 /usr/bin/php -q /var/www/froxlor/bin/froxlor-cli froxlor:php-sessionclean 1> /dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,4 +92,4 @@ http { | |
# protocol imap; | ||
# proxy on; | ||
# } | ||
#} | ||
#} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
passwd: compat extrausers | ||
group: compat extrausers | ||
shadow: compat extrausers | ||
passwd: compat extrausers | ||
group: compat extrausers | ||
shadow: compat extrausers | ||
|
||
hosts: files dns | ||
networks: files dns | ||
hosts: files dns | ||
networks: files dns | ||
|
||
services: db files | ||
protocols: db files | ||
rpc: db files | ||
ethers: db files | ||
netmasks: files | ||
netgroup: files | ||
bootparams: files | ||
services: db files | ||
protocols: db files | ||
rpc: db files | ||
ethers: db files | ||
netmasks: files | ||
netgroup: files | ||
bootparams: files | ||
|
||
automount: files | ||
aliases: files | ||
automount: files | ||
aliases: files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters