Setup Perplexica (requires manual set up of docker image)

This commit is contained in:
pazpi 2025-01-07 22:32:35 +01:00
parent 293092473f
commit 28a0c514b1
2 changed files with 61 additions and 6 deletions

View file

@ -56,6 +56,8 @@ in
searx = {
enable = true;
secretFile = config.age.secrets.searx-secret.path;
enableAI = true;
perplexicaUrl = "portainer.internal";
proxy = {
enable = true;
domain = tsDomain;
@ -107,9 +109,6 @@ in
cloudflareApiKeyFile = config.age.secrets.cloudflare-tegola-apiKey.path;
}
];
# email = "pasettodavide@gmail.com";
# domain = tsDomain;
# claudflareApiKeyFile = config.age.secrets.cloudflare-tegola-apiKey.path;
};
};