Skip to content

Commit f2fd602

Browse files
committed
host(koumakan): housekeeping
1 parent e7c72bb commit f2fd602

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

systems/kita/services/gatus.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ in {
4242
(mkHttpEndpoint "Bluesky PDS" "koumakan" "https://bsky.soopy.moe/xrpc/_health")
4343
(mkHttpEndpoint "Blog (Writefreely)" "koumakan" "https://words.soopy.moe")
4444
(mkHttpEndpoint "Vaultwarden" "koumakan" "https://v.soopy.moe")
45+
(mkHttpEndpoint "BreezeWiki" "koumakan" "https://bw.soopy.moe")
4546

4647
(mkHttpEndpoint "Webmail" "kita" "https://webmail.soopy.moe")
4748
(mkHttpEndpoint "Radicale" "kita" "https://dav.soopy.moe/.web/")
@@ -58,6 +59,8 @@ in {
5859
}
5960

6061
(mkHttpEndpoint "Hydra" "bocchi" "https://hydra.soopy.moe")
62+
63+
(mkHttpEndpoint "noVNC" "ryo" "https://ryo.soopy.moe/vnc_lite.html")
6164
];
6265
};
6366
};
Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
11
{
22
_utils,
3-
inputs,
4-
pkgs,
53
...
64
}: {
7-
services.nitterStable = {
8-
enable = true;
9-
redisCreateLocally = false;
10-
server = {
11-
title = "NSM";
12-
port = 36325;
13-
https = true;
14-
hostname = "nitter.soopy.moe";
15-
address = "127.0.0.1";
16-
};
17-
package = inputs.mystia.packages.${pkgs.system}.nitterStable;
18-
};
19-
20-
services.nginx.virtualHosts."nitter.soopy.moe" = _utils.mkSimpleProxy {
21-
port = 36325;
5+
services.nginx.virtualHosts."nitter.soopy.moe" = _utils.mkVhost {
6+
locations."/" = "return 301 https://twiiit.com$request_uri";
227
};
238
}

0 commit comments

Comments
 (0)