hippocampus: add random service domain
This commit is contained in:
@@ -44,5 +44,8 @@
|
|||||||
|
|
||||||
# Recipe Manager
|
# Recipe Manager
|
||||||
./public/tandoor.nix
|
./public/tandoor.nix
|
||||||
|
|
||||||
|
# Random Usage, specific port
|
||||||
|
./public/random.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
9
machines/hippocampus/servers/public/random.nix
Normal file
9
machines/hippocampus/servers/public/random.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ config, pkgs, lib, ... }: {
|
||||||
|
services.caddy.virtualHosts = {
|
||||||
|
"pitch.syzygial.cc" = {
|
||||||
|
extraConfig = ''
|
||||||
|
reverse_proxy 127.0.0.1:7123
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user