https://github.com/nextcloud/jitsi
Nextcloud Jitsi Integration
https://github.com/nextcloud/jitsi
hacktoberfest nextcloud
Last synced: 8 months ago
JSON representation
Nextcloud Jitsi Integration
- Host: GitHub
- URL: https://github.com/nextcloud/jitsi
- Owner: nextcloud
- License: agpl-3.0
- Created: 2021-05-23T17:11:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-10-06T01:14:37.000Z (9 months ago)
- Last Synced: 2025-10-10T12:35:49.794Z (9 months ago)
- Topics: hacktoberfest, nextcloud
- Language: JavaScript
- Homepage:
- Size: 1.94 MB
- Stars: 39
- Watchers: 1
- Forks: 11
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Jitsi integration for Nextcloud
## Features
- 🎥 Easy online conferences in Nextcloud utilising Jitsi
- 🔗 Sharable conference room links
- 🔎 Shows conference rooms in the global search
- ✅ System test before joining a conference
## Changelog
[See CHANGELOG.md](./CHANGELOG.md)
## Setup
⚠ It is highly recommended to set up a dedicated Jitsi instance.
Further instructions can be found in the [Jitsi setup doc](https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-start).
🔒 In addition to that the Jitsi instance should be secured via JSON Web Token.
Information about this can be found in the [Jitsi authentication doc](https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker#authentication).
Nextcloud setup and configuration:
- Install the Nextcloud Jitsi app
- Go to *Settings* → *Jitsi* and enter your server URL (and JWT secret)
- Start conferencing 🍻
## Issues
Report issues and feature requests [here](https://github.com/nextcloud/jitsi).
## Translations
```
wget https://github.com/nextcloud/docker-ci/raw/master/translations/translationtool/translationtool.phar
chmod u+x translationtool.phar
./translationtool.phar create-pot-files
./translationtool.phar convert-po-files
```
## Licence
See [LICENCE](./LICENCE)