Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextcloud/jitsi
Nextcloud Jitsi Integration
https://github.com/nextcloud/jitsi
hacktoberfest nextcloud
Last synced: about 1 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T01:16:03.000Z (2 months ago)
- Last Synced: 2024-09-30T02:41:13.658Z (about 2 months ago)
- Topics: hacktoberfest, nextcloud
- Language: JavaScript
- Homepage:
- Size: 1.85 MB
- Stars: 27
- Watchers: 3
- Forks: 9
- Open Issues: 16
-
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)