diff --git a/machines/gerd/services/notify/app.py b/machines/gerd/services/notify/app.py index 9c6fb49..78dfd56 100644 --- a/machines/gerd/services/notify/app.py +++ b/machines/gerd/services/notify/app.py @@ -174,6 +174,10 @@ def index(): +
The token can be given as a URL parameter 'token', as a auth header `Authorization: Bearer token`, HTTPAuth where username is ignored, and token is the password. + Can also be given a a path, e.g. {CONFIG_URL}/{token}. +