chore: use custom uncommon ports 38008 and 38088 to avoid conflicts
This commit is contained in:
@@ -50,12 +50,12 @@ Erstelle in deinem Cloudflare One Dashboard (Zero Trust) unter **Tunnels** zwei
|
||||
#### Route 1: Matrix Server (`matrix.mischlabs.de`)
|
||||
* **Public Hostname:** `matrix.mischlabs.de`
|
||||
* **Service Type:** `HTTP`
|
||||
* **URL:** `http://<NAS-IP>:8008` (z. B. `http://192.168.178.88:8008`)
|
||||
* **URL:** `http://<NAS-IP>:38008` (z. B. `http://192.168.178.88:38008` - bzw. der in deiner `.env` definierte `SYNAPSE_PORT`)
|
||||
|
||||
#### Route 2: Element Web Client (`chat.mischlabs.de`)
|
||||
* **Public Hostname:** `chat.mischlabs.de`
|
||||
* **Service Type:** `HTTP`
|
||||
* **URL:** `http://<NAS-IP>:8088` (z. B. `http://192.168.178.88:8088`)
|
||||
* **URL:** `http://<NAS-IP>:38088` (z. B. `http://192.168.178.88:38088` - bzw. der in deiner `.env` definierte `ELEMENT_PORT`)
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user