add new machines
colmena managed nix server for reverse proxy
This commit is contained in:
parent
f49789d618
commit
649f32545a
15 changed files with 1152 additions and 139 deletions
19
hosts/waypoint/cloudflared.nix
Normal file
19
hosts/waypoint/cloudflared.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
services = {
|
||||
cloudflared = {
|
||||
enable = true;
|
||||
tunnels = {
|
||||
"4d40bf21-d8ef-4a71-8fb7-e4f24bb8b0cf" = {
|
||||
credentialsFile = "/home/gwg313/.cloudflared/4d40bf21-d8ef-4a71-8fb7-e4f24bb8b0cf.json";
|
||||
default = "http_status:404";
|
||||
ingress = {
|
||||
"*.gwg313.xyz" = {
|
||||
service = "http://localhost";
|
||||
# path = "/*.(jpg|png|css|js)";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue