mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Updated Reverse Proxy (markdown)
parent
9be0aa1ca9
commit
7334bc9e6a
1 changed files with 11 additions and 0 deletions
|
@ -7,6 +7,7 @@ Unlikely other web apps, Uptime Kuma is based on WebSocket. You need two more he
|
|||
- [Caddy](#caddy)
|
||||
- [Nginx Proxy Manager](#nginx-proxy-manager)
|
||||
- [Synology Builtin Reverse Proxy](#synology-builtin-reverse-proxy)
|
||||
- [Cloudflare](#cloudflare)
|
||||
- [SSL/HTTPS](#ssl-https)
|
||||
|
||||
|
||||
|
@ -96,6 +97,16 @@ Please enable "WebSockets Supports"
|
|||
|
||||
https://mlohr.com/websockets-for-synology-dsm/
|
||||
|
||||
# Cloudflare
|
||||
|
||||
You must enable "WebSockets" in Cloudflare Dashboard:
|
||||
|
||||
Cloudflare Dashboard -> Network -> Enable WebSockets
|
||||
|
||||
Read more:
|
||||
https://github.com/louislam/uptime-kuma/issues/138#issuecomment-890485229
|
||||
|
||||
|
||||
# SSL/HTTPS
|
||||
|
||||
It is recommended to use SSL(HTTPS) with your web-server to avoid MiTM attacks when on a public network. If using caddy these certificates will be auto-generated by caddy and will keep them updated.
|
||||
|
|
Loading…
Reference in a new issue