Remove html formatting in notifications to support other notification systems

This commit is contained in:
Dave Gallant
2025-02-13 20:00:09 -05:00
parent edd34eb6c5
commit 9a4a12bf54
6 changed files with 11 additions and 35 deletions

View File

@@ -1,3 +1,3 @@
FROM ghcr.io/davegallant/rfd-notify:1
FROM ghcr.io/davegallant/rfd-notify:2
ENTRYPOINT ["python", "/app/rfd_notify/cli.py", "-c", "config.yml"]