mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
janus: improve description about coturn
Reviewed-by: James Valleroy <jvalleroy@mailbox.org> [james: Remove space] Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
7028e3d022
commit
16ab0e4fc9
@ -15,13 +15,16 @@ from plinth.modules.backups.components import BackupRestore
|
|||||||
from plinth.modules.coturn.components import TurnTimeLimitedConsumer
|
from plinth.modules.coturn.components import TurnTimeLimitedConsumer
|
||||||
from plinth.modules.firewall.components import Firewall
|
from plinth.modules.firewall.components import Firewall
|
||||||
from plinth.package import Packages
|
from plinth.package import Packages
|
||||||
|
from plinth.utils import format_lazy
|
||||||
|
|
||||||
from . import manifest
|
from . import manifest
|
||||||
|
|
||||||
_description = [
|
_description = [
|
||||||
_('Janus is a lightweight WebRTC server.'),
|
_('Janus is a lightweight WebRTC server.'),
|
||||||
_('A simple video conference room is included.'),
|
_('A simple video conference room is included.'),
|
||||||
_('A STUN/TURN server (such as Coturn) is required to use Janus.'),
|
format_lazy(
|
||||||
|
_('<a href="{coturn_url}">Coturn</a> is required to '
|
||||||
|
'use Janus.'), coturn_url=reverse_lazy('coturn:index')),
|
||||||
]
|
]
|
||||||
|
|
||||||
app = None
|
app = None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user