Merge branch 'main' of gitpot.org:tbz/m158
This commit is contained in:
commit
b401c2fbdf
2 changed files with 15 additions and 10 deletions
|
@ -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.
|
||||
|
|
|
@ -2,10 +2,11 @@
|
|||
|
||||
## Inhaltsverzeichnis
|
||||
|
||||
- [Inhaltsverzeichnis](#inhaltsverzeichnis)
|
||||
- [Setup VM](#setup-vm)
|
||||
- [Realisieren: Wings](#realisieren-wings)
|
||||
- [Inhaltsverzeichnis](#inhaltsverzeichnis)
|
||||
- [Setup VM](#setup-vm)
|
||||
- [Proxmox ID und IP Format](#proxmox-id-und-ip-format)
|
||||
- [Installation Wings](#installation-wings)
|
||||
- [Installation Wings](#installation-wings)
|
||||
- [Dependencies](#dependencies)
|
||||
- [Wings Installation](#wings-installation)
|
||||
- [Wings Configuration](#wings-configuration)
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue