Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						34d1586f25 
					 
					
						
						
							
							Actually make use of the matrix_mautrix_discord_bridge_double_puppet_server_map variable  
						
						 
						
						
						
						
					 
					
						2024-12-02 19:26:08 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aine 
							
						 
					 
					
						
						
							
						
						dd31bf0a0a 
					 
					
						
						
							
							synapse-admin: remove deprecated vars, introduce matrix_synapse_admin_configuration_extension_json_auto  
						
						 
						
						
						
						
					 
					
						2024-12-02 01:23:29 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aine 
							
						 
					 
					
						
						
							
						
						14a3a01f43 
					 
					
						
						
							
							SchildiChat Web v1.11.86-sc.0.test.0  
						
						 
						
						
						
						
					 
					
						2024-11-30 12:41:31 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						119e78bc11 
					 
					
						
						
							
							Upgrade Hookshot (5.4.1 -> 6.0.1)  
						
						 
						
						
						
						
					 
					
						2024-11-29 17:51:11 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						2296113b69 
					 
					
						
						
							
							Upgrade matrix-corporal (3.0.0 -> 3.1.1)  
						
						 
						
						
						
						
					 
					
						2024-11-29 09:48:35 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Suguru Hirahara 
							
						 
					 
					
						
						
							
						
						687627ccd7 
					 
					
						
						
							
							Use "alice" as placeholder username instead of "john"  
						
						 
						
						... 
						
						
						
						"alice" is normally used in combination with "bob", though.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org > 
						
						
					 
					
						2024-11-28 22:11:47 +09:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Suguru Hirahara 
							
						 
					 
					
						
						
							
						
						8a18cc946d 
					 
					
						
						
							
							Replace "@user1" with "@alice" and "@user2" with "@bob" ( #3833 )  
						
						 
						
						... 
						
						
						
						* Replace "@user1" with "@alice"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
* Replace "@user2" with "@bob"
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
---------
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
Co-authored-by: Suguru Hirahara <acioustick@noreply.codeberg.org > 
						
						
					 
					
						2024-11-28 13:53:11 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						f19f3bea2d 
					 
					
						
						
							
							Progress a bit on self-building for Schildichat  
						
						 
						
						... 
						
						
						
						This is related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3831 
It:
- adds some missing variables
- version variable to branch variable conversion
While it improves the situation, it still doesn't result in a working
self-building feature, because:
- cloning a repository containing submodules requires special care,
  as described here
  (c03ef20e5d/README.md (initial-build-setup) )
- we likely better clone a specific repository version from the very beginning, instead of trying to change subsequently (and having to re-initilize submodules)
  though that's very different than what we're doing elsewhere and is likely very wasteful
- we can't just build a `Dockerfile`, we need to invoke `make setup` (`./setup.sh`)
- it's likely that the `docker-src` directory is not reusable across
  versions or may require special handling to clean up files, etc. 
						
						
					 
					
						2024-11-28 11:40:31 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Suguru Hirahara 
							
						 
					 
					
						
						
							
						
						cd1905f576 
					 
					
						
						
							
							Update triple backticks with syntax highlighting ( #3832 )  
						
						 
						
						... 
						
						
						
						* Triple backticks with syntax highlighting: yml → yaml
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
* Triple backticks with syntax highlighting: yaml and sh
The strings "yml" were replaced with "yaml" as the latter is used more than the former.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
* Triple backticks with syntax highlighting: INI
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
* Update docs/configuring-playbook-jitsi.md: remove redundant white space characters after triple backticks
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
---------
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org >
Co-authored-by: Suguru Hirahara <acioustick@noreply.codeberg.org > 
						
						
					 
					
						2024-11-28 11:33:56 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aine 
							
						 
					 
					
						
						
							
						
						ed90f680ee 
					 
					
						
						
							
							synapse-admin v0.10.3-etke32  
						
						 
						
						
						
						
					 
					
						2024-11-28 08:22:53 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						18dfa6b439 
					 
					
						
						
							
							Merge pull request  #3828  from spantaleev/renovate/nginx-1.x  
						
						 
						
						... 
						
						
						
						Update nginx Docker tag to v1.27.3 
						
						
					 
					
						2024-11-27 14:23:58 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						a368af41e3 
					 
					
						
						
							
							Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2024.11.27  
						
						 
						
						
						
						
					 
					
						2024-11-27 06:43:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						d08f1dcaff 
					 
					
						
						
							
							Update nginx Docker tag to v1.27.3  
						
						 
						
						
						
						
					 
					
						2024-11-27 00:51:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						c4e81097e3 
					 
					
						
						
							
							Upgrade Synapse (v1.119.0 -> v1.120.0) and enable authenticated media by default  
						
						 
						
						
						
						
					 
					
						2024-11-26 17:02:02 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						0c9fc4358d 
					 
					
						
						
							
							Fix variable name typos (matrix_playbook_reverse_proxy_traefik_middleware_compession_* -> matrix_playbook_reverse_proxy_traefik_middleware_compression_*)  
						
						 
						
						... 
						
						
						
						Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3803  
						
						
					 
					
						2024-11-21 12:23:01 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aine 
							
						 
					 
					
						
						
							
						
						ccd6c003ab 
					 
					
						
						
							
							Synapse Admin v0.10.3-etke31  
						
						 
						
						... 
						
						
						
						https://github.com/etkecc/synapse-admin/releases/tag/v0.10.3-etke31  
						
						
					 
					
						2024-11-21 08:13:07 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						5645ec0eda 
					 
					
						
						
							
							Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2024.11.20  
						
						 
						
						
						
						
					 
					
						2024-11-20 07:25:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						bccdcbe19b 
					 
					
						
						
							
							Upgrade baibot (v1.3.2 -> v1.4.0)  
						
						 
						
						
						
						
					 
					
						2024-11-19 22:47:14 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						2008b8595b 
					 
					
						
						
							
							Update vectorim/element-web Docker tag to v1.11.86  
						
						 
						
						
						
						
					 
					
						2024-11-19 17:41:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aine 
							
						 
					 
					
						
						
							
						
						769a31d3ca 
					 
					
						
						
							
							adjust synapse purge jobs template  
						
						 
						
						
						
						
					 
					
						2024-11-18 10:00:12 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aine 
							
						 
					 
					
						
						
							
						
						7fc8509f04 
					 
					
						
						
							
							synapse - update retention purge jobs template  
						
						 
						
						
						
						
					 
					
						2024-11-17 18:34:22 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aine 
							
						 
					 
					
						
						
							
						
						5bf09f5fdc 
					 
					
						
						
							
							add new variables to control message retention in Synapse  
						
						 
						
						
						
						
					 
					
						2024-11-17 13:47:06 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						09c42477bb 
					 
					
						
						
							
							Merge pull request  #3781  from spantaleev/renovate/dock.mau.dev-mautrix-slack-0.x  
						
						 
						
						... 
						
						
						
						Update dock.mau.dev/mautrix/slack Docker tag to v0.1.3 
						
						
					 
					
						2024-11-16 21:08:52 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						bba3b95344 
					 
					
						
						
							
							Merge pull request  #3782  from spantaleev/renovate/dock.mau.dev-mautrix-whatsapp-0.x  
						
						 
						
						... 
						
						
						
						Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.11.1 
						
						
					 
					
						2024-11-16 21:08:45 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						757233d53c 
					 
					
						
						
							
							Merge pull request  #3780  from spantaleev/renovate/dock.mau.dev-mautrix-signal-0.x  
						
						 
						
						... 
						
						
						
						Update dock.mau.dev/mautrix/signal Docker tag to v0.7.3 
						
						
					 
					
						2024-11-16 21:08:15 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						c7f8b7cd1a 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.11.1  
						
						 
						
						
						
						
					 
					
						2024-11-16 19:08:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						471e004ff7 
					 
					
						
						
							
							Merge pull request  #3779  from spantaleev/renovate/dock.mau.dev-mautrix-meta-0.x  
						
						 
						
						... 
						
						
						
						Update dock.mau.dev/mautrix/meta Docker tag to v0.4.2 
						
						
					 
					
						2024-11-16 21:08:04 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						83e9818db7 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/slack Docker tag to v0.1.3  
						
						 
						
						
						
						
					 
					
						2024-11-16 19:07:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						131e164e46 
					 
					
						
						
							
							Merge pull request  #3777  from spantaleev/renovate/dock.mau.dev-mautrix-gmessages-0.x  
						
						 
						
						... 
						
						
						
						Update dock.mau.dev/mautrix/gmessages Docker tag to v0.5.2 
						
						
					 
					
						2024-11-16 20:48:14 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						dd23e2d1c9 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/signal Docker tag to v0.7.3  
						
						 
						
						
						
						
					 
					
						2024-11-16 18:13:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						8937572939 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/meta Docker tag to v0.4.2  
						
						 
						
						
						
						
					 
					
						2024-11-16 18:13:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						ce46511563 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/gmessages Docker tag to v0.5.2  
						
						 
						
						
						
						
					 
					
						2024-11-16 16:33:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						9a1e08b2f0 
					 
					
						
						
							
							Update dock.mau.dev/mautrix/discord Docker tag to v0.7.1  
						
						 
						
						
						
						
					 
					
						2024-11-16 16:33:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						57c5271d9d 
					 
					
						
						
							
							Enable (Traefik compression middleware)-assisted compression for synapse-reverse-proxy-companion  
						
						 
						
						... 
						
						
						
						This likely breaks QR code login for Synapse-worker setups.
See https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749  
						
						
					 
					
						2024-11-14 16:30:09 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						609cf5940e 
					 
					
						
						
							
							Enable (Traefik compression middleware)-assisted compression for Synapse  
						
						 
						
						... 
						
						
						
						This likely breaks QR code login for non-worker Synapse setups.
See https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749  
						
						
					 
					
						2024-11-14 16:24:30 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						4a61bd49e3 
					 
					
						
						
							
							Enable (Traefik compression middleware)-assisted compression for Cinny, Element & Hydrogen  
						
						 
						
						
						
						
					 
					
						2024-11-14 15:54:10 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						5cad571296 
					 
					
						
						
							
							Add variables & wiring to support Traefik's compression middleware  
						
						 
						
						... 
						
						
						
						This merely hooks the playbook to the Traefik role's compression
middleware configuration (`traefik_config_http_middlewares_compression_*`)
The Traefik role enables the `compression` middleware by default.
Actual usage will land in a future commit. 
						
						
					 
					
						2024-11-14 15:54:10 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						4bb16fef54 
					 
					
						
						
							
							Increase default Traefik readTimeout for web/web-secure/matrix-federation entrypoints (60s -> 300s) to accommodate large/slow file uploads  
						
						 
						
						
						
						
					 
					
						2024-11-14 15:54:10 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aine 
							
						 
					 
					
						
						
							
						
						ebb3b0c249 
					 
					
						
						
							
							Synapse Admin v0.10.3-etke30  
						
						 
						
						
						
						
					 
					
						2024-11-14 09:31:40 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						58a8f79d95 
					 
					
						
						
							
							Remove gzip support from synapse-reverse-proxy-companion  
						
						 
						
						... 
						
						
						
						gzipping certain responses is known to cause problems with QR code logins.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749 
Gzipping at the synapse-reverse-proxy-companion level and not at the
level of the outer-most reverse-proxy (Traefik) also sounds non-ideal.
This change only affects setups powered by Synapse workers.
Non-worker setups (and setups powered by other homeservers) were not
having their requests go through synapse-reverse-proxy-companion anyway,
so this change does not affect them.
Future patches may enable response compression support at the Traefik level for
all setups. 
						
						
					 
					
						2024-11-13 21:48:18 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						5f6c3c27d8 
					 
					
						
						
							
							Fix site-packages path for Synapse v1.119.0  
						
						 
						
						... 
						
						
						
						Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3768 
- https://github.com/element-hq/synapse/pull/17887  
						
						
					 
					
						2024-11-13 21:41:06 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								renovate[bot] 
							
						 
					 
					
						
						
							
						
						946ec39954 
					 
					
						
						
							
							Update ghcr.io/element-hq/synapse Docker tag to v1.119.0  
						
						 
						
						
						
						
					 
					
						2024-11-13 17:41:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aine 
							
						 
					 
					
						
						
							
						
						9854dc0a71 
					 
					
						
						
							
							grafana v11.3.0; cinny v4.2.3  
						
						 
						
						
						
						
					 
					
						2024-11-12 14:35:47 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						9b99e41fba 
					 
					
						
						
							
							Upgrade Element Web (v1.11.84 -> v1.11.85)  
						
						 
						
						
						
						
					 
					
						2024-11-12 13:46:36 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						763dcec11f 
					 
					
						
						
							
							Upgrade baibot (v1.3.1 -> v1.3.2)  
						
						 
						
						
						
						
					 
					
						2024-11-12 13:45:22 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						509542ccaf 
					 
					
						
						
							
							Enable QR code login (MSC4108) support for Synapse when Matrix Authentication Service is enabled  
						
						 
						
						... 
						
						
						
						Related to 8a6b822bbd 
Related to https://github.com/matrix-org/matrix-spec-proposals/pull/4108 
Potential (unconfirmed) fix for https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749  
						
						
					 
					
						2024-11-09 21:19:40 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aine 
							
						 
					 
					
						
						
							
						
						7a77d84276 
					 
					
						
						
							
							synapse-admin: get rid of lookup and config duplicate var  
						
						 
						
						
						
						
					 
					
						2024-11-08 18:47:37 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						28a4434f55 
					 
					
						
						
							
							Document why matrix_synapse_admin_well_known_client_configuration duplicates matrix_synapse_admin_configuration (roles/custom/matrix-synapse-admin/templates/config.json.j2)  
						
						 
						
						
						
						
					 
					
						2024-11-08 18:34:50 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Aine 
							
						 
					 
					
						
						
							
						
						30efde4ed3 
					 
					
						
						
							
							add missing synapse-admin config options to /.well-known/matrix/client  
						
						 
						
						
						
						
					 
					
						2024-11-08 18:04:01 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Slavi Pantaleev 
							
						 
					 
					
						
						
							
						
						0cb3e530d9 
					 
					
						
						
							
							Add support for auto-configuring synapse-admin via /.well-known/matrix/client  
						
						 
						
						... 
						
						
						
						Related to:
- https://github.com/etkecc/synapse-admin/pull/126 
- https://github.com/etkecc/synapse-admin/releases/tag/v0.10.3-etke27 
People who wish to disable this and keep their `/.well-known/matrix/client` file tidier
can do it via:
```yml
matrix_static_files_file_matrix_client_property_cc_etke_synapse_admin_enabled: false
``` 
						
						
					 
					
						2024-11-08 17:48:37 +02:00