Updated all dependencies and prepared for PHP 8

This commit is contained in:
2026-06-19 09:37:22 +00:00
parent 941c9104dc
commit 5f9f6ca2ff
21 changed files with 3334 additions and 2643 deletions
+3 -7
View File
@@ -19,12 +19,8 @@ echo "<?php return array(" \
" 'agws.data_cache' => 'file', " \
" 'log.target' => 'errorlog', " \
" 'log.level' => Monolog\Logger::INFO, " \
" ); " > /var/www/app/config.php
" ); " > config.php
# Make cache folder
mkdir /var/www/app/cache
chown lighttpd:lighttpd /var/www/app/cache
# Run start script from parent container
sh /tmp/start.sh
mkdir cache
chown www-data:www-data cache