Use upstream outline

This commit is contained in:
Natsu Kagami 2023-01-31 11:53:51 +01:00
parent 078bb6d01a
commit de6807414e
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -103,19 +103,7 @@
sops.secrets.authentik-oidc-client-secret = { owner = "outline"; };
services.outline = {
enable = true;
package = pkgs.outline.overrideAttrs (attrs: rec {
src = pkgs.fetchFromGitHub {
owner = "outline";
repo = "outline";
rev = "08a471f2306c045ea96b4c838b73ad28d8448875";
sha256 = "sha256-HF/E9Spr7mJF8wrSFJv2HmV/wkjmNqmylvWshnvxg3w=";
};
yarnOfflineCache = pkgs.fetchYarnDeps {
yarnLock = src + "/yarn.lock";
sha256 = "sha256-8sWtN9uE5EUI9sybD1A5xAOq8mqBMQOx2AJ9Pw8i+rM=";
};
});
package = pkgs.unstable.outline;
databaseUrl = "postgres://outline:outline@localhost/outline?sslmode=disable";
sequelizeArguments = "--env=production-ssl-disabled";
redisUrl = "local";