Compare commits
1 Commits
4d87b20740
...
116b71f7c2
Author | SHA1 | Date | |
---|---|---|---|
116b71f7c2 |
@ -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.
|
||||
- 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
|
||||
image: traefik
|
||||
restart: always
|
||||
depends_on:
|
||||
- authelia
|
||||
environment:
|
||||
- EMAIL
|
||||
- PRIVATE_DOMAIN
|
||||
|
@ -13,6 +13,7 @@ providers:
|
||||
log:
|
||||
filePath: /data/traefik.log
|
||||
level: INFO
|
||||
# level: DEBUG
|
||||
|
||||
entryPoints:
|
||||
web:
|
||||
|
Loading…
x
Reference in New Issue
Block a user