Setting up deploy-rs, update & start of tetra
This commit is contained in:
parent
5532e9e720
commit
8aca74fc84
9 changed files with 258 additions and 89 deletions
|
|
@ -59,17 +59,6 @@
|
|||
'';
|
||||
locations."/".proxyPass = "http://localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
|
||||
};
|
||||
|
||||
# 9980
|
||||
"collabora.lyes.eu" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString config.services.collabora-online.port}";
|
||||
proxyWebsockets = true; # collabora a besoin des websockets
|
||||
};
|
||||
};
|
||||
|
||||
# 8096
|
||||
"media.lyes.eu" = {
|
||||
forceSSL = true;
|
||||
|
|
@ -90,6 +79,22 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
# 44304
|
||||
"torrent.lyes.eu" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".proxyPass = "http://localhost:${toString config.services.qbittorrent.webuiPort}";
|
||||
};
|
||||
|
||||
# 9980
|
||||
"collabora.lyes.eu" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString config.services.collabora-online.port}";
|
||||
proxyWebsockets = true; # collabora a besoin des websockets
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue