diff --git a/docs/panel/README.md b/docs/panel/README.md index de8b598..adc49a1 100644 --- a/docs/panel/README.md +++ b/docs/panel/README.md @@ -117,4 +117,8 @@ nugget.sangelo.space { ## 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. +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. + +Dieser Befehl ändert den Besitzer der Ordners `/app/storage/logs` auf den User Nginx, was nötig ist, da der Webserver ansonsten keine Logs schreiben kann. diff --git a/docs/wings/README.md b/docs/wings/README.md index 97a7840..09b5ff1 100644 --- a/docs/wings/README.md +++ b/docs/wings/README.md @@ -2,14 +2,15 @@ ## Inhaltsverzeichnis -- [Inhaltsverzeichnis](#inhaltsverzeichnis) -- [Setup VM](#setup-vm) - - [Proxmox ID und IP Format](#proxmox-id-und-ip-format) -- [Installation Wings](#installation-wings) - - [Dependencies](#dependencies) - - [Wings Installation](#wings-installation) - - [Wings Configuration](#wings-configuration) - - [Daemonizing](#daemonizing) +- [Realisieren: Wings](#realisieren-wings) + - [Inhaltsverzeichnis](#inhaltsverzeichnis) + - [Setup VM](#setup-vm) + - [Proxmox ID und IP Format](#proxmox-id-und-ip-format) + - [Installation Wings](#installation-wings) + - [Dependencies](#dependencies) + - [Wings Installation](#wings-installation) + - [Wings Configuration](#wings-configuration) + - [Daemonizing](#daemonizing) ## Setup VM @@ -176,7 +177,7 @@ $ systemctl enable --now wings.service; systemctl status wings.service ● wings.service - Pterodactyl Wings Daemon Loaded: loaded (/etc/systemd/system/wings.service; enabled; preset: enabled) Active: active (running) since Tue 2024-07-09 20:42:33 UTC; 3s ago - Main PID: 24459 (wings) + Main PID: 24459 (wings) Tasks: 9 (limit: 35772) Memory: 10.2M (peak: 11.0M) CPU: 55ms