Merge pull request 'feat: add collabora' (#252) from infra-collabora into infra
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #252
Reviewed-by: teutat3s <teutates@mailbox.org>
This commit is contained in:
b12f 2023-09-13 11:11:15 +02:00
commit 6691801d0f
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873
3 changed files with 47 additions and 0 deletions

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