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.
77
75
> Currently, `wol-dockerized` will respond with `200 OK`.
78
76
77
+
> [!TIP]
78
+
> By default auto stop is enabled to disable this feature add `wol.autostop=false` to the labels.
79
+
79
80
### Traefik Integration
80
81
81
82
See [Traefik Forward Auth Middleware](https://doc.traefik.io/traefik/middlewares/http/forwardauth/) for details on how to integrate.
@@ -117,7 +118,7 @@ The WebSocket sends structured updates during the startup sequence:
117
118
### `QUERY_PATTERN`
118
119
119
120
Matches an incoming request to the correct container(s) by using components extracted from the real URL.
120
-
These components are made available as variables:
121
+
These components are made available as **variables**:
121
122
122
123
-`HOSTNAME`, `HOST`, `PORT`, `PROTOCOL`, `PATH`
123
124
@@ -132,12 +133,12 @@ The query pattern `{HOSTNAME}{HOSTNAME}` results in `sub.domain.comsub.domain.co
132
133
133
134
### `MONITOR_INTERVAL`
134
135
135
-
Interval in seconds for inactivity monitoring.
136
+
Interval in seconds for **inactivity monitoring**.
136
137
137
138
### `INACTIVITY_THRESHOLD`
138
139
139
-
Duration (in seconds) a container can remain idle without receiving activity reports.
140
-
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.
140
+
Duration (in seconds) a container can remain **idle** without receiving activity reports.
141
+
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