meet alive
This commit is contained in:
parent
9cd0d2b38e
commit
fe3d38f228
|
@ -9,7 +9,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Libre Developers Documentation 0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-09-07 09:06-0600\n"
|
||||
"POT-Creation-Date: 2024-09-07 09:39-0600\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: en\n"
|
||||
|
@ -28,7 +28,7 @@ msgstr ""
|
|||
msgid "Libre group videoconferencing with Jitsi."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/meet-libre-is.rst:7
|
||||
#: ../../../_source/meet-libre-is.rst:7 ../../../_source/meet-libre-is.rst:219
|
||||
msgid "`<https://meet.libre.is/>`_"
|
||||
msgstr ""
|
||||
|
||||
|
@ -295,10 +295,38 @@ msgstr ""
|
|||
msgid "Then reinstall and it will be happy:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/meet-libre-is.rst:170
|
||||
#: ../../../_source/meet-libre-is.rst:172
|
||||
msgid "Add Prosody and Jitsi repos:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/meet-libre-is.rst:192
|
||||
msgid "Set up a certificate with certbot."
|
||||
#: ../../../_source/meet-libre-is.rst:193
|
||||
msgid "Now finally install the Jitsi package:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/meet-libre-is.rst:199
|
||||
msgid "Don't have it set up a phone number with JaaS."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/meet-libre-is.rst:201
|
||||
msgid ""
|
||||
"Edit /etc/nginx/sites-available/meet.libre.is.conf and remove the two IPv6 "
|
||||
"\"::\" lines."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/meet-libre-is.rst:204
|
||||
msgid "Remove the old web config:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/meet-libre-is.rst:211
|
||||
msgid "Restart the server:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/meet-libre-is.rst:217
|
||||
msgid "Now the website should be available here:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../_source/meet-libre-is.rst:221
|
||||
msgid ""
|
||||
"If the install munged the certbot certificate, run this again and select re-"
|
||||
"install."
|
||||
msgstr ""
|
||||
|
|
|
@ -190,10 +190,39 @@ Add Prosody and Jitsi repos:
|
|||
sudo apt update
|
||||
|
||||
|
||||
Set up a certificate with certbot.
|
||||
Now finally install the Jitsi package:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
sudo certbot -d meet.libre.is
|
||||
sudo systemctl restart nginx
|
||||
sudo apt install jitsi-meet
|
||||
|
||||
Don't have it set up a phone number with JaaS.
|
||||
|
||||
Edit /etc/nginx/sites-available/meet.libre.is.conf and remove the
|
||||
two IPv6 "::" lines.
|
||||
|
||||
Remove the old web config:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
rm /etc/nginx/sites-enabled/default
|
||||
|
||||
|
||||
Restart the server:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
sudo systemctl restart nginx.service
|
||||
|
||||
Now the website should be available here:
|
||||
|
||||
`<https://meet.libre.is/>`_
|
||||
|
||||
If the install munged the certbot certificate, run this again and
|
||||
select re-install.
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
certbot -d meet.libre.is
|
||||
sudo systemctl restart nginx.service
|
||||
|
||||
|
|
Loading…
Reference in a new issue