add readeck

This commit is contained in:
Joakim Repomaa
2025-02-11 23:10:17 +02:00
parent 0bc01cd2b1
commit cfa04ddc31
6 changed files with 54 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
"gotosocial"
"hastebin-tokens"
"immich"
"readeck"
"storage-box-credentials"
"vaultwarden"
]

View File

@@ -105,6 +105,18 @@ in
enable = true;
subdomain = "bin";
};
};
readeck = {
enable = true;
subdomain = "read";
settings.email = {
host = smtp.host;
port = smtp.port;
username = smtp.username;
encryption = "starttls";
from = smtp.from;
from_noreply = smtp.from;
};
};
};
}