Skip to content

Commit bf7d652

Browse files
committed
2 parents b371255 + b37a1bd commit bf7d652

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,23 @@ http:
137137
}
138138
```
139139

140+
`.env`
141+
142+
```dotenv
143+
CLIENT_ID=CLIENT_ID
144+
CLIENT_SECRET=CLIENT_SECRET
145+
146+
# Authentik setup
147+
AUTH_URL=https://authentication.mydomain.com/application/o/authorize/
148+
TOKEN_URL=https://authentication.mydomain.com/application/o/token/
149+
REDIRECT_URL=https://wol-redirect.mydomain.com/auth/callback/
150+
RESOURCE_URL=https://authentication.mydomain.com/application/o/userinfo/
151+
LOGOUT_URL=https://authentication.mydomain.com/application/o/wol-red/end-session/
152+
153+
SESSION_KEY=MY_SESSION_KEY # generate this with openssl
154+
SCOPE=openid
155+
```
156+
140157
#### PVE (VMs + LXCs)
141158

142159
If you are trying to wakeup a host running PVE, you will probably want to wakeup LXCs or VMs too.

0 commit comments

Comments
 (0)