cache
This commit is contained in:
10
hosts/tahani/cache.nix
Normal file
10
hosts/tahani/cache.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{...}: {
|
||||
services.caddy.virtualHosts."cache.manticore-hippocampus.ts.net" = {
|
||||
extraConfig = ''
|
||||
tls {
|
||||
get_certificate tailscale
|
||||
}
|
||||
reverse_proxy localhost:32843
|
||||
'';
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user