Updates nextcloud, fixes wallabag, synapse

This commit is contained in:
2026-04-17 21:23:39 +02:00
parent e4e3a36c4a
commit 81834b3851
6 changed files with 19 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/sh
set -o errexit -o noclobber -o nounset
# ALSO https://github.com/wallabag/wallabag/issues/8360
chown -R nobody:nobody /var/www/wallabag/app/config /var/www/wallabag/var /var/www/wallabag/data /var/www/wallabag/web || echo "Couldn't chown"
/entrypoint.sh wallabag