Slavi Pantaleev
d605b219a2
Manage Jitsi configuration by ourselves for most components
We do this for 2 reasons:
- so we can control things which are not controllable using environment
variables (for example `stunServers` in jitsi/web, since we don't wish
to use the hardcoded Google STUN servers if our own Coturn is enabled)
- so playbook variable changes will properly rebuild the configuration.
When using Jitsi environment variables, the configuration is only built
once (the first time) and never rebuilt again. This is not the
consistent with the rest of the playbook and with how Ansible operates.
We're not perfect at it (yet), because we still let the Jitsi containers
generate some files on their own, but we are closer and it should be
good enough for most things.
Related to #415 (Github Pull Request).
пре 6 година
Slavi Pantaleev
ecd35a8ddb
Clarify webserver group membership requirement
Discussed in #412 (Github Issue).
пре 6 година
Slavi Pantaleev
cdd9ee1962
Add Jitsi support
пре 6 година
Slavi Pantaleev
2c2b55a669
Mark dimension DNS record as optional
пре 6 година
Slavi Pantaleev
9032151486
Update Synapse configuration for v1.12.0
Some options are no longer required and have sensible default values.
пре 6 година
Slavi Pantaleev
fca41222f5
Merge pull request #414 from tctovsli/patch-1
Release synapse v.1.12.0
пре 6 година
tctovsli
949b5d7a46
Release synapse v.1.12.0
пре 6 година
Slavi Pantaleev
f091df0c48
Merge pull request #410 from ayounggun/patch-1
how to activate dimensions
пре 6 година
Slavi Pantaleev
61f82ac9e6
Minor fixup
пре 6 година
Slavi Pantaleev
a5e549f171
Move things around a bit
пре 6 година
ayounggun
364742aa35
how to activate dimensions
I am new to synapse. Thanks so much for these playbooks!
I wasn't sure how you actual activate dimensions after setting these variables. Should you re run
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all
ansible-playbook -i inventory/hosts setup.yml --tags=start
? If so perhaps you could tell the readers to do this somewhere in the help file
Thanks =]
пре 6 година
Slavi Pantaleev
027056e027
Fix weird path creation
Fixes #403 (Github Issue).
пре 6 година
Slavi Pantaleev
b6cf5758cc
Merge pull request #407 from thedanbob/nginx-certbot
Update nginx (1.17.8 -> 1.17.9) and certbot (1.2.0 -> 1.3.0)
пре 6 година
Slavi Pantaleev
e9d7a6faf7
Merge pull request #406 from thedanbob/postgres-12.2
Update postgres (12.1 -> 12.2, etc)
пре 6 година
Dan Arnfield
c7440b723a
Update certbot (1.2.0 -> 1.3.0)
пре 6 година
Dan Arnfield
4065d74a5f
Update nginx (1.17.8 -> 1.17.9)
пре 6 година
Dan Arnfield
e36de7e627
Update postgres (12.1 -> 12.2, etc)
пре 6 година
Slavi Pantaleev
b040078a0e
Merge pull request #405 from thedanbob/riot-web-1.5.13
Update riot-web (1.5.12 -> 1.5.13)
пре 6 година
Dan Arnfield
bfd87000cc
Update riot-web (1.5.12 -> 1.5.13)
пре 6 година
Slavi Pantaleev
22ce50875a
Mention that root access is a requirement
Fixes #396 (Github Issue).
пре 6 година
Slavi Pantaleev
bca8afc3c5
Update changelog to credit Gergely Horváth
Related to #386 (Github Pull Request)
пре 6 година
Slavi Pantaleev
b9f00079be
Merge pull request #386 from hooger/raspberry-pi
Raspberry pi
пре 6 година
Slavi Pantaleev
8dd187ac55
Update changelog and documentation
пре 6 година
Slavi Pantaleev
3cee815baf
Fix some typos
пре 6 година
Slavi Pantaleev
063e988db2
Make gradle installation fail in a friendlier way on CentOS
пре 6 година
Slavi Pantaleev
2b85fde103
Rename some variables for consistency
пре 6 година
Slavi Pantaleev
8fe97abe7d
Wire matrix_container_images_self_build to self_build variables via group_vars/matrix_servers
This keeps the roles cleaner and more independent of matrix-base,
which may be important for people building their own playbook
out of the individual roles and not using the matrix-base role.
пре 6 година
Horvath Gergely
447dd94ff9
update documentation
пре 6 година
Horvath Gergely
30fd1ab2d6
add forgotten support for variable for matrix-bridge-mautrix-facebook role
пре 6 година
Horvath Gergely
976f1a4582
fix riot-web version strip
пре 6 година
Horvath Gergely
2d537484d5
introduce variable
пре 6 година
Horvath Gergely
a164fe485e
fix wrong variable name
пре 6 година
Horvath Gergely
3c8535c3bc
check ansible version for self-building in every role
пре 6 година
Horvath Gergely
6232a81caf
check if target distro is Raspbian and install docker accordingly
пре 6 година
Horvath Gergely
a5d94eec0b
refactor variable names
пре 6 година
Horvath Gergely
310aa685f9
refactor based on Slavi's requests
пре 6 година
Horvath Gergely
d53d63ab07
Merge branch 'master' of https://github.com/spantaleev/matrix-docker-ansible-deploy into raspberry-pi
пре 6 година
Slavi Pantaleev
8caffe09f9
Merge pull request #397 from lxp/update-synapse-janitor
Update synapse-janitor to support current synapse database schema
пре 6 година
David Gnedt
c55682d099
Update synapse-janitor to support current synapse database schema
пре 6 година
Slavi Pantaleev
e8d0b72a7b
Merge pull request #394 from swarnat/customization_welcome
Customization welcome
пре 6 година
Stefan Warnat
46664c4758
Adjust variable names
пре 6 година
Slavi Pantaleev
00596452c2
Update riot-web (1.5.11 -> 1.5.12)
пре 6 година
Stefan Warnat
054e6fed0c
rearrange main.yml of riot-web and use same logo URL for both logos
пре 6 година
Stefan Warnat
0322a5443a
additional customizations of welcome page
пре 6 година
Stefan Warnat
8bc4f56385
Improve customization of welcome page
пре 6 година
Slavi Pantaleev
4a06e52660
Fix matrix-appservice-slack configuration when matrix-nginx-proxy is disabled
пре 6 година
Slavi Pantaleev
a727e7c497
Upgrade Synapse (v1.11.0 -> v1.11.1)
пре 6 година
Slavi Pantaleev
be6c048abe
Remove useless matrix_appservice_webhooks_webhooks_port
In relation to #392 (Github Issue)
пре 6 година
Slavi Pantaleev
bbe7bff184
Merge pull request #392 from swarnat/fix_webhooks
Switch Webhooks Port, which is exposed for external nginx
пре 6 година
Slavi Pantaleev
c48030cbfc
Merge pull request #393 from tctovsli/patch-1
New version of matrix-riot-web: 1.5.11
пре 6 година