Kleiner Anpassungen / Aktualisierung Dokumentation
This commit is contained in:
1465
docs/entwicklung.md
Normal file
1465
docs/entwicklung.md
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
# Betrieb hinter dem Reverse Proxy (OPNsense)
|
||||
|
||||
Aufbau: Browser → HTTPS → nginx auf der OPNsense → HTTP → Port 46600 auf dem
|
||||
Aufbau: Browser → HTTPS → nginx auf der OPNsense → HTTP → Port 8080 auf dem
|
||||
Docker-Host → nginx im `web`-Container → `api`.
|
||||
|
||||
## Drei Werte in der `.env`
|
||||
@@ -15,7 +15,7 @@ Nach jeder Änderung `docker compose up -d`, nicht `restart` – ein Neustart
|
||||
übernimmt keine geänderten Umgebungswerte.
|
||||
|
||||
**`PUBLIC_BASE_URL`** landet in jeder Verifikations-, Einladungs- und
|
||||
Passwort-Reset-Mail. Steht dort noch `http://…:46600`, führen die Links ins
|
||||
Passwort-Reset-Mail. Steht dort noch `http://…:8080`, führen die Links ins
|
||||
Leere, sobald jemand von außen klickt.
|
||||
|
||||
**`COOKIE_SECURE=true`** ist ab jetzt Pflicht, aber auch erst ab jetzt möglich:
|
||||
|
||||
Reference in New Issue
Block a user