Compare commits

..

3 commits

Author SHA1 Message Date
Jeff Moe db68db43fb moar sudo 2024-09-07 10:24:39 -06:00
Jeff Moe 14ca4ce86d jitsi logs 2024-09-07 10:24:15 -06:00
Jeff Moe 8b85221581 meh UDP meet 2024-09-07 10:23:20 -06:00
2 changed files with 27 additions and 15 deletions

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Libre Developers Documentation 0\n" "Project-Id-Version: Libre Developers Documentation 0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-07 09:39-0600\n" "POT-Creation-Date: 2024-09-07 10:24-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n" "Language: en\n"
@ -28,7 +28,7 @@ msgstr ""
msgid "Libre group videoconferencing with Jitsi." msgid "Libre group videoconferencing with Jitsi."
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:7 ../../../_source/meet-libre-is.rst:219 #: ../../../_source/meet-libre-is.rst:7 ../../../_source/meet-libre-is.rst:220
msgid "`<https://meet.libre.is/>`_" msgid "`<https://meet.libre.is/>`_"
msgstr "" msgstr ""
@ -276,57 +276,66 @@ msgstr ""
msgid "The following ports need to be open on the firewall:" msgid "The following ports need to be open on the firewall:"
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:150 #: ../../../_source/meet-libre-is.rst:148
msgid "Installation" msgid ""
"XXX It appears to be using a lot more UDP ports, open all UDP for now... XXX"
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:151 #: ../../../_source/meet-libre-is.rst:151
msgid "Installation"
msgstr ""
#: ../../../_source/meet-libre-is.rst:152
msgid "Install software from Debian, Jitsi, and Prosody repos." msgid "Install software from Debian, Jitsi, and Prosody repos."
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:158 #: ../../../_source/meet-libre-is.rst:159
msgid "" msgid ""
"If IPv6 is disabled, nginx install will fail. To fix it, after the above " "If IPv6 is disabled, nginx install will fail. To fix it, after the above "
"command runs, edit /etc/nginx/sites-enabled/default and disable this IPv6 " "command runs, edit /etc/nginx/sites-enabled/default and disable this IPv6 "
"line by deleting it or commenting it out:" "line by deleting it or commenting it out:"
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:166 #: ../../../_source/meet-libre-is.rst:167
msgid "Then reinstall and it will be happy:" msgid "Then reinstall and it will be happy:"
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:172 #: ../../../_source/meet-libre-is.rst:173
msgid "Add Prosody and Jitsi repos:" msgid "Add Prosody and Jitsi repos:"
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:193 #: ../../../_source/meet-libre-is.rst:194
msgid "Now finally install the Jitsi package:" msgid "Now finally install the Jitsi package:"
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:199 #: ../../../_source/meet-libre-is.rst:200
msgid "Don't have it set up a phone number with JaaS." msgid "Don't have it set up a phone number with JaaS."
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:201 #: ../../../_source/meet-libre-is.rst:202
msgid "" msgid ""
"Edit /etc/nginx/sites-available/meet.libre.is.conf and remove the two IPv6 " "Edit /etc/nginx/sites-available/meet.libre.is.conf and remove the two IPv6 "
"\"::\" lines." "\"::\" lines."
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:204 #: ../../../_source/meet-libre-is.rst:205
msgid "Remove the old web config:" msgid "Remove the old web config:"
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:211 #: ../../../_source/meet-libre-is.rst:212
msgid "Restart the server:" msgid "Restart the server:"
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:217 #: ../../../_source/meet-libre-is.rst:218
msgid "Now the website should be available here:" msgid "Now the website should be available here:"
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:221 #: ../../../_source/meet-libre-is.rst:222
msgid "" msgid ""
"If the install munged the certbot certificate, run this again and select re-" "If the install munged the certbot certificate, run this again and select re-"
"install." "install."
msgstr "" msgstr ""
#: ../../../_source/meet-libre-is.rst:232
msgid "Logs are in /var/log/jitsi."
msgstr ""

View file

@ -145,6 +145,7 @@ The following ports need to be open on the firewall:
3478/udp STUN 3478/udp STUN
5349/tcp Audio/video stream over TCP 5349/tcp Audio/video stream over TCP
XXX It appears to be using a lot more UDP ports, open all UDP for now... XXX
Installation Installation
============ ============
@ -223,8 +224,10 @@ select re-install.
.. code-block:: sh .. code-block:: sh
certbot -d meet.libre.is sudo certbot -d meet.libre.is
sudo update-ca-certificates sudo update-ca-certificates
sudo systemctl restart nginx.service jicofo.service \ sudo systemctl restart nginx.service jicofo.service \
prosody.service jitsi-videobridge2.service prosody.service jitsi-videobridge2.service
Logs are in /var/log/jitsi.