Open PieBru opened 6 days ago
Thanks for the report, it's not an expected state, since Perplexica should:
harbor up perplexica
Unfortunately, Perplexica is one of the services that are a tiny bit "picky" in terms of configuration, I've outlined some most possible caveats here: https://github.com/av/harbor/issues/60#issuecomment-2411864309
The only harbor config I'm aware of
Perplexica (and many other services) cross-connections are setup with cross-service files (I call them x
files, haha), here's one for Ollama and another one for SearXNG, these are merged with the rest of the configs whenever harbor sees that matching services are run together (including default services). So one of the things to check is to verify if values in these files match the expected network layout.
I still have the same issue https://github.com/av/harbor/issues/60#issuecomment-2411864309 Also, I noticed that perplexica config survives rm -rf harbor or even harbor config reset
Hi, Trying Perplexica, it installs without errors, but the UI is stuck before writing its "prompt". It seems its settings must be adjusted, but also the settings page remains stuck waiting with the
UPLOAD
button disabled:It seems also that Perplexica doesn't take advantage of the Harbor ecosystem (Ollama, SearXNG).
I got Perplexica working in a dedicated LXC container after setting its
config.toml
before starting it:The only harbor config I'm aware of is this:
How to solve? Thank you