doc: Fetch latest manual

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2022-06-27 06:58:35 -04:00
parent 5d862f1a1f
commit 9603521813
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
9 changed files with 122 additions and 0 deletions

View File

@ -0,0 +1,52 @@
#language en
##TAG:TRANSLATION-HEADER-START
~- [[FreedomBox/Manual/Janus|English]] - [[es/FreedomBox/Manual/Janus|Español]] - [[DebianWiki/EditorGuide#translation|(+)]] -~
##TAG:TRANSLATION-HEADER-END
<<TableOfContents()>>
## BEGIN_INCLUDE
== Janus (WebRTC server) ==
||<tablestyle="float: right;"> {{attachment:Janus-icon_en_V01.png|Janus icon}} ||
'''Available since version''': 22.13
Janus is a lightweight, general purpose WebRTC server. It can support different kinds of real-time communication apps, such as video chat and streaming.
Currently, in !FreedomBox, a simple video conference room is included with Janus. This video room can be accessed by anyone who visits your !FreedomBox; it does not require logging in with a user account.
In the future, the simple video room app will be replaced by [[DebianBug:1005877|Jangouts]], a fully-featured video conference app.
[[FreedomBox/Manual/Coturn|Coturn]] is required to use Janus, so it also needs to be installed and running on your !FreedomBox.
=== Screenshot ===
{{attachment:freedombox-janus-videoroom.png|Janus Video Room|width=800}}
=== Using Janus ===
The Janus shortcut will take you to the Janus Video Room page. From here, press the Start button at the top of the page.
Next, you will need to provide a display name. Any name can be used here. Press the "Join the room" button to enter the room.
The first time you enter the video room, your web browser will ask if this page has permission to access your camera and microphone. Press "Allow" to proceed.
Your own video will be displayed in the "Local Video" window. From here you can mute your audio, or use unpublish to stop sharing your video and audio. If other people join the video room, they will appear in the "Remote Video" windows.
=== External links ===
* Upstream project: https://janus.conf.meetecho.com
* Upstream end user documentation: https://janus.conf.meetecho.com/docs
## END_INCLUDE
Back to [[FreedomBox/Features|Features introduction]] or [[FreedomBox/Manual|manual]] pages.
<<Include(FreedomBox/Portal)>>
----
CategoryFreedomBox

View File

@ -8,6 +8,21 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 22.14.1 (2022-06-27) ==
=== Highlights ===
* matrixsynapse: Allow new dependency to be installed from backports
=== Other Changes ===
* locale: Update translations for Bulgarian, Chinese (Simplified), Czech, Dutch, German, Turkish
* actions: Note that privileged actions can't output to stdout
* mumble: Backup/restore the configuration file
* mumble: Don't set the root channel name unless it is changed
* mumble: Use privileged decorator for superuser actions
* mumble: tests: Add functional tests for setting the passwords
== FreedomBox 22.14 (2022-06-20) ==
=== Highlights ===

View File

@ -26,6 +26,7 @@
<<Include(FreedomBox/Manual/I2P, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(FreedomBox/Manual/Ikiwiki, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(FreedomBox/Manual/Infinoted, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(FreedomBox/Manual/Janus, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(FreedomBox/Manual/JSXC, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(FreedomBox/Manual/MatrixSynapse, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(FreedomBox/Manual/MediaWiki, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 288 KiB

View File

@ -0,0 +1,37 @@
#language es
<<Include(FreedomBox/Manual/Janus, ,from="^##TAG:TRANSLATION-HEADER-START",to="^##TAG:TRANSLATION-HEADER-END")>>
<<TableOfContents()>>
## BEGIN_INCLUDE
== Janus (servidor WebRTC) ==
'''Disponible desde''': versión 22.13
Janus es un servidor WebRTC ligero de propósito general. Puede soportar diferentes tipos de aplicaciones de comunicación en tiempo real, como llamdas y retransmisiones de video.
Actualmente !FreedomBox incluye con Janus una sala simple de videoconferencia. En el futuro será reemplazada por [[DebianBug:1005877|Jangouts]], una app de videoconferencia completa.
Para usar Janus se necesita un servidor STUN/TURN (como [[es/FreedomBox/Manual/Coturn|Coturn]]).
/* Captura de pantalla */
/* Usar Janus */
=== Enlaces externos ===
* Proyecto original: https://janus.conf.meetecho.com
* Documentación de usuario: https://janus.conf.meetecho.com/docs
## END_INCLUDE
Volver a la [[es/FreedomBox/Features|descripción de Funcionalidades]] o a las páginas del [[es/FreedomBox/Manual|manual]].
<<Include(es/FreedomBox/Portal)>>
----
CategoryFreedomBox

View File

@ -26,6 +26,7 @@
<<Include(FreedomBox/Manual/I2P, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(FreedomBox/Manual/Ikiwiki, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(FreedomBox/Manual/Infinoted, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(FreedomBox/Manual/Janus, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(FreedomBox/Manual/JSXC, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(FreedomBox/Manual/MatrixSynapse, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(FreedomBox/Manual/MediaWiki, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>

View File

@ -8,6 +8,21 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f
The following are the release notes for each !FreedomBox version.
== FreedomBox 22.14.1 (2022-06-27) ==
=== Highlights ===
* matrixsynapse: Allow new dependency to be installed from backports
=== Other Changes ===
* locale: Update translations for Bulgarian, Chinese (Simplified), Czech, Dutch, German, Turkish
* actions: Note that privileged actions can't output to stdout
* mumble: Backup/restore the configuration file
* mumble: Don't set the root channel name unless it is changed
* mumble: Use privileged decorator for superuser actions
* mumble: tests: Add functional tests for setting the passwords
== FreedomBox 22.14 (2022-06-20) ==
=== Highlights ===

View File

@ -25,6 +25,7 @@
<<Include(es/FreedomBox/Manual/I2P, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(es/FreedomBox/Manual/Ikiwiki, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(es/FreedomBox/Manual/Infinoted, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(es/FreedomBox/Manual/Janus, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(es/FreedomBox/Manual/JSXC, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(es/FreedomBox/Manual/MatrixSynapse, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>
<<Include(es/FreedomBox/Manual/MediaWiki, , from="## BEGIN_INCLUDE", to="## END_INCLUDE")>>