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

@ -60,12 +60,13 @@
services = {
headscale = {
enable = true;
adminUser = "m3tam3re";
adminUser = "m3tam3re@m3ta.loc";
port = 3009;
settings = {
server_url = "https://va.m3tam3re.com";
dns = {
base_domain = "m3ta.loc";
nameservers.global = ["8.8.8.8"];
};
logtail.enabled = false;
policy.path = "${aclFile}";

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 = {