setup mealie

This commit is contained in:
Joakim Repomaa
2025-02-17 12:09:37 +02:00
parent 4e09c07522
commit da0fab832c
6 changed files with 60 additions and 0 deletions

View File

@@ -176,5 +176,17 @@ in
subdomain = "dns";
port = 3006;
};
mealie = {
enable = true;
subdomain = "cook";
credentialsFile = secrets.mealie.path;
settings = {
SMTP_HOST = smtp.host;
SMTP_FROM_EMAIL = smtp.from;
SMTP_USER = smtp.username;
SMTP_PORT = smtp.port;
};
};
};
}