Justin Croonenberghs
b2a0830638
Better URL for reCAPTCHA doc
4 years ago
Justin Croonenberghs
1f21f0c09a
Add variables for reCAPTCHA validation
4 years ago
Slavi Pantaleev
a8f7ccf3f3
Announce mx-puppet-steam bridging support
...
Related to #557 (Github Pull Request).
4 years ago
Hugues Morisset
57f498217a
Add mx-puppet-steam
4 years ago
Slavi Pantaleev
76352bcbd8
Announce mx-puppet-discord bridging support
...
Related to #540 (Github Pull Request).
4 years ago
Hugues Morisset
42e7f5e9bc
Add mx-puppet-discord
4 years ago
Slavi Pantaleev
b5bed60e6b
Announce mx-puppet-instagram and mx-puppet-twitter support
...
Related to #551 and #555 (Github Pull Requests).
4 years ago
Slavi Pantaleev
744667b270
Merge branch 'master' into mx-puppet-twitter
4 years ago
Slavi Pantaleev
31f9e7bbea
Merge pull request #551 from jdreichmann/feat-mx-puppet-instagram
...
Add mx-puppet-instagram
4 years ago
Tulir Asokan
13186a1ddc
Add mx-puppet-twitter
...
Signed-off-by: Tulir Asokan <tulir@maunium.net>
4 years ago
Slavi Pantaleev
de545f9c5f
Update docs on self-building and remove useless variable
...
`matrix_container_images_self_build` was not really doing anything
anymore. It previously was influencing `matrix_*_self_build` variables,
but it's no longer the case since some time ago.
Individual `matrix_*_self_build` variables are still available.
People that would like to toggle self-building for a specific component
ought to use those.
These variables are also controlled automatically (via
`group_vars/matrix_servers`) depending on `matrix_architecture`.
In other words, self-building is being done automatically for
all components when they don't have a prebuilt image for the specified
architecture. Some components only support `amd64`, while others also
have images for other architectures.
4 years ago
jdreichmann
ad05c7f758
mx-puppet-instagram: add documentation on how to setup & use the bridge
4 years ago
Pablo
f7ea5705f1
Agrego documentación de las variables de ajuste fino (Fine tune) de Jitsi.
4 years ago
Julian Foad
671cd51797
Improve the example Traefik config.
...
Use playbook variables instead of textual place-holders for the domain names.
4 years ago
Slavi Pantaleev
224c21878e
Fix code block a bit
...
Related to #549 (Github Pull Request)
4 years ago
Slavi Pantaleev
25290f780c
Link to Twilio
4 years ago
Justin Croonenberghs
3527200ac4
Added config hint for SMS verification
4 years ago
Slavi Pantaleev
d44541ff6e
Mention matrix_synapse_allow_public_rooms_over_federation in the docs
...
Fixes #502 (Github Issue)
4 years ago
Slavi Pantaleev
3452347648
Suggest base domain serving in configuring-well-known.md
...
Fixes #545 (Github Issue).
4 years ago
benkuly
99639d7d7a
Merge remote-tracking branch 'github/master'
5 years ago
Slavi Pantaleev
e48cfa4bcc
Improve documentation on joining Discord rooms
5 years ago
Slavi Pantaleev
831c3f4e64
Fix certbot/cerbot image pulling for ARM32 and ARM64
...
Related to #529 (Github Issue).
5 years ago
Slavi Pantaleev
ab32f6adf6
Add self-building support to matrix-mailer (exim-relay)
5 years ago
kristbaum
201292cdc5
typo
5 years ago
benkuly
1937398342
Merge branch 'master' of github.com:benkuly/matrix-docker-ansible-deploy
5 years ago
benkuly
77fd23149b
added gammu hard reset for sms modem
5 years ago
Slavi Pantaleev
88a4a3ab55
Update components
5 years ago
Slavi Pantaleev
c838bd2f46
Merge pull request #514 from benkuly/master
...
added matrix-sms-bridge
5 years ago
Slavi Pantaleev
d6c4487998
Fix some typos
5 years ago
benkuly
f68e47d3c4
renamed role matrix-sms-bridge to matrix-bridge-sms
5 years ago
benkuly
26846a5f6c
try privileged way
5 years ago
benkuly
2fd8216fbc
try to fix device reconnect issues
5 years ago
benkuly
cd17928805
revert remove of frequency
5 years ago
benkuly
f383b152da
removed gammu reset frequency
...
because the tty port will change
5 years ago
benkuly
0b7d6744bf
added more docs and timeout value
5 years ago
Slavi Pantaleev
4d8ca303d6
Fix typos
5 years ago
Slavi Pantaleev
de1164d0a2
Fix typos and improve wording
5 years ago
Slavi Pantaleev
2952b2e7f3
Mention pwgen for generating a strong shared secret
5 years ago
Chris van Dijk
cb94167ccb
Add missing parenthesis in docs
5 years ago
Chris van Dijk
84e2e31d07
Linking to a file is more robust than linking to a line number
5 years ago
Chris van Dijk
1b47197c91
Minor docs formatting cleanup
5 years ago
Chris van Dijk
256de59a75
Add note on port forwarding to docs when running Jitsi behind NAT
5 years ago
Slavi Pantaleev
1234cc48c5
Point to newer Ansible container image
...
Using the older one likely leads to issues like #517 .
5 years ago
benkuly
1ffa4a326c
matrix-sms-bridge:
...
added docs, added seperate service for database, pr comments
5 years ago
chagai95
d430e42c99
Typo STMP -> SMTP
5 years ago
Slavi Pantaleev
4ff7e753b2
Make it clearer where to spawn adminer
5 years ago
Marcel Partap
058e3bbd7f
Document how to administer synapse database via tunneled web-frontend
5 years ago
Kevin Lanni
89deb1b195
Add note about ask-become-pass
...
This flag is necessary for Ansible to ask for the sudo password when using the non-root option as documented in the `hosts` file. Otherwise, Ansible errors out with `missing sudo password`.
5 years ago
Slavi Pantaleev
884df93be1
Make it clearer that Dimension requires a dedicated user
5 years ago
Slavi Pantaleev
ccc7aaf0ce
Fix "Migrating to a new server" flow due to dynamic user/group creation
5 years ago
Slavi Pantaleev
7b8d0cd1ab
Merge pull request #487 from christianlupus/turn-doc
...
Added a documentation enhancement regarding external TURN server
5 years ago
Christian Wolf
658e3361f6
Added a documentation enhancement regarding external TURN server
5 years ago
Chris van Dijk
f7fcf3590a
Clarify domain of Dimension admin users in docs by using matrix_domain variable
5 years ago
André Sterba
966b74e74f
Add caddy 1 well-known example
...
Adjust params
5 years ago
Slavi Pantaleev
0029b37b96
Improve Usage section of Jitsi docs page
5 years ago
Slavi Pantaleev
e59cf25d7d
Merge pull request #479 from cnvandijk/docs-dimension-jitsi
...
Document how to point dimension jitsi widgets at your own jitsi instance
5 years ago
Slavi Pantaleev
77c760ac7d
Add some links
5 years ago
Slavi Pantaleev
0e26810162
Merge pull request #478 from cnvandijk/feature-jitsi-ldap-auth
...
Add support for Jitsi LDAP authentication
5 years ago
Chris van Dijk
a0ce5eec64
Document how to point dimension jitsi widgets at your own jitsi instance
...
This can be removed once turt2live/matrix-dimension#345 is resolved.
5 years ago
Chris van Dijk
32ce9866e9
Update documentation for Jitsi LDAP authentication support
5 years ago
Slavi Pantaleev
37b80d0c75
Fix example policy provider configuration for matrix-corporal
...
Fixes the example, to add the missing required configuration key
for the HTTP policy provider.
Related to #477 (Github Issue).
5 years ago
Mickaël Cornière
e4f1f2c754
Add information to make jitsi work with a client in LAN
5 years ago
Slavi Pantaleev
4afc46fffe
Announce mx-puppet-slack support
...
Related to #454 (Github Pull Request).
5 years ago
Rodrigo Belem
4149e03b69
Initial mx-puppet-slack bridge role
5 years ago
Slavi Pantaleev
272888d917
Merge pull request #462 from cnvandijk/feature-dimension-unfederated
...
Add support for running dimension in an unfederated environment
5 years ago
Slavi Pantaleev
9991d545dd
Add note about synapse-janitor and require explicit confirmation for usage
...
Fixes #465 (Github Issue).
Related to https://github.com/xwiki-labs/synapse_scripts/pull/12 .
5 years ago
Horvath Gergely
588e97a97c
link to self-building from implementation subsection
5 years ago
Horvath Gergely
441278412b
add explicit information for the Rapsberry pi
5 years ago
Horvath Gergely
7dba695713
clarification for the list of implementation details
5 years ago
Horvath Gergely
bd61598faf
add experimental(?) architecture support for arm32 and arm64
...
the changes are necessary because certbot images are tagged, so docker does not recognize the necessary architecture
5 years ago
Chris van Dijk
18beb30466
Update docs to reflect support for unfederated dimension
5 years ago
Udo Rader
b6aa246f7c
better described how to get channel id, added a section how to unlink a channel and a troubleshooting section
5 years ago
Udo Rader
cf36dbe4f6
correctly quoted <channel id> and added another way to retrieve it
5 years ago
Slavi Pantaleev
181434d9c6
Add matrix-mx-puppet-skype to the list of roles that can self-build
5 years ago
skoal
ab58b3fc9e
Update prerequisites.md
...
Added Jitsi firewall ports
5 years ago
Slavi Pantaleev
5b8f8bc942
Announce Skype bridging
5 years ago
Slavi Pantaleev
4e9976d559
Rename documentation file
5 years ago
Rodrigo Belem
53f893b77e
Add documentations for the mx-puppet-skype bridge
5 years ago
Slavi Pantaleev
e290b1be95
Merge branch 'jitsi_security_update'
5 years ago
Slavi Pantaleev
25d51d3de3
Fix typo
5 years ago
Slavi Pantaleev
dcce276b86
Rename script file
5 years ago
Slavi Pantaleev
1b27e0f812
Make generate-jitsi-passwords.sh less magical
5 years ago
Slavi Pantaleev
976ccf3880
Fix typo
5 years ago
Slavi Pantaleev
f798605836
Undefine Jitsi secrets and require their (re-)definition
5 years ago
teutat3s
f9d39f1c0c
update Jitsi, add generate-jitsi-passwords script
5 years ago
Sean O'Neil
eb8e162ac2
Update Caddy example in configuring-well-known to Caddy version 2
5 years ago
Slavi Pantaleev
0ee2060c31
Reorganize paragraphs a bit
5 years ago
Slavi Pantaleev
a04c67dbc4
Add information about rebuilding Jitsi Prosody configuration
5 years ago
teutat3s
d781c8fdf9
add optional Jitsi internal auth+guests docs
...
improve readability
5 years ago
Marcel Partap
c2d384d2ef
some more mxisd to ma1sd string/URL replacements
5 years ago
Marcel Partap
5fedd6cbf0
Replace mxisd with ma1sd in docs, fixing URLs
5 years ago
Marcel Partap
187dedf920
Duplicate matrix-mxisd role for matrix-ma1sd fork
...
(adapting strings and URLs)
5 years ago
Slavi Pantaleev
b450afc12e
Make Discord bridge docs better
5 years ago
Slavi Pantaleev
bb2b2b4f1c
Clarify Discord bridging docs
5 years ago
Slavi Pantaleev
584418ae0f
Fix broken link
5 years ago
Slavi Pantaleev
067588b262
Upgrade riot-web
5 years ago
Slavi Pantaleev
ac5b5681ae
Merge pull request #425 from christianlupus/dev/archlinux
...
Added support for arch linux
5 years ago
Christian Wolf
1b87dbf54b
Added documentation to README file
5 years ago
Aaron Raimist
695d2c3ea5
Flip around Jitsi port format to match other ports
...
This matches the way the ports are written in prerequisites.md and is the format that UFW likes.
5 years ago
PlanetSmasher
9b6289b08c
clarify the config path ( #420 )
...
* clarify the config path
added path to the correct vars.yaml in matrix-synapse
* Fix configuration path
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
5 years ago