same as the previous but for workstation
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
|
||||
let
|
||||
localhost = "127.0.0.1";
|
||||
battlestation = "192.168.1.64";
|
||||
jellyfinPort = "8096";
|
||||
gptPort = "7860";
|
||||
nextcloudPort = 80;
|
||||
searxPort = 8080;
|
||||
newflixPort = 8897;
|
||||
@@ -108,6 +110,13 @@ in {
|
||||
"vault.servidos.lat" = proxy vaultPort // { };
|
||||
"searx.servidos.lat" = proxy searxPort // { };
|
||||
"qampqwn4wprhqny8h8zj.servidos.lat" = proxy secretFlamePort // { };
|
||||
"6fxAtnPxEeI8hN.servidos.lat" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations = {
|
||||
"/" = { proxyPass = "http://${battlestation}:${gptPort}"; };
|
||||
};
|
||||
};
|
||||
"flix.servidos.lat" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
||||
Reference in New Issue
Block a user