Compare commits

...

3 commits

Author SHA1 Message Date
Tom Hubrecht 53bfa5a456 feat(patches): Upgrade onlyoffice-documentserver to try fixing the issues
Spoiler: didn't work
2023-11-14 15:42:07 +01:00
Tom Hubrecht c5e1ecf0f7 fix(compute01/nextcloud): Add perl to NC's path 2023-11-14 15:41:24 +01:00
Tom Hubrecht 2ffae107e6 fix(dgn-network): Don't log refused connections 2023-11-13 14:21:52 +01:00
3 changed files with 15 additions and 0 deletions

View file

@ -66,6 +66,7 @@ in {
jpegoptim
exiftool
exif
perl
];
dgn-secrets.matches."^nextcloud-.*$" = { owner = "nextcloud"; };

View file

@ -36,6 +36,8 @@ in
hostName = name;
domain = "${meta.nodes.${name}.zone}.infra.dgnum.eu";
useNetworkd = true;
firewall.logRefusedConnections = false;
};
systemd.network.networks = mapAttrs' mkInterface net.interfaces;

View file

@ -116,5 +116,17 @@
_type = "static";
path = ./castopod.patch;
}
# onlyoffice-documentserver: 7.3.3 -> 7.4.0
{
id = 238182;
hash = "sha256-HhdNPOOmQ62IYoG50ZGc0U/dUub2vIQ4fJR/gudoV2Y=";
}
# onlyoffice-documentserver: 7.4.0 -> 7.4.1
{
id = 252318;
hash = "sha256-lI5WYFlxKvava9e+eTI8ZGogIb3uPOLAWFrkxbSlCXI=";
}
];
}