Add DTTH Wiki-specific patches for outline

This commit is contained in:
Natsu Kagami 2023-06-13 01:40:05 +02:00
parent 551db416d1
commit 900b61c936
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 58 additions and 0 deletions

View file

@ -188,6 +188,9 @@
sops.secrets."outline/smtp-password" = { owner = "outline"; };
cloud.services.outline = {
enable = true;
package = pkgs.unstable.outline.overrideAttrs (attrs: {
patches = attrs.patches ++ [ ../modules/cloud/outline/dtth-wiki.patch ];
});
databaseUrl = "postgres://outline:outline@localhost/outline?sslmode=disable";
sequelizeArguments = "--env=production-ssl-disabled";
redisUrl = "local";