tv urlwatch: filter all api.github.com results
This commit is contained in:
parent
cc7f493769
commit
0c70e8fb51
|
@ -1,6 +1,10 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
with import <stockholm/lib>;
|
with import <stockholm/lib>;
|
||||||
{
|
{ config, pkgs, ... }: let
|
||||||
|
json = url: {
|
||||||
|
inherit url;
|
||||||
|
filter = "system:${pkgs.jq}/bin/jq .";
|
||||||
|
};
|
||||||
|
in {
|
||||||
krebs.urlwatch = {
|
krebs.urlwatch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mailto = config.krebs.users.tv.mail;
|
mailto = config.krebs.users.tv.mail;
|
||||||
|
@ -13,18 +17,9 @@ with import <stockholm/lib>;
|
||||||
|
|
||||||
http://www.exim.org/
|
http://www.exim.org/
|
||||||
|
|
||||||
# ref src/nixpkgs/pkgs/tools/admin/sec/default.nix
|
|
||||||
{
|
|
||||||
url = https://api.github.com/repos/simple-evcorr/sec/tags;
|
|
||||||
filter = "system:${pkgs.jq}/bin/jq .";
|
|
||||||
}
|
|
||||||
|
|
||||||
# ref src/nixpkgs/pkgs/tools/networking/urlwatch/default.nix
|
# ref src/nixpkgs/pkgs/tools/networking/urlwatch/default.nix
|
||||||
https://thp.io/2008/urlwatch/
|
https://thp.io/2008/urlwatch/
|
||||||
|
|
||||||
# 2014-12-20 ref src/nixpkgs/pkgs/tools/networking/tlsdate/default.nix
|
|
||||||
https://api.github.com/repos/ioerror/tlsdate/tags
|
|
||||||
|
|
||||||
# 2015-02-18
|
# 2015-02-18
|
||||||
# ref ~/src/nixpkgs/pkgs/tools/text/qprint/default.nix
|
# ref ~/src/nixpkgs/pkgs/tools/text/qprint/default.nix
|
||||||
http://www.fourmilab.ch/webtools/qprint/
|
http://www.fourmilab.ch/webtools/qprint/
|
||||||
|
@ -50,7 +45,13 @@ with import <stockholm/lib>;
|
||||||
#http://hackage.haskell.org/package/web-page
|
#http://hackage.haskell.org/package/web-page
|
||||||
|
|
||||||
# ref <stockholm/krebs/3modules>, services.openssh.knownHosts.github*
|
# ref <stockholm/krebs/3modules>, services.openssh.knownHosts.github*
|
||||||
https://api.github.com/meta
|
(json https://api.github.com/meta)
|
||||||
|
|
||||||
|
# 2014-12-20 ref src/nixpkgs/pkgs/tools/networking/tlsdate/default.nix
|
||||||
|
(json https://api.github.com/repos/ioerror/tlsdate/tags)
|
||||||
|
|
||||||
|
# ref src/nixpkgs/pkgs/tools/admin/sec/default.nix
|
||||||
|
(json https://api.github.com/repos/simple-evcorr/sec/tags)
|
||||||
|
|
||||||
# <stockholm/tv/2configs/xserver/xserver.conf.nix>
|
# <stockholm/tv/2configs/xserver/xserver.conf.nix>
|
||||||
# is derived from `configFile` in:
|
# is derived from `configFile` in:
|
||||||
|
|
Loading…
Reference in a new issue