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