setup mealie
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user