add images
@ -1,11 +0,0 @@
|
||||
### adminer
|
||||
adminer:
|
||||
container_name: guacamole-adminer
|
||||
hostname: guacamole-adminer
|
||||
depends_on:
|
||||
- postgres
|
||||
image: adminer
|
||||
restart: always
|
||||
networks:
|
||||
- back_network
|
||||
- docker-traefik_front_network
|
@ -11,8 +11,8 @@ services:
|
||||
|
||||
### Adminer
|
||||
adminer:
|
||||
container_name: guacamole-adminer
|
||||
hostname: guacamole-adminer
|
||||
container_name: Adminer-App
|
||||
hostname: Adminer-App
|
||||
image: adminer
|
||||
restart: always
|
||||
networks:
|
||||
|
@ -15,26 +15,34 @@ services:
|
||||
hostname: authelia-app
|
||||
image: authelia/authelia
|
||||
volumes:
|
||||
- /home/ubuntu/docker/authelia/config:/config
|
||||
- ./config:/config
|
||||
networks:
|
||||
- back_network
|
||||
- docker-traefik_front_network
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
labels:
|
||||
- 'traefik.enable=true'
|
||||
- 'traefik.http.routers.authelia.rule=Host(`auth.jimsgarage.co.uk`)'
|
||||
- 'traefik.http.routers.authelia.entrypoints=https'
|
||||
- 'traefik.http.routers.authelia.tls=true'
|
||||
- "traefik.enable=true"
|
||||
- "traefik.docker.network=docker-traefik_front_network"
|
||||
# HTTP
|
||||
- "traefik.http.routers.authelia-http.rule=Host(`auth.10.0.4.29.traefik.me`)"
|
||||
- "traefik.http.routers.authelia-http.entrypoints=http"
|
||||
# HTTPS
|
||||
- "traefik.http.routers.authelia-https.rule=Host(`auth.10.0.4.29.traefik.me`)"
|
||||
- "traefik.http.routers.authelia-https.entrypoints=https"
|
||||
- "traefik.http.routers.authelia-https.tls=true"
|
||||
- "traefik.http.routers.authelia.service=authelia-service"
|
||||
- "traefik.http.routers.authelia-https.middlewares=authelia-addprefix"
|
||||
# Middleware
|
||||
- "traefik.http.middlewares.guacamole-addprefix.addprefix.prefix=/guacamole"
|
||||
- 'traefik.http.middlewares.authelia.forwardAuth.address=http://authelia:9091/api/verify?rd=https://auth.jimsgarage.co.uk'
|
||||
- 'traefik.http.middlewares.authelia.forwardAuth.trustForwardHeader=true'
|
||||
- 'traefik.http.middlewares.authelia.forwardAuth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email'
|
||||
- 'traefik.http.middlewares.authelia-basic.forwardAuth.address=http://authelia:9091/api/verify?auth=basic'
|
||||
- 'traefik.http.middlewares.authelia-basic.forwardAuth.trustForwardHeader=true'
|
||||
- 'traefik.http.middlewares.authelia-basic.forwardAuth.authResponseHeaders=Remote-User,Remote-Groups,Remote-Name,Remote-Email'
|
||||
- 'traefik.http.services.authelia.loadbalancer.server.port=9091'
|
||||
ports:
|
||||
- 9091:9091
|
||||
# Service
|
||||
- "traefik.http.services.authelia-service.loadbalancer.server.port=9091"
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
|
BIN
Authentik/img/logo-Authentik.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
Cloudflare-Tunnel/img/logo-Cloudflare.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
Crowdsec/img/logo-CrowdSec.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
Debezium/img/logo-Debezium.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
Frigate/img/logo-Frigate.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
Gitea/img/logo-Gitea.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
Gotify/img/logo-Gotify.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
Graylog/img/logo-Graylog.png
Normal file
After Width: | Height: | Size: 2.4 KiB |