diff --git a/docs/panel/README.md b/docs/panel/README.md index 98c527f..b7caa43 100644 --- a/docs/panel/README.md +++ b/docs/panel/README.md @@ -9,6 +9,7 @@ - [Deployment vom Panel](#deployment-vom-panel) - [2FA](#2fa) - [Reverse Proxy](#reverse-proxy) + - [Probleme](#probleme) ## LXC Container @@ -117,4 +118,8 @@ nugget.sangelo.space { header_up Host {upstream_hostport} } } -``` \ No newline at end of file +``` + +## Probleme + +Nach dem Deployen vom Panel hatten wir das Problem, dass nach jeder Ă„nderung im Panel ein Server Error 500 aufgetaucht ist. Dank einem [offenen Issue](https://github.com/pterodactyl/panel/issues/5051) haben wir erkannt, dass es sich um ein Berechtigungsfehler im Container handelt. Nachdem wir beim erneuten Deployment folgenden Befehl `docker compose exec panel chown -R nginx: /app/storage/logs/` verwendet haben, hat alles funktioniert. \ No newline at end of file