* begin setup front-end test environment with selenium * run migrations before tests * use https for tests
		
			
				
	
	
		
			7 lines
		
	
	
		
			83 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			83 B
		
	
	
	
		
			Caddyfile
		
	
	
	
	
	
localhost:443 {
 | 
						|
  proxy / localhost:7878 {
 | 
						|
    transparent
 | 
						|
  }
 | 
						|
  tls self_signed
 | 
						|
}
 |