mirror of https://github.com/louislam/uptime-kuma
Update Reverse-Proxy.md (#106)
Added the required tags to the Traefik entry: it was nested into the Synology Builtin Reverse Proxy entrymaster
parent
10a7a5f125
commit
3da8f213d7
|
@ -228,7 +228,8 @@ Unlike other web apps, Uptime Kuma is based on WebSocket. You need two more head
|
|||
6. Click on the tab *Custom Header*
|
||||
7. Click `Create` -> `Websockets`, this automatically fills in the required headers for websockets.
|
||||
|
||||
# Traefik
|
||||
- <details><summary>Traefik</summary>
|
||||
|
||||
```yml
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
@ -238,6 +239,7 @@ Unlike other web apps, Uptime Kuma is based on WebSocket. You need two more head
|
|||
- "traefik.http.routers.uptime-kuma.tls.certresolver=myresolver"
|
||||
- "traefik.http.services.uptime-kuma.loadBalancer.server.port=3001"
|
||||
```
|
||||
|
||||
Add the above to your `docker-compose.yml` file and replace "YourOwnHostname" with the hostname you want to use. When setup correctly, Traefik can automatically get a Let’s Encrypt certificate for your service.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue