diff --git a/content/en/docs/Services/jitsi.md b/content/en/docs/Services/jitsi.md new file mode 100644 index 0000000..26368dd --- /dev/null +++ b/content/en/docs/Services/jitsi.md @@ -0,0 +1,27 @@ +--- +title: "Jitsi" +date: 2023-01-11T17:15:31+03:00 +description: > + Video conference +--- + +Zoom and Google Meet are proprietary software that have limitations in their free versions and do not provide access to their clients' source code. + +But there is an alternative — [Jitsi](https://jitsi.org/), which is an open source videoconferencing service with similar functionality to its proprietary counterparts. + +- [Official project website](https://jitsi.org/) + + +## Recommended official clients + +- WEB interface: available after setting up the SelfPrivacy server, at `https://meet.YOUR.DOMAIN`. +- [Android](https://f-droid.org/en/packages/org.jitsi.meet/) +- [iOS](https://apps.apple.com/us/app/jitsi-meet/id1165103905) +- [Flatpack](https://flathub.org/apps/org.jitsi.jitsi-meet) + +- Also see the builds in your distribution's repositories. + + +## Features of Jitsi +- Does not require registration; +- Uses avatar from [gravatar.com](https://gravatar.com/) if you specify mail (may violate privacy!); \ No newline at end of file diff --git a/content/ru/docs/Services/jitsi.md b/content/ru/docs/Services/jitsi.md index a587d25..3e61414 100644 --- a/content/ru/docs/Services/jitsi.md +++ b/content/ru/docs/Services/jitsi.md @@ -2,12 +2,12 @@ title: "Jitsi" date: 2023-01-11T17:15:31+03:00 description: > - Видео конференции + Видеоконференции --- Zoom и Google Meet — это проприетарные программы, которые имеют ограничения в бесплатных версиях и не предоставляют доступ к исходному коду своих клиентов. -Но существует альтернатива [Jitsi](https://jitsi.org/) - это сервис видео конференций с открытым исходным кодом, и функционалом, аналогичному проприетарным аналогам. +Но существует альтернатива [Jitsi](https://jitsi.org/) — это сервис видео конференций с открытым исходным кодом, и функционалом, аналогичному проприетарным аналогам. - [Официальный сайт проекта](https://jitsi.org/)