HarHarLinks
321ed9b609
Merge remote-tracking branch 'origin/master' into hookshot
2022-01-14 19:26:31 +01:00
HarHarLinks
495bfedc0d
refine hookshot role using --test
2022-01-08 16:53:48 +01:00
Jip J. Dekker
07af05690c
Add initial role for Dendrite as alternative Matrix server
2022-01-07 15:59:35 +02:00
rakshazi
407e8c4940
added honoroit
2022-01-06 20:30:10 +02:00
rakshazi
5788a16a2e
added matrix-client-cinny
2022-01-05 18:33:21 +02:00
Matthew Cengia
0f49ce0638
Set up vars for mautrix-twitter playbook
...
* Copy/update mautrix_facebook group_vars to mautrix_twitter
* Replace facebook -> twitter, fb -> twt, remove presence var
* Enable playbook in setup.yml
2021-12-14 22:36:23 +11:00
Luke
1dac525e63
Added Mautrix Google Chat
2021-10-12 11:45:04 +00:00
Michael Collins
ca705cf9dd
Merge remote-tracking branch 'upstream/master' into testing
2021-09-04 14:24:13 +08:00
Alexandar Mechev
b13cf1871f
add code for LinkedIn Bridge
2021-08-21 17:32:45 +02:00
Michael Collins
d93b2109f4
ehh?
2021-08-18 06:25:49 +08:00
Michael Collins
50441346d3
herp
2021-08-17 16:12:16 +08:00
Michael Collins
41c335b967
merge upstream
2021-08-17 13:20:39 +08:00
Michael Collins
8c17a65e55
testing 2
2021-08-16 15:56:27 +08:00
Michael Collins
8504ad2228
change for testing
2021-08-16 15:31:34 +08:00
Michael Collins
ea4af65ceb
herp
2021-08-16 15:20:32 +08:00
Michael Collins
5d77e76e77
comment to trigger update
2021-08-16 14:07:31 +08:00
Michael Collins
59b61f6cc2
revert to previous version
2021-08-15 18:33:29 +08:00
Michael Collins
53384b5a97
add comment 2
2021-08-15 12:58:17 +08:00
Michael Collins
7491508d63
add comment
2021-08-14 21:12:47 +08:00
Michael Collins
98e6cd685d
sync with previous repo
2021-08-13 16:05:57 +08:00
Raymond Coetzee
4e2780ff88
Add support for a prometheus postgres exporter
...
This commit introduces a new role that downloads and installs the
prometheus community postgres exporter https://github.com/prometheus-community/postgres_exporter .
A new credential is added to matrix_postgres_additional_databases that
allows the exporter access to the database to gather statistics.
A new dashboard was added to the grafana role, with some refactoring
to enable the dashboard only if the new role is enabled.
I've included some basic instructions for how to enable the role in
the Docs section.
In terms of testing, I've tested enabling the role, and disabling
it to make sure it cleans up the container and systemd role.
2021-05-27 20:13:29 +01:00
Aaron Raimist
04548f8df2
Merge branch 'master' into hydrogen
2021-05-21 04:09:18 -05:00
Toni Spets
544915ff76
Add Heisenbridge
2021-05-19 10:42:21 +03:00
Aaron Raimist
ca361af616
Add Hydrogen
2021-05-15 04:23:36 -05:00
Slavi Pantaleev
0a107dc0ce
Merge pull request #868 from foxcris/postgres-backup
...
- Added a postgres-backup role
2021-04-05 10:53:04 +03:00
Aaron Raimist
bab8b950ca
Add mjolnir
2021-03-23 22:46:08 -05:00
Slavi Pantaleev
9a0222fa47
Add Sygnal support
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/683
2021-03-20 13:32:22 +02:00
Slavi Pantaleev
011e95c1d2
Merge pull request #893 from GoMatrixHosting/master
...
matrix-awx - the GoMatrixHosting v0.3.0 initial PR
2021-03-16 08:40:15 +02:00
Yannick Goossens
51e2547484
Added support for the Go-NEB bot
2021-03-11 19:23:01 +01:00
Michael
4c882c513b
initial PR
2021-02-20 17:19:17 +08:00
Marcus Proest
2ca8211184
Merge remote-tracking branch 'upstream/master'
2021-02-19 19:02:48 +01:00
Marcus Proest
b99372a3c5
initial commit of mautrix-instagram role
2021-02-19 17:20:26 +01:00
Slavi Pantaleev
91c987ca7d
Merge pull request #872 from xangelix/add-mx-puppet-groupme-gh
...
Add mx-puppet-groupme support
2021-02-19 11:42:41 +02:00
Slavi Pantaleev
5cfeae806b
Merge branch 'master' into synapse-workers
2021-02-14 13:00:57 +02:00
Cody Neiman
5a70a56ff0
Initial implementation
2021-02-12 23:13:30 -05:00
foxcris
0fe6352cf7
- Added role to setup https://github.com/prodrigestivill/docker-postgres-backup-local container to backup all postgres databases
2021-02-11 17:18:25 +01:00
Peetz0r
eb5aa93e8a
Grafana
...
Also includes the dashboards for Synapse and for Node Exporter.
Again has only been tested on debian amd64 so far, but the grafana docker image is available for arm64 and arm32. Nice.
2021-02-10 22:54:14 +01:00
Peetz0r
e525970b39
Prometheus Node Exporter
...
Basic system stats, to show stuff the synapse metrics
can't show such as resource usage by bridges, etc
Seems to work fine as well.
This too has only been tested on debian amd64 so far
2021-02-10 22:54:14 +01:00
Peetz0r
13ef9e85cf
Prometheus
...
Initial attempt. Seems to work fine.
Only tested on debian amd64 so far
2021-02-10 22:54:14 +01:00
Béla Becker
4b451ff782
Etherpad role
2021-01-26 05:04:47 +01:00
Slavi Pantaleev
cc5cf0d725
Load roles/matrix-synapse/vars/workers.yml earlier to not break --tags=setup-nginx-proxy
...
If we load it at runtime, during matrix-synapse role execution,
it's good enough for matrix-synapse and all roles after that,
but.. it breaks when someone uses `--tags=setup-nginx-proxy` alone.
The downside of including this vars file like this in `setup.yml`
is that the variables contained in it cannot be overriden by the user
(in their inventory's `vars.yml`).
... but it's not like overriding these variables was possible anyway
when including them at runtime.
2021-01-24 20:19:55 +02:00
Marcel Partap
183adec3d8
Merge remote-tracking branch 'origin/master' into synapse-workers
2021-01-23 15:04:11 +01:00
Slavi Pantaleev
0b260a133f
Add matrix-aux role to help with managing auxiliary files/directories
2021-01-11 22:32:52 +02:00
Marcel Partap
cd8100544b
Merge remote-tracking branch 'origin/master' into synapse-workers
...
Sync with upstream
2021-01-08 20:58:50 +01:00
Sabine Laszakovits
a06c58c753
Merge branch 'master' into signal
2021-01-01 21:05:00 +01:00
Marcel Partap
4678c5d7bd
Merge remote-tracking branch 'origin/master' into synapse-workers
...
Also, replace vague FIXME by a proper NOTE on the complete
story of the user_dir endpoints..
2020-11-11 21:26:08 +01:00
Sabine
69efcb5c21
added mautrix-signal role
2020-10-22 23:29:34 +02:00
Scott Crossen
51cca4c312
Added containerization
2020-10-16 21:21:58 -07:00
Scott Crossen
1f988969a5
Added role for dynamic dns
2020-10-13 16:26:57 -07:00
Max Klenk
9a3d84b931
Merge branch 'master' into feature/add-worker-support
2020-09-10 13:57:11 +02:00