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