feat: add collabora #252

Merged
b12f merged 1 commit from infra-collabora into infra 2023-09-13 09:11:16 +00:00
3 changed files with 47 additions and 0 deletions
Showing only changes of commit c5f0dca0d5 - Show all commits

View file

@ -126,6 +126,14 @@
reverse_proxy :18507
'';
};
"collabora.pub.solar" = {
logFormat = lib.mkForce ''
output discard
'';
extraConfig = ''
reverse_proxy :9980
'';
};
"obs-portal.pub.solar" = {
logFormat = lib.mkForce ''
output discard

View file

@ -0,0 +1,38 @@
{
config,
lib,
pkgs,
self,
...
}: {
virtualisation = {
docker = {
enable = true; # sadly podman is not supported rightnow
extraOptions = ''
--data-root /data/docker
'';
};
oci-containers = {
backend = "docker";
containers."collabora" = {
image = "collabora/code";
autoStart = true;
ports = [
"9980:9980"
];
extraOptions = [
"--cap-add MKNOD"
];
environment = {
server_name = "collabora.pub.solar";
aliasgroup1 = "https://collabora.pub.solar:443";
DONT_GEN_SSL_CERT = "1";
extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
SLEEPFORDEBUGGER = "0";
};
};
};
};
}

View file

@ -21,6 +21,7 @@ in {
./gitea.nix
./mailman.nix
./owncast.nix
./collabora.nix
profiles.base-user
profiles.users.root # make sure to configure ssh keys