mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 01:25:12 -05:00
feat: kanboard test
This commit is contained in:
parent
54e292f236
commit
730ea7c2f7
1 changed files with 11 additions and 11 deletions
|
@ -18,17 +18,17 @@ in
|
|||
enable = true;
|
||||
domain = host;
|
||||
dataDir = "/var/lib/${service.name}";
|
||||
settings = {
|
||||
# HTTP_PROXY_HOSTNAME = host;
|
||||
HTTP_PROXY_PORT = service.ports.port0;
|
||||
MAIL_SMTP_HOSTNAME = smtp.hostname;
|
||||
MAIL_TRANSPORT = "smtp";
|
||||
MAIL_SMTP_PORT = smtp.ports.port0;
|
||||
MAIL_SMTP_USERNAME = service.email.address0;
|
||||
MAIL_FROM = service.email.address0;
|
||||
MAIL_SMTP_PASSWORD = config.sops.secrets."${service.name}-smtp".path;
|
||||
MAIL_SMTP_ENCRYPTION = "null";
|
||||
};
|
||||
# settings = {
|
||||
# MAIL_FROM = service.email.address0;
|
||||
# # HTTP_PROXY_HOSTNAME = host;
|
||||
# HTTP_PROXY_PORT = service.ports.poract0;
|
||||
# MAIL_TRANSPORT = "smtp";
|
||||
# MAIL_SMTP_HOSTNAME = smtp.hostname;
|
||||
# MAIL_SMTP_PORT = smtp.ports.port0;
|
||||
# MAIL_SMTP_USERNAME = service.email.address0;
|
||||
# MAIL_SMTP_PASSWORD = config.sops.secrets."${service.name}-smtp".path;
|
||||
# MAIL_SMTP_ENCRYPTION = "null";
|
||||
# };
|
||||
};
|
||||
caddy = {
|
||||
virtualHosts = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue