Lyuboslav Petrov
Lyuboslav Petrov
I did run it today, actually. I have called my ISP and since this morning have broadband at the workshop. So, I tested it and it works in concert, with...
Hi, I am not sure if I understand you right, but if you mean the websocket server binaries, I did just download them from the chilipeppr website. Getting the gstreamer...
I did manage to get it to work via docker-compsoe and nginx. Here is my change in `docker-compose.yml`: ``` ... args: - NEXT_PUBLIC_API_URL=http://api.perplexica./api - NEXT_PUBLIC_WS_URL=ws://api.perplexica. ``` And in `nginx.conf` ```...
@poisson-sg You may run the service behind Authelia, which will add an auth layer (at least I do so), but this will still not solve your multi-user/session request, which will...
@fobtastic > @nirabo Can you go into how you integrated with Authelia? I've followed the `nginx-proxy-manager` with `authelia` integration video here (https://www.youtube.com/watch?v=4UKOh3ssQSU) and started both in one docker composition. `perplexica`...