This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
				
			
		
		
		
		
			
	
	
		
			
	
		
		
			
				
				
					
						
						
						
							|  | # Main domain; also name of certificate
 | 
						
						
						
							|  | MAIN_DOMAIN=
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | # Comma-separated list of other domains which also arrive here
 | 
						
						
						
							|  | DOMAINS=
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | # Admin email; used for certificates
 | 
						
						
						
							|  | EMAIL=
 | 
						
						
						
							|  | 
 | 
						
						
						
							|  | # HTTP(S) Port
 | 
						
						
						
							|  | HTTP_PORT=80
 | 
						
						
						
							|  | HTTPS_PORT=443
 |