Merge branch 'main' of ssh://git.0x76.dev:42/v/infrastructure
Lint / lint (push) Failing after 1m54s Details
Plex Update / update (push) Failing after 1m45s Details

the commit.
main
Vivian 2024-02-04 14:36:23 +01:00
commit 8ec4a162da
1 changed files with 8 additions and 1 deletions

View File

@ -106,7 +106,7 @@ in {
forceSSL = true;
locations = {
"/".extraConfig = ''
return 307 https://element.chat.meowy.tech;
return 303 https://element.chat.meowy.tech;
'';
"/_matrix".proxyPass = "http://synapse.olympus:8008";
"/_synapse/client".proxyPass = "http://synapse.olympus:8008";
@ -139,6 +139,13 @@ in {
};
};
"es.0x76.dev" = {
enableACME = true;
forceSSL = true;
locations."/".extraConfig = ''
return 303 https://bear.0x76.dev;
'';
};
"bear.0x76.dev" = {
enableACME = true;
forceSSL = true;
root = inputs.essentials.packages.${pkgs.system}.default;