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

@@ -8,9 +8,6 @@ mv /opt/Setup/Configs/nginx.conf /etc/nginx/nginx.conf
ash /opt/Setup/Scripts/PHPTool.sh -d freshrss || exit 1
rm /opt/Setup/Scripts/PHPTool.sh
#Configure Cron
mv /opt/Setup/Configs/crontab /etc/crontabs/nginx
#Install freshrss
mkdir -p /opt/freshrss
wget https://github.com/FreshRSS/FreshRSS/tarball/latest -O /tmp/freshrss.tar.gz