forked from Fachschaft/nixConfig
redirects and proxy passes working (except for ssl which needs to migrate to dns)
This commit is contained in:
parent
a7c1e37375
commit
42b0d35691
4 changed files with 295 additions and 12 deletions
13
nixos/machines/cthulhu/proxies.nix
Normal file
13
nixos/machines/cthulhu/proxies.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"lists.mathebau.de"."/" = {
|
||||
targetMachine = "lobon";
|
||||
};
|
||||
# matheball.de (192.168.0.21)
|
||||
# mathechor.de (192.168.0.19:80)
|
||||
# cloud.mathechor.de (192.168.0.20:80)
|
||||
# gitea.mathebau.de (192.168.0.23:3000)
|
||||
# codi.mathebau.de (192.168.0.18)
|
||||
# fswiki.mathebau.de owowiki.mathebau.de surveys.mathebau.de (192.168.0.15)
|
||||
# events.mathebau.de (192.168.0.13:8080)
|
||||
# sprechstunden.mathebau.de (192.168.0.14:8080)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue