Commit Graph

4 Commits

Author SHA1 Message Date
df4cf4ba77 moving things around 2026-07-03 13:27:31 -03:00
5ff3589fc9 fix(notepad): override entrypoint to skip chown on NFS-mounted _tmp
The notepad container's entrypoint runs chown -R www-data:www-data
on /var/www/html/_tmp, which fails because the NFS export on nebula
uses all_squash with anonuid=65534. Override the command to skip
chown and just create the dir + copy .htaccess before starting apache.
2026-06-28 15:22:10 -03:00
eb6b3108e0 improving things 2025-10-28 15:36:03 -03:00
a05bad8e0e first commit 2025-09-17 15:46:18 -03:00