1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix(panoptikon): add watcher name to commit message, random delay 1h, ignore html errors, #xxx notification

This commit is contained in:
2023-03-31 10:59:52 +02:00
parent c20a9e3098
commit ffc5f9b596
3 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
url = address:
pkgs.writers.writeDash "watch-url" ''
${pkgs.curl}/bin/curl -sSL ${lib.escapeShellArg address} \
| ${pkgs.python3Packages.html2text}/bin/html2text
| ${pkgs.python3Packages.html2text}/bin/html2text --decode-errors=ignore
'';
urlSelector = selector: address:
pkgs.writers.writeDash "watch-url-selector" ''