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:
@@ -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" ''
|
||||
|
||||
Reference in New Issue
Block a user