fix(deploy): systemd ReadWritePaths um /opt/mabea/uploads ergänzen
CI / backend-tests (push) Failing after 1m52s
CI / frontend-build (push) Successful in 17s

ProtectSystem=strict blockte Schreibzugriff aufs Dokumente-Upload-Verzeichnis
(Fund beim Live-Deploy: Verzeichnis existierte, aber Sandbox verweigerte
Schreiben außerhalb der bisherigen ReadWritePaths=/opt/mabea/backend).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KC8HYvv6UkCVYheYiTw9DD
This commit is contained in:
2026-09-05 13:57:45 +02:00
co-authored by Claude Sonnet 5
parent 73bf6c1605
commit dbbbd0940b
+1 -1
View File
@@ -17,7 +17,7 @@ NoNewPrivileges=true
ProtectSystem=strict
ProtectHome=true
PrivateTmp=true
ReadWritePaths=/opt/mabea/backend
ReadWritePaths=/opt/mabea/backend /opt/mabea/uploads
[Install]
WantedBy=multi-user.target