mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-06-27 17:23:30 +02:00
fix ooye somewhat
This commit is contained in:
parent
4fa544b430
commit
195163fd7b
@ -27,7 +27,7 @@ in
|
|||||||
services.matrix-ooye = {
|
services.matrix-ooye = {
|
||||||
enable = true;
|
enable = true;
|
||||||
homeserver = "https://matrix.pvv.ntnu.no";
|
homeserver = "https://matrix.pvv.ntnu.no";
|
||||||
homeserverName = "matrix.pvv.ntnu.no";
|
homeserverName = "pvv.ntnu.no";
|
||||||
discordTokenPath = config.sops.secrets."matrix/ooye/discord_token".path;
|
discordTokenPath = config.sops.secrets."matrix/ooye/discord_token".path;
|
||||||
discordClientSecretPath = config.sops.secrets."matrix/ooye/discord_client_secret".path;
|
discordClientSecretPath = config.sops.secrets."matrix/ooye/discord_client_secret".path;
|
||||||
bridgeOrigin = "https://ooye.pvv.ntnu.no";
|
bridgeOrigin = "https://ooye.pvv.ntnu.no";
|
||||||
@ -59,6 +59,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts."ooye.pvv.ntnu.no" = {
|
services.nginx.virtualHosts."ooye.pvv.ntnu.no" = {
|
||||||
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
locations."/".proxyPass = "http://localhost:${cfg.socket}";
|
locations."/".proxyPass = "http://localhost:${cfg.socket}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
}:
|
}:
|
||||||
buildNpmPackage {
|
buildNpmPackage {
|
||||||
pname = "out-of-your-element";
|
pname = "out-of-your-element";
|
||||||
version = "3.1-unstable-2025-06-21";
|
version = "3.1-unstable-2025-06-22";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://gitdab.com/cadence/out-of-your-element.git";
|
url = "https://gitdab.com/cadence/out-of-your-element.git";
|
||||||
rev = "efaa59ca9293a56b57d997d3dc7c5bd7564d07d4";
|
rev = "639912fee30af595e68dfe2aeb207166a3ff60b4";
|
||||||
sha256 = "sha256-KxpmqxELXWCAPefa2bHyFTtPkvZkaeZqEL9fi6w6rLw=";
|
sha256 = "sha256-8PUkWMOqwif4D8AYdeyQ1FuDq9ObOV6+sW+ii+yVsd0=";
|
||||||
};
|
};
|
||||||
npmDepsHash = "sha256-HNHEGez8X7CsoGYXqzB49o1pcCImfmGYIw9QKF2SbHo=";
|
npmDepsHash = "sha256-HNHEGez8X7CsoGYXqzB49o1pcCImfmGYIw9QKF2SbHo=";
|
||||||
dontNpmBuild = true;
|
dontNpmBuild = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user