You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This is currently not straightforward. You cannot just redirect to `/activity`. You need to use a _forward auth_ middleware.
88
86
> Currently, `wol-dockerized` will respond with `200 OK`.
89
87
88
+
> [!TIP]
89
+
> By default auto stop is enabled to disable this feature add `wol.autostop=false` to the labels.
90
+
90
91
### Traefik Integration
91
92
92
93
See [Traefik Forward Auth Middleware](https://doc.traefik.io/traefik/middlewares/http/forwardauth/) for details on how to integrate.
@@ -135,7 +136,7 @@ The WebSocket sends structured updates during the startup sequence:
135
136
### `QUERY_PATTERN`
136
137
137
138
Matches an incoming request to the correct container(s) by using components extracted from the real URL.
138
-
These components are made available as variables:
139
+
These components are made available as **variables**:
139
140
140
141
-`HOSTNAME`, `HOST`, `PORT`, `PROTOCOL`, `PATH`
141
142
@@ -150,12 +151,12 @@ The query pattern `{HOSTNAME}{HOSTNAME}` results in `sub.domain.comsub.domain.co
150
151
151
152
### `MONITOR_INTERVAL`
152
153
153
-
Interval in seconds for inactivity monitoring.
154
+
Interval in seconds for **inactivity monitoring**.
154
155
155
156
### `INACTIVITY_THRESHOLD`
156
157
157
-
Duration (in seconds) a container can remain idle without receiving activity reports.
158
-
If no requests are forwarded to the `/activity` endpoint for longer than this threshold, the container is marked as idle and may be stopped automatically.
158
+
Duration (in seconds) a container can remain **idle** without receiving activity reports.
159
+
If no requests are forwarded to the `/activity` endpoint for longer than this threshold, the container is marked as idle and **may be stopped automatically**.
0 commit comments