notify: add todos

This commit is contained in:
eyjhb 2025-03-11 15:45:38 +01:00
parent a604dd5553
commit 43257960aa
Signed by: eyjhb
GPG key ID: 609F508E3239F920

View file

@ -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/<simple_token>/msg
app = Flask(__name__)
import logging