From fe3d38f228ad347696d6b5e3f0d003eca3371fe9 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sat, 7 Sep 2024 09:39:19 -0600 Subject: [PATCH] meet alive --- .../locale/en/LC_MESSAGES/meet-libre-is.po | 38 ++++++++++++++++--- docs/_source/meet-libre-is.rst | 35 +++++++++++++++-- 2 files changed, 65 insertions(+), 8 deletions(-) diff --git a/docs/_source/locale/en/LC_MESSAGES/meet-libre-is.po b/docs/_source/locale/en/LC_MESSAGES/meet-libre-is.po index 589ced6..771a0ff 100644 --- a/docs/_source/locale/en/LC_MESSAGES/meet-libre-is.po +++ b/docs/_source/locale/en/LC_MESSAGES/meet-libre-is.po @@ -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 \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 "``_" 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 "" diff --git a/docs/_source/meet-libre-is.rst b/docs/_source/meet-libre-is.rst index 6eb2148..62d1c4e 100644 --- a/docs/_source/meet-libre-is.rst +++ b/docs/_source/meet-libre-is.rst @@ -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: + + ``_ + +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