Merge branch 'main' of ssh://git.0x76.dev:42/v/infrastructure
the commit.
This commit is contained in:
commit
7829c0bbd4
1 changed files with 8 additions and 1 deletions
|
@ -106,7 +106,7 @@ in {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations = {
|
locations = {
|
||||||
"/".extraConfig = ''
|
"/".extraConfig = ''
|
||||||
return 307 https://element.chat.meowy.tech;
|
return 303 https://element.chat.meowy.tech;
|
||||||
'';
|
'';
|
||||||
"/_matrix".proxyPass = "http://synapse.olympus:8008";
|
"/_matrix".proxyPass = "http://synapse.olympus:8008";
|
||||||
"/_synapse/client".proxyPass = "http://synapse.olympus:8008";
|
"/_synapse/client".proxyPass = "http://synapse.olympus:8008";
|
||||||
|
@ -139,6 +139,13 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"es.0x76.dev" = {
|
"es.0x76.dev" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
locations."/".extraConfig = ''
|
||||||
|
return 303 https://bear.0x76.dev;
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
"bear.0x76.dev" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
root = inputs.essentials.packages.${pkgs.system}.default;
|
root = inputs.essentials.packages.${pkgs.system}.default;
|
||||||
|
|
Loading…
Add table
Reference in a new issue