mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	* Exempt Matrix server from ntfy rate limit Add the matrix fqdn and localhost to ntfy's exemption list. Also allow all ntfy rate limits to be configured through Ansible variables. * Fix names and formatting * fixes * tabs not spaces * Lint * Use raw tags instead of bracket soup
		
			
				
	
	
		
			12 lines
		
	
	
		
			438 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			438 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
| base_url: {{ matrix_ntfy_base_url }}
 | |
| behind_proxy: true
 | |
| cache_file: /data/cache.db
 | |
| listen-http: :8080
 | |
| 
 | |
| # Rate Limits
 | |
| global-topic-limit: {{ matrix_ntfy_global_topic_limit | to_json }}
 | |
| visitor-subscription-limit: {{ matrix_ntfy_visitor_subscription_limit | to_json }}
 | |
| 
 | |
| visitor-request-limit-burst: {{ matrix_ntfy_visitor_request_limit_burst | to_json }}
 | |
| visitor-request-limit-replenish: "{{ matrix_ntfy_visitor_request_limit_replenish }}"
 |