outline config + paperless overlay

This commit is contained in:
Sascha Koenig
2025-07-10 19:30:30 +02:00
parent 55e8c6cae5
commit 0ff5c04d23
5 changed files with 20 additions and 9 deletions

View File

@ -1,8 +1,17 @@
{
services.outline = {
enable = true;
port = 3019;
publicUrl = "https://ol.m3ta.dev";
databaseUrl = "postgresql://outline:outline@127.0.0.1:5432/outline";
storage = "local";
storage = {
storageType = "local";
};
};
systemd.services.outline.serviceConfig = {
Environment = [
"PGSSLMODE=disable"
];
};
# Traefik configuration specific to littlelink
services.traefik.dynamicConfigOptions.http = {