Configure Public-Reverse-Proxy

This commit is contained in:
June 2023-09-14 22:12:38 +02:00
commit cd13c189b1
4 changed files with 95 additions and 0 deletions

View file

@ -48,6 +48,20 @@
./config/hosts/audio
];
};
public-reverse-proxy = {
deployment = {
targetHost = "public-reverse-proxy.z9.ccchh.net";
targetPort = 22;
targetUser = "colmena-deploy";
tags = [ "thinkcccluster" ];
};
imports = [
./config/common
./config/proxmox-vm
./config/hosts/public-reverse-proxy
];
};
};
packages.x86_64-linux = {