Compare commits
	
		
			1 Commits
		
	
	
		
			116b71f7c2
			...
			4d87b20740
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4d87b20740 | 
@ -62,3 +62,11 @@ A bridge network for containers that shall be accessible by web interface. Route
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- Authelia will ONLY work with https. Both the authelia url itself and the one being authenticated must be https.
 | 
					- Authelia will ONLY work with https. Both the authelia url itself and the one being authenticated must be https.
 | 
				
			||||||
- The authorization link should NOT end with `/#/` or `/%2F/` or anything, just `/`. Otherwise it will not redirect you back after authorizing.
 | 
					- The authorization link should NOT end with `/#/` or `/%2F/` or anything, just `/`. Otherwise it will not redirect you back after authorizing.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Docker-compose pieces that depend on this
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- [SSH entrypoint](/thomas/docker-ssh/)
 | 
				
			||||||
 | 
					- [Home Automation](/thomas/docker-ha/)
 | 
				
			||||||
 | 
					- [GIT server](/thomas/docker-git/)
 | 
				
			||||||
 | 
					- [Plex media server](/thomas/docker-plex/)
 | 
				
			||||||
@ -23,6 +23,8 @@ services:
 | 
				
			|||||||
    container_name: traefik
 | 
					    container_name: traefik
 | 
				
			||||||
    image: traefik
 | 
					    image: traefik
 | 
				
			||||||
    restart: always
 | 
					    restart: always
 | 
				
			||||||
 | 
					    depends_on:
 | 
				
			||||||
 | 
					      - authelia
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - EMAIL
 | 
					      - EMAIL
 | 
				
			||||||
      - PRIVATE_DOMAIN
 | 
					      - PRIVATE_DOMAIN
 | 
				
			||||||
 | 
				
			|||||||
@ -13,6 +13,7 @@ providers:
 | 
				
			|||||||
log:
 | 
					log:
 | 
				
			||||||
  filePath: /data/traefik.log
 | 
					  filePath: /data/traefik.log
 | 
				
			||||||
  level: INFO
 | 
					  level: INFO
 | 
				
			||||||
 | 
					  # level: DEBUG
 | 
				
			||||||
 | 
					
 | 
				
			||||||
entryPoints:
 | 
					entryPoints:
 | 
				
			||||||
  web:
 | 
					  web:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user