We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b371255 + b37a1bd commit bf7d652Copy full SHA for bf7d652
1 file changed
README.md
@@ -137,6 +137,23 @@ http:
137
}
138
```
139
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
157
#### PVE (VMs + LXCs)
158
159
If you are trying to wakeup a host running PVE, you will probably want to wakeup LXCs or VMs too.
0 commit comments