homepage back up again :)
This commit is contained in:
parent
445dd15c12
commit
49df755c44
|
@ -25,7 +25,7 @@
|
||||||
./tail.nix
|
./tail.nix
|
||||||
./matrix.nix
|
./matrix.nix
|
||||||
./coturn.nix
|
./coturn.nix
|
||||||
# (import ./homepage.nix {inherit homepage;})
|
(import ./homepage.nix {inherit homepage;})
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
12
matrix.nix
12
matrix.nix
|
@ -54,9 +54,9 @@ services.postgresql = {
|
||||||
${fqdn} = {
|
${fqdn} = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/".extraConfig = ''
|
# locations."/".extraConfig = ''
|
||||||
return 404;
|
# return 404;
|
||||||
'';
|
# '';
|
||||||
# Forward all Matrix API calls to the synapse Matrix homeserver. A trailing slash
|
# Forward all Matrix API calls to the synapse Matrix homeserver. A trailing slash
|
||||||
# *must not* be used here.
|
# *must not* be used here.
|
||||||
locations."/_matrix".proxyPass = "http://[::1]:8008";
|
locations."/_matrix".proxyPass = "http://[::1]:8008";
|
||||||
|
@ -67,9 +67,9 @@ services.postgresql = {
|
||||||
${domain} = {
|
${domain} = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = {
|
# locations."/" = {
|
||||||
proxyPass = "http://localhost:8008";
|
# proxyPass = "http://localhost:8008";
|
||||||
};
|
# };
|
||||||
# This section is not needed if the server_name of matrix-synapse is equal to
|
# This section is not needed if the server_name of matrix-synapse is equal to
|
||||||
# the domain (i.e. example.org from @foo:example.org) and the federation port
|
# the domain (i.e. example.org from @foo:example.org) and the federation port
|
||||||
# is 8448.
|
# is 8448.
|
||||||
|
|
|
@ -66,14 +66,14 @@ in
|
||||||
# startAt = "*-*-* 01:15:00";
|
# startAt = "*-*-* 01:15:00";
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
# services.onlyoffice = {
|
services.onlyoffice = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# port = 8123;
|
port = 8123;
|
||||||
# };
|
hostname = "office.sondell.org";
|
||||||
# services.nginx.virtualHosts."office.sondell.org" = {
|
};
|
||||||
# forceSSL = true;
|
services.nginx.virtualHosts."office.sondell.org" = {
|
||||||
# enableACME = true;
|
forceSSL = true;
|
||||||
# locations."/".proxyPass = "http://localhost:8123";
|
enableACME = true;
|
||||||
|
# locations."/".proxyPass = "http://12:8123";
|
||||||
# };
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue