Slavi Pantaleev
4155ed2518
Leave docker_image module calls unprefixed to increase compatibility
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1965
2 years ago
Slavi Pantaleev
90551e82ec
Make use of matrix_bot_maubot_management_interface_port variable to actually make maubot port configurable
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894
2 years ago
Slavi Pantaleev
8a689813ff
Remove unused maubot variable
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894
2 years ago
Slavi Pantaleev
5ce2732899
Make maubot logging level configurable
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894
2 years ago
Slavi Pantaleev
b575409ed7
Use |to_json in maubot configuration
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894
2 years ago
Slavi Pantaleev
d2fb6a86e1
Fix matrix-bot-maubot.service.j2 indentation (tabs only)
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894
2 years ago
Slavi Pantaleev
46ced6134c
Store maubot configuration separately from data
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894
Because the configuration file is now mounted as readonly and maubot tries to update it on start,
we get this warning:
> Failed to create tempfile to write updated config to disk: [Errno 30] Read-only file system: '/config/tmpfa8vcb3y.yaml'
It doesn't seem to cause issues though.
Because the configuration is no longer overwritten on every bot start, each
next Ansible run should no longer overwrite it again and report a
"changed" task.
2 years ago
Slavi Pantaleev
d1649ff67b
Do not restart matrix-bot-maubot.service on every playbook run
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894
2 years ago
Julian-Samuel Gebühr
b20cfc5015
Clear up maubot role ( #1960 )
...
* Make interface hidden behind proxy by default
* Remove expose option and replace with http_bind_port
Reasoning: This is a similar binary trigger but allows to bin not on all interfaces
* Clarify maubot admin purpose
* Remove unnecessary edif
* Extend docs to prevent common misconceptions
* Make http_bind_port singular, do not allow multiple values
* Make optional again
2 years ago
Slavi Pantaleev
a1bfad1e9b
Fix whitespace in matrix_bot_maubot_database_connection_string
2 years ago
Slavi Pantaleev
b8832e3014
Fix some Jinja2 inconsistencies in maubot role
2 years ago
Slavi Pantaleev
e306d0051e
Add project introduction to maubot's defaults file
2 years ago
Julian-Samuel Gebühr
f2dcbe5c9c
Name all tasks
2 years ago
Julian-Samuel Gebühr
04a817aeaa
Use explicit version for self build
2 years ago
Julian-Samuel Gebühr
f8a8870711
Use FQCN
2 years ago
Julian-Samuel Gebühr
d2e6ab6c38
Fix some CI lint errors
2 years ago
Julian-Samuel Gebühr
73ebbdcacd
Move maubot nginx config
...
Reasoning: setup_install.yml only runs on --tags=setup-all or on --tags=setup-bot-maubot.
If --tags=setup-nginx-proxy or similar commands are run, setup_install.yml will not run and the nginx configuration will be incomplete.
2 years ago
Julian-Samuel Gebühr
d6d311e810
Fix plugin database issue
2 years ago
Julian-Samuel Gebühr
6b7191c939
Fix tabs issue for real
2 years ago
Julian-Samuel Gebühr
acf53f604b
Fix homserver configuration url
2 years ago
Julian-Samuel Gebühr
ffa20357ea
Use http_bin_port and make networking clearer
2 years ago
Julian-Samuel Gebühr
e62632bf5d
Change from spaces to tabs
2 years ago
Julian-Samuel Gebühr
07fdb09f69
Rename with addition "url"
2 years ago
Julian-Samuel Gebühr
2e15bd85ea
Rename with addition "unshared"
2 years ago
Julian-Samuel Gebühr
27b1835ed4
Fix uninstall (for real this time)
2 years ago
Julian-Samuel Gebühr
f64c132927
Make database switchable
2 years ago
Julian-Samuel Gebühr
05c1333ebb
Restrict permissions of container
2 years ago
Julian-Samuel Gebühr
bcd7ec714b
Add postgres configuration
2 years ago
Julian-Samuel Gebühr
a842e9cd1d
Fix uninstall (did not remove service)
2 years ago
Julian-Samuel Gebühr
135096e53a
Add defaults
2 years ago
Julian-Samuel Gebühr
4ab516fca8
Fix linter
2 years ago
Julian-Samuel Gebühr
07cfd3ba09
Use custom invocation instead of provided script
2 years ago
Julian-Samuel Gebühr
59806ec3ea
Fix typo in variable name
2 years ago
Stuart Mumford
320978cdf5
Enable setting database URI and other things
2 years ago
Stuart Mumford
6cc92854df
enable setting database URL
2 years ago
Julian-Samuel Gebühr
9ed70188dd
Use safer |to_json
2 years ago
Julian-Samuel Gebühr
2e5ad5cbe9
Remove unused variable
2 years ago
Julian-Samuel Gebühr
a295ec3e3d
Change to matrix_bot_maubot_bot_server_public
...
This shall indicate that the public url of maubot is here configured the same as matrix_server_fqn_matrix but this must not be the case.
In the config I used the matrix fqnd directly as this part of the config is directly bound to the homeserver we want to connect to (but can not use the internal)
2 years ago
Julian-Samuel Gebühr
64fbc5ff87
Replace spaces with tabs
2 years ago
Julian-Samuel Gebühr
7baf477c16
Remove unnecessary variable
...
The /data is hardcoded in the container
2 years ago
Julian-Samuel Gebühr
90447a2839
Use correct registration secret
2 years ago
Julian-Samuel Gebühr
a289116140
Use tagged release
...
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2 years ago
Julian-Samuel Gebühr
2e2e5048ca
Merge branch 'maubot_moanos' of https://github.com/moan0s/matrix-docker-ansible-deploy into maubot_moanos
2 years ago
Julian-Samuel Gebühr
2f167f2122
Rename docker container to matrix-bot-maubot
2 years ago
Julian-Samuel Gebühr
6d1650c834
Remove config dir
...
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2 years ago
Julian-Samuel Gebühr
ba0caf395a
Create dckr-src file path only when neccessary
...
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2 years ago
Julian-Samuel Gebühr
6ed105b830
Rename service from matrix-maubot to matrix-bot-maubot
2 years ago
Julian-Samuel Gebühr
d5c82a5221
Remove logging to /var/log and make readonly
2 years ago
Julian-Samuel Gebühr
2309a61cb0
Fix minor naming issue
2 years ago
Julian-Samuel Gebühr
2f1d78fa48
Make true and false lowercase
2 years ago