Nextcloud Talk high-performance back-end
-
@jdaviescoates It currently does not.
@andreasdueren OK, thanks. Shame, that's a nice to have too.
-
J jdaviescoates referenced this topic on
-
I wrote a small script so I can monitor the HPB (turn) backend. Because if it fails, it breaks Nextcloud talk. Posted here in case anyone else wants to easily monitor his turns server.
The cron job runs it once a minute. Each run generates
RESTcredentials from thestatic authsecret, callsturnutils_uclientto allocate on theTURNserver, and then sends a push event to Uptime Kuma containing eitherTURN allocate succeededor the last error line fromturnutils_uclient. So Kuma sees “up” whenever the allocate completes successfully and “down” when it fails. -
If you would like to use the excellent Nextcloud Talk to teleconference with larger numbers of people, it is suggested that you run the HPBE.
There is an AIO Nextcloud release which has the HPBE integrated and it might be a nice idea to switch to this fuller version of Nextcloud in the future.
-
Hello @loudlemur
I have merged your topic into this one since it is a duplicate.
I also deleted your AI generated output since this degrades the forum search and potentially creates feedback-loop degradation for AIs.
In other words, AI training on AI output is 'House of Habsburg' like behaviour.If you wish to share output from an AI in the future, like for example ChatGPT, use the share function to share the AI Chat with a URL.
Example:ChatGPT: What is Cloudron? -
Hello @loudlemur
I have merged your topic into this one since it is a duplicate.
I also deleted your AI generated output since this degrades the forum search and potentially creates feedback-loop degradation for AIs.
In other words, AI training on AI output is 'House of Habsburg' like behaviour.If you wish to share output from an AI in the future, like for example ChatGPT, use the share function to share the AI Chat with a URL.
Example:ChatGPT: What is Cloudron? -
@james thanks, will do.
Would setting up hastebin or privatebin on the cloudron demo be good for this, or would it be better off of cloudron altogether?
Hello @LoudLemur
Since the Cloudron demo server is not persistent, it will get lost there.
The Cloudron https://paste.cloudron.io/ could be used, but also has a policy to delete pastes that are too old. -
@charlesnw because Nextcloud Talk nicely integrates with the rest of Nextcloud.
But also quite a few reports on here of people having issues with MiroTalk, even if eventually resolved.
-
What is the latest on supporting Nextcloud HPBE (High Performance Back End) on Cloudron? It would be great to be able to just one-click install and have great video conferencing capability. Work on this might also help Peertube, which has a similar sort of backend.
-
What is the latest on supporting Nextcloud HPBE (High Performance Back End) on Cloudron? It would be great to be able to just one-click install and have great video conferencing capability. Work on this might also help Peertube, which has a similar sort of backend.
@LoudLemur Honestly I would recommend to just spin up a separate VPS (doesn't need to be powerful) and install this implementation: https://github.com/sunweaver/nextcloud-high-performance-backend-setup.git
Cloudron is great but the firewall is always creating problems for me with the turn server.
-
@andreasdueren said in Nextcloud Talk high-performance back-end:
For everyone who wants to host it themselves without too much hassle, I have been successfully using this build on a standalone server for some months now: https://github.com/sunweaver/nextcloud-high-performance-backend-setup
Sounds like a great solution for now, thanks!
@andreasdueren can you confirm or otherwise if this package includes the ability to record meetings? Thanks!
@jdaviescoates Would you be willing to run a custom app as a standalone application for recordings?
I set something up for our org which I'm hosting at recording.cloud.tld.com. But the package is hardcoding some opinionated things and secrets.
For example I set up recording and Speaker-diarized transcription (which is super slow on CPU). I'm willing to open source this but the package requires more work for a general audience which I'm only willing to put in, if this is of value for other people.