Add links to other repos

This commit is contained in:
Thomas Lovén 2021-09-05 16:22:06 +02:00
parent fe64c0e4c5
commit 4d87b20740
3 changed files with 11 additions and 0 deletions

View File

@ -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/)

View File

@ -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

View File

@ -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: