Skip to content

[Feature] Add Authelia auth #75

@Sigri44

Description

@Sigri44

Ajout de Authelia afin de ne plus avoir à passer par l'http_auth, ajout du service Authelia :

https://www.authelia.com/integration/deployment/docker/

Config exemple :

services:
  authelia:
    image: authelia/authelia
    container_name: authelia
    restart: always
    volumes:
      - ./config:/config
    environment:
      - TZ=Europe/Paris
    networks:
      - traefik
    labels:
      - "traefik.enable=true"
      - "traefik.http.routers.authelia.rule=Host(`host.domain.cdn`)"

networks:
  traefik:
    external: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions