Fixes for AlpinePHPTool:

*Added crontab configuration to the script for FreshRSS and Nextcloud CT's
*Added ProxmoxUpdateScript configuration to the script for Nextcloud CT
This commit is contained in:
2025-01-16 23:54:55 +01:00
parent 5c663faa0d
commit 1d661b3287
7 changed files with 50 additions and 24 deletions

View File

@@ -17,7 +17,6 @@ tar jxf /opt/Setup/nextcloud.tar.bz2 -C /opt/nextcloud --strip 1
rm -rf /opt/Setup/nextcloud.tar.bz2
chown -R nginx:nginx /opt/nextcloud
chown -R nginx:nginx /var/nextcloud
echo "*/5 * * * * php83 -f /opt/nextcloud/cron.php > /dev/null 2>&1" >> /etc/crontabs/nginx
#Enable services on boot
rc-update add nginx
rc-update add valkey