feat: Added pass for llama

This commit is contained in:
uttarayan21
2024-11-22 11:44:42 +02:00
parent f4f908c83e
commit 91b145ea69
4 changed files with 7 additions and 7 deletions

View File

@@ -63,10 +63,10 @@
reverse_proxy localhost:8080
'';
virtualHosts."llama.darksailor.dev".extraConfig = ''
reverse_proxy / localhost:3000
basic_auth /* {
import htpasswd ${config.sops.secrets."llama/user".path}
import ${config.sops.secrets."llama/user".path}
}
reverse_proxy localhost:3000
'';
};
}