Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Olsen
410d4e44a8 bicep/matrix/ooye: use pvv fork for now 2025-06-22 19:29:15 +02:00
Daniel Olsen
195163fd7b fix ooye somewhat 2025-06-22 19:00:50 +02:00
2 changed files with 8 additions and 6 deletions

View File

@ -27,7 +27,7 @@ in
services.matrix-ooye = {
enable = true;
homeserver = "https://matrix.pvv.ntnu.no";
homeserverName = "matrix.pvv.ntnu.no";
homeserverName = "pvv.ntnu.no";
discordTokenPath = config.sops.secrets."matrix/ooye/discord_token".path;
discordClientSecretPath = config.sops.secrets."matrix/ooye/discord_client_secret".path;
bridgeOrigin = "https://ooye.pvv.ntnu.no";
@ -59,6 +59,8 @@ in
};
services.nginx.virtualHosts."ooye.pvv.ntnu.no" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:${cfg.socket}";
};
}

View File

@ -6,12 +6,12 @@
buildNpmPackage,
}:
buildNpmPackage {
pname = "out-of-your-element";
version = "3.1-unstable-2025-06-21";
pname = "delete-your-element";
version = "3.1-unstable-2025-06-22";
src = fetchgit {
url = "https://gitdab.com/cadence/out-of-your-element.git";
rev = "efaa59ca9293a56b57d997d3dc7c5bd7564d07d4";
sha256 = "sha256-KxpmqxELXWCAPefa2bHyFTtPkvZkaeZqEL9fi6w6rLw=";
url = "https://git.pvv.ntnu.no/Drift/delete-your-element.git";
rev = "cdc3b95858419568c7058d4f0056b14dbbf1152b";
sha256 = "sha256-v6PFyduwve6uwqBB5mzXMP09GwaxGjv1xIzgs/Eeolc=";
};
npmDepsHash = "sha256-HNHEGez8X7CsoGYXqzB49o1pcCImfmGYIw9QKF2SbHo=";
dontNpmBuild = true;