CT's linkwarden, hass & nextcloud: Minor fixes

-linkwarden: Updated `yarn` commands for managing the application
-hass: Fixed homefolder for hass application user
-nextcloud: Bumped php version to project default (8.4)
This commit is contained in:
2025-05-09 23:00:06 +02:00
parent d56e339443
commit c65282871f
5 changed files with 20 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ rm -rf /etc/nginx/conf.d
mv /opt/Setup/Configs/nginx.conf /etc/nginx/nginx.conf
#Setup PHP
ash /opt/Setup/Scripts/PHPTool.sh -dv 83 nextcloud || exit 1
ash /opt/Setup/Scripts/PHPTool.sh -d nextcloud || exit 1
rm /opt/Setup/Scripts/PHPTool.sh