Slavi Pantaleev
b1b4ba501f
Replace ExecStop with ExecStopPost
ExecStopPost should allow us to clean up (docker kill + docker rm)
even if the ExecStart (docker run ..) command failed, and not just after
a graceful service stop was initiated.
Source: https://www.freedesktop.org/software/systemd/man/systemd.service.html#ExecStopPost=
4 yıl önce
Aaron Raimist
dc96526475
Update links to Mautrix Twitter bridge
Signed-off-by: Aaron Raimist <aaron@raim.ist>
4 yıl önce
Shreyas Ajjarapu
ed0fcd618c
Update config.yaml.j2
4 yıl önce
Shreyas Ajjarapu
cddbb1ffa0
Update config.yaml.j2
4 yıl önce
Shreyas Ajjarapu
6a9775520b
Update validate_config.yml
4 yıl önce
Shreyas Ajjarapu
87bc9bd146
Update validate_config.yml
4 yıl önce
Matthew Cengia
2b83aeb87e
Update Mautrix-Twitter image path
4 yıl önce
Matthew Cengia
cb608c06aa
Remove references to sqlite
Remove references to sqlite since we should just use postgres from the
outset.
5 yıl önce
Matthew Cengia
68e6311a9f
Update mautrix-twitter config to be Jinja2 template
Updates based off the variable names used in mautrix-facebook role.
Also update port number in defauts/main.yml, and disable presence
checking, because Twitter doesn't support that.
5 yıl önce
Matthew Cengia
8282ab48c7
Replace bridge config with one from upstream
Source: 12f420ab95/mautrix_twitter/example-config.yaml
5 yıl önce
Matthew Cengia
7afe8103da
Find/replace Facebook with Twitter
find roles/matrix-bridge-mautrix-twitter -type f -exec sed -i \
-e 's/facebook/twitter/g' \
-e 's/Facebook/Twitter/g' \
-e 's/FB/Twitter/g' \
-e 's/fb/twitter/g' {} +
5 yıl önce
Matthew Cengia
e9e4d8f250
Rename mautrix-twitter systemd file
5 yıl önce
Matthew Cengia
6b9b824964
Copy matrix-bridge-mautrix-facebook as base for matrix-bridge-mautrix-twitter
5 yıl önce