Victor Boivie

Results 8 comments of Victor Boivie

You're right, and it's actually a regression. I have stumbled upon this problem before (used to proxy it using undergang - another of my projects here on github), and fixed...

Yes, I'll fix all the endpoints so that they can be served under a subdirectory.

It is certainly something I've thought about. Right now, lovebeat is assumed to be only accessible by trusted clients - preferably running exposed only to an internal network (or VPN)....

I see that the docker image hasn't been updated to the version that supports this. It's still on 0.8, while we have released 1.0 now. I'll do that this evening....

I've updated the docker images now. Could you please tell me what's outdated in the docs and I'll update it

Thanks for your request. I have implemented the API to delete an empty view, ``` sh curl -X DELETE http://localhost:8080/api/views/view.to.be.deleted ``` Please use it until the UI is updated to...

I published a pull request to create a Docker image using multi-stage build (PR #460) It's recommended to build it at Docker Cloud - automated on every push and every...

Glad you found it, dcSCTP will mostly depend on fairly simple utilities in /api and /rtc_base and unit tests depend on /test. This is generally: * Replacements from what's available...