Re-domain matrix and servers
This commit is contained in:
		
							parent
							
								
									03ccb49229
								
							
						
					
					
						commit
						2d66759961
					
				
					 3 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
---
 | 
			
		||||
synapse_svc:
 | 
			
		||||
  name: synapse
 | 
			
		||||
  domain: matrix.msrg.cc
 | 
			
		||||
  domain: matrix.serguzim.me
 | 
			
		||||
  docker_host: synapse-admin
 | 
			
		||||
  port: 80
 | 
			
		||||
  caddy_extra: |
 | 
			
		||||
| 
						 | 
				
			
			@ -12,9 +12,9 @@ synapse_svc:
 | 
			
		|||
        reverse_proxy synapse:8008
 | 
			
		||||
    }
 | 
			
		||||
  extra_svcs:
 | 
			
		||||
    - domain: matrix.msrg.cc:8448
 | 
			
		||||
    - domain: matrix.serguzim.me:8448
 | 
			
		||||
      additional_domains:
 | 
			
		||||
        - msrg.cc:8448
 | 
			
		||||
        - serguzim.me:8448
 | 
			
		||||
      docker_host: synapse
 | 
			
		||||
      port: 8008
 | 
			
		||||
  db:
 | 
			
		||||
| 
						 | 
				
			
			@ -26,12 +26,12 @@ synapse_svc:
 | 
			
		|||
 | 
			
		||||
synapse_env:
 | 
			
		||||
  SYNAPSE_CONFIG_PATH: "{{ ('/', svc.config_path) | path_join }}"
 | 
			
		||||
  REACT_APP_SERVER: https://matrix.msrg.cc
 | 
			
		||||
  REACT_APP_SERVER: https://matrix.serguzim.me
 | 
			
		||||
 | 
			
		||||
synapse_yml:
 | 
			
		||||
  server_name: msrg.cc
 | 
			
		||||
  pid_file: "{{ (svc.config_path, 'homeserver.pid') | path_join }}"
 | 
			
		||||
  public_baseurl: https://matrix.msrg.cc/
 | 
			
		||||
  public_baseurl: https://matrix.serguzim.me/
 | 
			
		||||
  allow_public_rooms_without_auth: true
 | 
			
		||||
  allow_public_rooms_over_federation: true
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue