Commit Graph

235 Commits

Author SHA1 Message Date
James Addison 1e5413690e Revert "Revert "Simplify wording around hostname configuration""
This reverts commit a7127d03dc.
2020-03-27 12:39:19 +00:00
James Addison a7127d03dc Revert "Simplify wording around hostname configuration"
This reverts commit ceab0ab9cf.
2020-03-27 12:38:22 +00:00
James Addison e2857e5256 Revert "Move conference test step to post-installation"
This reverts commit a0ee279b7c.
2020-03-27 12:33:51 +00:00
James Addison 74010d2afe Revert "Expand certificate instructions"
This reverts commit 5c479e7ffb.
2020-03-27 12:25:13 +00:00
James Addison e1c1f0e0a8 Revert "Extract platform-specific installation notes"
This reverts commit 7161a700cb.
2020-03-27 12:23:14 +00:00
James Addison 2f3f6f3426 More concise Ubuntu universe messaging 2020-03-27 12:19:35 +00:00
James Addison 68bce4832b Relocate Ubuntu universe repository advice 2020-03-27 12:17:05 +00:00
James Addison 8ca6fb5b61 Revert "Expand requirements sentence into document section"
This reverts commit cf630983c0.
2020-03-27 12:16:02 +00:00
James Addison c2790d890b Nit: clarify apt/HTTPS relationship 2020-03-18 16:29:54 +00:00
James Addison 52f443826c Revert "Add spacing before/after 'or' (improves github markdown rendering)"
This reverts commit 9f33beb2ab.
2020-03-18 13:10:49 +00:00
James Addison 9f33beb2ab Add spacing before/after 'or' (improves github markdown rendering) 2020-03-18 13:09:12 +00:00
James Addison 35cae52722 Remove space before colon 2020-03-18 13:06:35 +00:00
James Addison 7631c3d000 Place /etc/hosts example in code block 2020-03-18 13:05:36 +00:00
James Addison 491ce27eb9 Replace lists.jitsi.org link with web.archive.org pointer 2020-03-18 13:02:46 +00:00
James Addison a661cae0f6 Rephrase superuser guidance 2020-03-18 12:47:52 +00:00
James Addison 7161a700cb Extract platform-specific installation notes 2020-03-18 12:47:36 +00:00
James Addison dadc83900f Rephrase installation testing / confirmation step 2020-03-18 12:39:48 +00:00
James Addison a0ee279b7c Move conference test step to post-installation 2020-03-18 12:39:48 +00:00
James Addison 5c479e7ffb Expand certificate instructions 2020-03-18 12:39:48 +00:00
James Addison 423a66ca84 Move certificate generation step before package installation 2020-03-18 12:39:48 +00:00
James Addison c806bfb7b9 Simplify lets-encrypt wording 2020-03-18 12:39:48 +00:00
James Addison ceab0ab9cf Simplify wording around hostname configuration 2020-03-18 12:39:48 +00:00
James Addison b56af098e5 Add comments for package installation steps 2020-03-18 12:39:48 +00:00
James Addison a15c6d8314 Condense repository and package installation steps 2020-03-18 12:39:48 +00:00
James Addison a954066dbb Simplify Ubuntu universe step 2020-03-18 12:39:48 +00:00
James Addison cf630983c0 Expand requirements sentence into document section 2020-03-18 12:39:48 +00:00
James Addison 89788d2a68 Update wording for self-hosting vs hosted 2020-03-18 12:39:48 +00:00
James Addison c173cdb78f Prioritize messaging re: using hosted Jitsi if self-hosted is not required 2020-03-18 12:39:48 +00:00
James Addison 9b0f5b0299
doc(quick install) Minor typo fixup (#5222) 2020-03-18 13:19:51 +01:00
raphj e6ade2cf84
doc (quick install): Add the domain to /etc/hosts 2020-03-18 11:40:27 +01:00
Cyril Brulebois 99b21cdb2a
doc: fix typos in quick install guide 2020-03-18 10:52:09 +01:00
Martin 829e3bfe15
doc: add nginx config for the electron version in manual install doc 2020-03-17 11:41:21 +01:00
KwadroNaut b6ccc91038 Correct link regarding FAQ NAT install
Broken link, I presume this one was meant.
2020-03-16 12:57:38 -05:00
Дамян Минков b73d98f863 Updates jvb pid file path. 2020-03-12 14:58:27 -05:00
C0rn3j 53f937ba4e Update and improve manual install doc 2020-03-09 08:00:23 -05:00
paweldomas d9cf7aef3a doc: add more websocket examples 2020-01-24 15:21:10 -06:00
paweldomas 74a5eb2d81 add websocket templates to nginx example config 2020-01-24 15:21:10 -06:00
damencho 91fb4665d6 Fixes conference duration config to use valid IDNA. 2020-01-14 12:16:39 +00:00
theunafraid c2cf09a2ca Add conference timer (#4958) 2020-01-13 17:12:25 +00:00
Дамян Минков c73ba37202
Introduces installing coturn as turn server for jitsi-meet (#4959)
* Adds package that can configure using turnserver for jitsi-meet.

Activates http2 on the nginx host and uses the alpn send with the web requests to multiplex traffic to be served as web of proxied to the turn server.
It needs nginx at least v1.13.10.
Adds turncredentials module from Philipp Hancke, with small modification (all int values for hosts need to be strings/tostring()) in order to be able to use the module with prosody 0.11.

* Moves loading of stream after loading stream module (50-..).

* Leaves DISABLE_TCP_HARVESTER to be handled by jvb.

* Fixes comments.

* Properly detect first time coturn install and configure it.

* Handles upgrading from jetty serving web.

* Does not create jvb user if already exists.

* Fixes let's encrypt and adds turnserver handling.

* Enables use of turn server in config.js if available.

* Adds a check whether prosody config exists.

There are cases where deployments can still have configured prosody in the main prosody config in /etc/prosody.
2020-01-09 16:51:27 +00:00
damencho d9282f873c Migrate to using mucs for jvb. 2020-01-08 11:18:36 +00:00
damencho 2420a68be9 Enables speakerstats component and module by default. 2019-12-10 10:55:56 +01:00
damencho ebfc5a95ff Activates multidomain by default when installing with nginx. 2019-12-10 10:55:56 +01:00
damencho db6a2673de Handles unique Id for a meeting. 2019-11-26 10:37:19 +00:00
damencho e11d4d3101 Installs prosody plugins with jitsi-meet-prosody package. 2019-11-26 10:37:19 +00:00
damencho 1fd326f980 Fixes nginx match rule, containing wrong chars.
Also adds a missing '/'.
2019-11-15 14:10:55 +00:00
Дамян Минков 50f4796144
Adds an option to set email through iframe API init and to stats. (#4842)
* Adds an option to set email through iframe API init and to stats.

* Simplifies configuring email and displayName in stats.

Removes enableStatsID as not needed as when off we are sending as callstats id xmpp resource which is unique per call and id must be something that sticks between calls (callstatsUsername).

* Adds email and displayName in stats config for mobile.

* chore(deps): Updates lib-jitsi-meet to latest dd31f0a.

* Removes enableStatsID from config and whitelist.
2019-11-12 13:37:54 +00:00
Mark Anthony Sison 8976b92842 doc(install): adds cd command to jitsi-meet installation 2019-11-03 19:46:34 +00:00
Aaron van Meerten be0950c1ec multidomain mapper functionality and examples (#4773)
* first pass at mod_muc_domain open source plus example

* doc - prosody config and config.js examples for mapper
2019-10-24 12:42:11 +01:00
damencho f46387a226 Adds room name validation logic for web. 2019-10-16 17:52:24 +01:00