
Self-hosted video calling and chat client integrated into Nextcloud.
A video & audio conferencing app for Nextcloud
| Elevator |
|---|
| ✨ Why is this so awesome? |
| 📚 Documentation |
| 🚧 Development Setup |

More in the works for the coming versions.
If you have suggestions or problems, please open an issue or contribute directly 🤓
Nextcloud Talk is really easy to install. You just need to enable the app from the Nextcloud App Store and everything will work out of the box.
There are some scenarios (users behind strict firewalls / symmetric NATs) where a TURN server is needed. That's a bit more tricky to install. You can find instructions in our documentation and the team behind the Nextcloud VM has developed a script that takes care of everything for you (vm-talk.sh). The script is tested on the recent Ubuntu Server LTS. Please keep in mind that it's developed for the VM specifically and any issues should be reported in that repository, not here.
Here's a short video on how it's done.
For general information please see the guidelines for contributing to this repository.
Please be mindful when sending AI generated pull requests. Especially with larger features that result in thousands of changed or added lines maintainers have to review. We respectfully ask you to discuss your plan with us in the issue beforehand, to avoid too many discussions in the review process. It also makes sense to split your work into multiple smaller chunks. We appreciate if you …
There is no need to manually modify translation files in /l10n, it is handled automatically by a separate service (where contributors can also help with translating strings extracted from the app).
apt install mkdocs mkdocs-bootstrap and run mkdocs serve afterwards to see your changes live locally.apps folder of your Nextcloud development instance.make dev-setup to install the dependencies.make build-js.apt install mkdocs mkdocs-bootstrap.Also see our step by step guide on how to set up a full development environment.
You can enable HMR (Hot module replacement) to avoid page reloads when working on the frontend:
hmr_enabler appnpm run serveWe are also available on our public Talk team conversation, if you want to join the discussion.
git config blame.ignoreRevsFile .git-blame-ignore-revs
When testing federated conversations locally, some additional steps might be needed, to improve the behaviour and allowing the servers to talk to each others:
occ config:system:set sharing.federation.allowSelfSignedCertificates --value true --type bool
occ security:certificates:import /path/to/the/nextcloud.crt
occ security:certificates
occ config:system:set allow_local_remote_servers --value true --type bool
Additionally you can enable debug mode that will list local users as federated users options allowing you to federate with accounts on the same instance. Federation will still work and use the full federation experience and opposed to the federated files sharing not create a local share instead.
about:configfakemedia.navigator.streams.fake to truemedia.navigator.audio.fake_frequency to 60 for more pleasant sound experiencesudo modprobe -r uvcvideosudo modprobe uvcvideoIn the Talk app we have one branch per Nextcloud server version. stable* branches of the app should always work with the same branch of the Nextcloud server.
This is only off close to releases of the server, to allow easier finishing of features, so we don't have to backport them.
v17.0.0 - Numeric milestones are settled and waiting for their release or some final polishing💛 Next Patch (27) - The next patch milestone is for issues/PR that go into the next Dot-Release for the given Nextcloud version (in the example 27 - e.g. 17.0.1)💚 Next Major (28) - The next major milestone is for issues/PR that go into the next feature release for the new Major Nextcloud version (as there are Patch releases for 27, this would be 28)💔 Backlog - The backlog milestone is assigned to all remaining issuesYou can always pick a task of any milestone, and we will help you to get it into the assigned milestone or also an earlier one if time permits. It's just a matter of having an overview and better visibility what we think should be worked on, but it's not exclusive.