Add landing page in front of web converter
This commit is contained in:
@@ -13,8 +13,9 @@ Diese Variante stellt den PDF-zu-ICS-Konverter im Browser bereit, damit die Nutz
|
||||
Doppelklick auf `start_web.cmd`
|
||||
|
||||
Danach im Browser öffnen:
|
||||
- Lokal: `http://localhost:8000`
|
||||
- Im Netzwerk (z. B. Smartphone): `http://<IP-des-Rechners>:8000`
|
||||
- Landingpage: `http://localhost:8000`
|
||||
- Anwendung: `http://localhost:8000/app`
|
||||
- Im Netzwerk (z. B. Smartphone): `http://<IP-des-Rechners>:8000/app`
|
||||
|
||||
## Docker (Server ohne VPN)
|
||||
|
||||
@@ -27,7 +28,8 @@ docker compose up -d --build
|
||||
```
|
||||
|
||||
Aufruf:
|
||||
- Direkt per IP/Port: `http://<SERVER-IP>:8000`
|
||||
- Landingpage: `http://<SERVER-IP>:8000`
|
||||
- Anwendung: `http://<SERVER-IP>:8000/app`
|
||||
- Oder mit Domain über Reverse Proxy (empfohlen)
|
||||
|
||||
### 2) Status und Logs
|
||||
|
||||
Reference in New Issue
Block a user