feat: kanboard test

This commit is contained in:
Nick 2025-06-09 00:52:05 -05:00
parent 16cb28a20e
commit 95c4e903ad

View file

@ -19,8 +19,8 @@ in
domain = host;
dataDir = "/var/lib/${service.name}";
settings = {
HTTP_PROXY_HOSTNAME = host;
HTTP_PROXY_PORT = service.ports.port0;
# HTTP_PROXY_HOSTNAME = host;
# HTTP_PROXY_PORT = service.ports.port0;
MAIL_SMTP_HOSTNAME = smtp.hostname;
MAIL_TRANSPORT = "smtp";
MAIL_SMTP_PORT = smtp.ports.port0;