mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: added comfyui to caddy
This commit is contained in:
parent
41c9397735
commit
ad3a9e1a26
2 changed files with 2 additions and 3 deletions
|
@ -9,13 +9,12 @@ in
|
|||
{
|
||||
services = {
|
||||
caddy = {
|
||||
|
||||
virtualHosts = {
|
||||
"${host}" = {
|
||||
extraConfig = ''
|
||||
envfile ${config.sops.secrets."caddy/${service.name}-auth".path}
|
||||
basicauth {
|
||||
{$CADDY_AUTH_USER} {$CADDY_AUTH_PASSWORD_HASH}
|
||||
import ${config.sops.secrets."caddy/${service.name}-auth".path}
|
||||
}
|
||||
root * ${service.paths.path0}
|
||||
file_server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue