Slavi Pantaleev
5da31ba579
Move configuration templates outside of defaults/main.yml files
il y a 5 ans
Chris van Dijk
6334f6c1ea
Remove hardcoded command paths in systemd unit files
Depending on the distro, common commands like sleep and chown may either
be located in /bin or /usr/bin.
Systemd added path lookup to ExecStart in v239, allowing only the
command name to be put in unit files and not the full path as
historically required. At least Ubuntu 18.04 LTS is however still on
v237 so we should maintain portability for a while longer.
il y a 5 ans
Chris van Dijk
7585bcc4ac
Allow the matrix user username and groupname to be configured separately
No migration steps should be required.
il y a 5 ans
Slavi Pantaleev
4d260c0dd5
Add encryption configuration defaults to Mautrix bridges
Related to #451 (Github Issue).
il y a 6 ans
Horvath Gergely
17e7bae2cc
make selfbuild be forced on (and only) git master change
il y a 6 ans
Slavi Pantaleev
3860709e19
Ensure matrix-mautrix-hangouts-db container is killed/removed
il y a 6 ans
mooomooo
eebc6e13f8
Made directory variables for /etc/systemd/system , /etc/cron.d , /usr/local/bin
il y a 6 ans
Slavi Pantaleev
027056e027
Fix weird path creation
Fixes #403 (Github Issue).
il y a 6 ans
Slavi Pantaleev
3cee815baf
Fix some typos
il y a 6 ans
Slavi Pantaleev
2b85fde103
Rename some variables for consistency
il y a 6 ans
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.
il y a 6 ans
Horvath Gergely
2d537484d5
introduce variable
il y a 6 ans
Horvath Gergely
3c8535c3bc
check ansible version for self-building in every role
il y a 6 ans
Horvath Gergely
a5d94eec0b
refactor variable names
il y a 6 ans
Horvath Gergely
310aa685f9
refactor based on Slavi's requests
il y a 6 ans
Horvath Gergely
f56825580d
hangouts-bridge no-proxy warning does not trigger when 'matrix_nginx_proxy_enabled = false' is explicitly set
il y a 6 ans
Horvath Gergely
40d0fea06c
add mautrix-hangouts support for raspberry pi
il y a 6 ans
Slavi Pantaleev
bd38861179
Add support for automatic Double Puppeting for all Mautrix bridges
il y a 6 ans
Slavi Pantaleev
53186ffa1c
Sync configuration with upstream for all Mautrix bridges
il y a 6 ans
Marcel Partap
7ead77fdb7
Remove spurious 'mxisd' string from mautrix bridge templates comment
il y a 6 ans
Michael Haak
5b213e6ad0
Replace constructs appending elements with variables to matrix_synapse_container_extra_arguments. Fixes issue https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/304
il y a 6 ans
Slavi Pantaleev
2ef8898421
Add comment
il y a 6 ans
Slavi Pantaleev
97fb71d98c
Change privilege level
il y a 6 ans
microchipster
122c3f1ec0
sync more chats in hangouts, switch to admin mode
il y a 6 ans
microchipster
1e8d593f7a
fix hangout displayname bug
il y a 6 ans
microchipster
75785a0734
fix login url
il y a 6 ans
microchipster
74d9eb1ec0
fix incorrect nginx proxy entry for hangouts bridge
il y a 6 ans
microchipster
754c475338
matrix-hangouts/login instead of just /login
il y a 6 ans
microchipster
95750c1bc7
attempt to inject nginx config for hangouts bridge
il y a 6 ans
microchipster
264704a29e
absorb Munfred changes
il y a 6 ans
Eduardo Beltrame
c1aea7c3fc
Update validate_config.yml
il y a 6 ans
Eduardo Beltrame
85c7e9eb09
Update validate_config.yml
il y a 6 ans
Eduardo Beltrame
0a9ce65d3b
Update validate_config.yml
il y a 6 ans
Eduardo Beltrame
ad682f2180
Update main.yml
il y a 6 ans
Eduardo Beltrame
ef9f6efd12
Update main.yml
il y a 6 ans
Eduardo Beltrame
451d84a981
Update main.yml
il y a 6 ans
Eduardo Beltrame
da6d2e5621
Update main.yml
il y a 6 ans
Eduardo Beltrame
b0f203b2ec
Update main.yml
il y a 6 ans
Eduardo Beltrame
4528e6402b
add Publicly accessible base URL for the login endpoints.
# Auth server config
auth:
# Publicly accessible base URL for the login endpoints.
# The prefix below is not implicitly added. This URL and all subpaths should be proxied
# or otherwise pointed to the appservice's webserver to the path specified below (prefix).
# This path should usually include a trailing slash.
public: http://example.com/login/
# Internal prefix in the appservice web server for the login endpoints.
prefix: /login
il y a 6 ans
Eduardo Beltrame
2d3fc98d18
Update main.yml
il y a 6 ans
microchipster
0585889d5a
add hangouts bridge by copying facebook bridge and find-replacing
il y a 6 ans