This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -1,8 +1,10 @@
![Authentik](./img/logo-Authentik.png)
URL :
# Authentik
# Téléchargement, Configuration et Lancement
## Téléchargement de Authentik
@ -23,6 +25,14 @@ Saisir la commande pour vous rendre dans le dossier
```bash
cd Authentication\Authentik
```
Nous éditons le fichier de configuration
```bash
nano .env
```
Nous modifions les variables dont nous avons besoin.
## Lancement de Authentik
Pour utiliser Authentik tout seul
@ -35,15 +45,19 @@ Pour utiliser Authentik avec Traefik
docker compose -f docker-compose-traefik.yml up -d
```
Pour utiliser Authentik avec Nginx
```bash
docker compose -f docker-compose-nginx.yml up -d
```
# Utilisation
## Accueil
Ouvrir une page web avec l'url :
Pour une utilisation tout seul
http://10.0.4.29:3000
Pour une utilisation avec Traefik
https://Authentik.10.0.4.29.traefik.me`)"
# More info
- more information on the website [Tips-Of-Mine](https://www.tips-of-mine.fr/)