Add loadbalancer entry for winder
All checks were successful
All checks were successful
This commit is contained in:
parent
79059dc058
commit
74b51b56ef
1 changed files with 11 additions and 0 deletions
|
@ -35,6 +35,8 @@ let
|
|||
"www.raphael.li" = "lindberg-rzimmermann";
|
||||
|
||||
"vpn.qo.is" = "cyprianspitz-headscale";
|
||||
"api.winder.fh2.ch" = "workstations-8080";
|
||||
"www.winder.fh2.ch" = "workstations-3000";
|
||||
};
|
||||
getBackplaneIp = hostname: config.qois.meta.network.virtual.backplane.hosts.${hostname}.v4.ip;
|
||||
defaultHostmap =
|
||||
|
@ -74,6 +76,15 @@ let
|
|||
backend cyprianspitz-headscale-https
|
||||
mode tcp
|
||||
server s1 ${getBackplaneIp "cyprianspitz"}:${headscalePort}
|
||||
|
||||
# Winder Study Project (tmp)
|
||||
backend workstations-3000
|
||||
mode http
|
||||
server s1 10.247.0.156:3000
|
||||
|
||||
backend workstations-8080
|
||||
mode http
|
||||
server s1 10.247.0.156:8080
|
||||
'';
|
||||
cfg = config.qois.loadbalancer;
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue