From 43257960aaef7fa0bbf9377272ebe871f40ed844 Mon Sep 17 00:00:00 2001 From: eyjhb Date: Tue, 11 Mar 2025 15:45:38 +0100 Subject: [PATCH] notify: add todos --- machines/gerd/services/notify/app.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/machines/gerd/services/notify/app.py b/machines/gerd/services/notify/app.py index 62f8cf9..cbc0fa1 100644 --- a/machines/gerd/services/notify/app.py +++ b/machines/gerd/services/notify/app.py @@ -9,6 +9,13 @@ import os import jq import json +# TODO(eyJhb): add the following +# - example of bash alias +# - jq filter parameter documentation +# - jq filter example +# - easy way to run it ONLY with curl +# - e.g. curl notify.fricloud.dk/notify//msg + app = Flask(__name__) import logging