diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-07-14 21:17:58 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-07-14 21:17:58 -0400 |
commit | 91324bc602ead478b956b2602d1658ff2830adc7 (patch) | |
tree | 771be1c83bb6c0435e1fd942e380b6e24b612b66 /data | |
parent | 0e2dc6e7084340c12b9e7c4e8ecb7700305318a0 (diff) |
add hledger service
Diffstat (limited to 'data')
-rw-r--r-- | data/aliases.nix | 56 | ||||
-rw-r--r-- | data/dns/db.orbekk.shared.zone | 3 |
2 files changed, 47 insertions, 12 deletions
diff --git a/data/aliases.nix b/data/aliases.nix index d2de58e..ce48033 100644 --- a/data/aliases.nix +++ b/data/aliases.nix @@ -6,22 +6,56 @@ rec { ap2 = "10.10.255.2"; }; services = { - hydra = { address = ip.shape; port = 11101; }; - matrix = { address = ip.shape; port = 11102; }; - matrixFederation = { address = ip.shape; port = 8448; }; - git = { address = ip.shape; port = 11103; }; - fcgi = { address = ip.shape; port = 11104; }; - systemhttpd = { address = ip.shape; port = 11105; }; - linoquotes = { address = ip.raigh; port = 11106; }; + hydra = { + address = ip.shape; + port = 11101; + }; + matrix = { + address = ip.shape; + port = 11102; + }; + matrixFederation = { + address = ip.shape; + port = 8448; + }; + git = { + address = ip.shape; + port = 11103; + }; + fcgi = { + address = ip.shape; + port = 11104; + }; + systemhttpd = { + address = ip.shape; + port = 11105; + }; + linoquotes = { + address = ip.raigh; + port = 11106; + }; stats = { home = "/var/lib/stats"; }; wireguard = { port = 11107; }; - mpd = { address = ip.dragon; port = 11108; }; - mpdweb = { address = ip.dragon; port = 11109; }; - pjournal = { address = ip.dragon; port = 11110; }; + mpd = { + address = ip.dragon; + port = 11108; + }; + mpdweb = { + address = ip.dragon; + port = 11109; + }; + pjournal = { + address = ip.dragon; + port = 11110; + }; grafana = { port = 11111; }; prometheus = { port = 11112; }; prometheus-exporter = { port = 11113; }; prometheus-snmp-exporter = { port = 11114; }; - login = { address = ip.dragon; port = 11115; }; + login = { + address = ip.dragon; + port = 11115; + }; + hledger-web = { port = 11116; }; }; } diff --git a/data/dns/db.orbekk.shared.zone b/data/dns/db.orbekk.shared.zone index f5451ad..06d7ea4 100644 --- a/data/dns/db.orbekk.shared.zone +++ b/data/dns/db.orbekk.shared.zone @@ -1,7 +1,7 @@ $TTL 600 @ IN SOA kremkake.trygveandre.net. root.orbekk.com. ( $serial; serial - 601; refresh + 602; refresh 900; retry 2419200; expire 3600; @@ -30,6 +30,7 @@ kj IN CNAME dragon.dynamic.orbekk.com. journal IN CNAME dragon.dynamic.orbekk.com. grafana IN CNAME dragon.dynamic.orbekk.com. nextcloud IN CNAME dragon.dynamic.orbekk.com. +money IN CNAME dragon.dynamic.orbekk.com. raigh IN AAAA 2001:67c:29f4:1008:216:3eff:fe33:4512 gutter IN A 150.136.5.19 |