File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed
koumakan/services/proxies Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 42
42
( mkHttpEndpoint "Bluesky PDS" "koumakan" "https://bsky.soopy.moe/xrpc/_health" )
43
43
( mkHttpEndpoint "Blog (Writefreely)" "koumakan" "https://words.soopy.moe" )
44
44
( mkHttpEndpoint "Vaultwarden" "koumakan" "https://v.soopy.moe" )
45
+ ( mkHttpEndpoint "BreezeWiki" "koumakan" "https://bw.soopy.moe" )
45
46
46
47
( mkHttpEndpoint "Webmail" "kita" "https://webmail.soopy.moe" )
47
48
( mkHttpEndpoint "Radicale" "kita" "https://dav.soopy.moe/.web/" )
58
59
}
59
60
60
61
( mkHttpEndpoint "Hydra" "bocchi" "https://hydra.soopy.moe" )
62
+
63
+ ( mkHttpEndpoint "noVNC" "ryo" "https://ryo.soopy.moe/vnc_lite.html" )
61
64
] ;
62
65
} ;
63
66
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
_utils ,
3
- inputs ,
4
- pkgs ,
5
3
...
6
4
} : {
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" ;
22
7
} ;
23
8
}
You can’t perform that action at this time.
0 commit comments