From cad1ac566a436fafcbfaae36d01bd572d4f6a0f6 Mon Sep 17 00:00:00 2001 From: eyjhb Date: Wed, 12 Mar 2025 09:33:23 +0100 Subject: [PATCH] notify: more work --- machines/gerd/services/notify/app.py | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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}. +


@@ -275,16 +279,6 @@ def index(): + "\n\n" + "Changes: " + .compare_url - -