feat: kanboard test

This commit is contained in:
Nick 2025-06-09 01:08:23 -05:00
parent e8f8c44dcb
commit 6b4e499a3a

View file

@ -36,6 +36,15 @@ in
extraConfig = ''
reverse_proxy ${localhost}:${toString service.ports.port0}
route {
encode zstd gzip
php_fastcgi unix//run/php/php7.2-fpm.sock
try_files {path} {path}/index.php /index.php?{query}
file_server
}
tls ${service.ssl.cert} ${service.ssl.key}
'';
};