This commit is contained in:
2024-04-01 14:58:39 +02:00
parent a622d9113f
commit 1f8d14af02
9 changed files with 85 additions and 77 deletions

26
Authelia/README.md Normal file
View File

@ -0,0 +1,26 @@
![authelia](./img/logo-authelia.png)
# authelia
Authelia est un serveur et un portail d'authentification et d'autorisation open source répondant au rôle de la sécurité de l'information (IAM) dans la fourniture d'une authentification multifactorielle et d'une connexion unique (SSO) pour vos applications via un portail web. Il agit comme un compagnon pour les proxys inverses communs.
# Installation
Pour utiliser Adminer tout seul
```bash
docker compose up -d
```
Pour utiliser Adminer avec Traefik
```bash
docker compose -f docker-compose-traefik.yml up -d
```
Pour utiliser Adminer avec Nginx
```bash
docker compose -f docker-compose-nginx.yml up -d
```
# Utilisation
## Accueil
![authelia-accueil](./img/authelia-000.png)