mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Updated Reverse-Proxy.md
parent
95179677c7
commit
586e5e2686
2 changed files with 13 additions and 1 deletions
|
@ -176,7 +176,19 @@ Please enable "WebSockets Supports"
|
||||||
|
|
||||||
# Synology Builtin Reverse Proxy
|
# Synology Builtin Reverse Proxy
|
||||||
|
|
||||||
https://mlohr.com/websockets-for-synology-dsm/
|
|
||||||
|
1. Bind IP to localhost when starting Kuma
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run -d --restart=always -p 127.0.0.1:3002:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
|
||||||
|
```
|
||||||
|
|
||||||
|
2. On your NAS, open *Control Panel* and then *Login Portal*
|
||||||
|
3. Click on *Advanced*
|
||||||
|
4. Open *Reverse Proxy*
|
||||||
|
5. Create a new Entry with the following values:
|
||||||
|
|
||||||
|
![Reverse Proxy](./img/Synology-reverse-proxy.png)
|
||||||
|
|
||||||
# Traefik
|
# Traefik
|
||||||
```
|
```
|
||||||
|
|
BIN
img/Synology-reverse-proxy.png
Normal file
BIN
img/Synology-reverse-proxy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
Loading…
Reference in a new issue