Slavi Pantaleev
058a54fd05
Add native Traefik support to Dimension
3 лет назад
Slavi Pantaleev
410a915a8a
Move roles/matrix* to roles/custom/matrix*
This paves the way for installing other roles into `roles/galaxy` using `ansible-galaxy`,
similar to how it's done in:
- https://github.com/spantaleev/gitea-docker-ansible-deploy
- https://github.com/spantaleev/nextcloud-docker-ansible-deploy
In the near future, we'll be removing a lot of the shared role code from here
and using upstream roles for it. Some of the core `matrix-*` roles have
already been extracted out into other reusable roles:
- https://github.com/devture/com.devture.ansible.role.postgres
- https://github.com/devture/com.devture.ansible.role.systemd_docker_base
- https://github.com/devture/com.devture.ansible.role.timesync
- https://github.com/devture/com.devture.ansible.role.vars_preserver
- https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages
- https://github.com/devture/com.devture.ansible.role.playbook_help
We just need to migrate to those.
3 лет назад
Slavi Pantaleev
95ca182ab5
Remove outdated logging configuration from Dimension
Related to 123a45bb21
Provoked by https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1879
Not sure how bot-sdk's logging level can be adjusted. Seems like
Dimension now hardcodes `LogService.setLevel(LogLevel.DEBUG);` in its
startup code.
3 лет назад
Michael Collins
98e6cd685d
sync with previous repo
4 лет назад
Slavi Pantaleev
d3ecc6f017
Fix bridges failing to upload media when Synapse workers are enabled
5 лет назад
Slavi Pantaleev
2a502db239
Add (SQLite + Postgres) support and automatic migration to matrix-dimension
5 лет назад
transcaffeine
d9f4914e0d
WIP: postgres: create databases for all services
If a service is enabled, a database for it is created in postgres with a uniqque password. The service can then use this database for data storage instead of relying on sqlite.
5 лет назад
Slavi Pantaleev
c6ab1c6a90
Riot is now Element
Fixes #586 (Github Issue)
5 лет назад
Slavi Pantaleev
5da31ba579
Move configuration templates outside of defaults/main.yml files
5 лет назад
Edgars Voroboks
5f13a1e50b
Generate Dimension config from variable
7 лет назад
Edgars Voroboks
bcbfc1e838
Make Matrix Federation required and fix internal federationUrl
7 лет назад
Edgars Voroboks
27772a6420
Point federationUrl to matrix-synapse container
7 лет назад
Edgars Voroboks
b2263f811a
Disable logging to file. Set console logging to verbose.
7 лет назад
Edgars Voroboks
30738d064e
Fix errors
7 лет назад
Edgars Voroboks
1eb78ca93e
Add additional changes for Dimension to work
7 лет назад
Edgars Voroboks
9735a2f600
Implement self-hosted Dimension server
7 лет назад