feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit 6850f7b2fc - Show all commits

View File

@ -72,9 +72,6 @@ spec:
if [ -s /var/www/html/config/config.php ] && [ ! -f /var/www/html/data/.ocdata ]; then if [ -s /var/www/html/config/config.php ] && [ ! -f /var/www/html/data/.ocdata ]; then
touch /var/www/html/data/.ocdata touch /var/www/html/data/.ocdata
fi fi
if [ -s /var/www/html/config/config.php ] && ! grep -q "'installed'" /var/www/html/config/config.php; then
sed -i "/^);/i\\ 'installed' => true," /var/www/html/config/config.php
fi
chown -R 33:33 /var/www/html/config /var/www/html/data /var/www/html/custom_apps || true chown -R 33:33 /var/www/html/config /var/www/html/data /var/www/html/custom_apps || true
securityContext: securityContext:
runAsUser: 0 runAsUser: 0