Files
authelia-demo/README.md
2024-07-01 09:30:37 +00:00

38 lines
1.1 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Authelia + Traefik Demo
## Старт
1. ./init.sh
2. заполняем .env
3. заполняем
* data/authelia/users_database.yml
* data/authelia/secrets/smtp-pass.key
4. заполняем конфиг data/authelia/configuratuon.yml
5. прописываем правила доменов в data/authelia/access_control.aml
6. если не нужна почта и достаточно записи в файлике, правим конфиг в конце, где smtp
## Генерация юзеров
Для генерации пароля воспользуемся командой:
```bash
docker run --rm authelia/authelia:4.38.8 authelia crypto hash generate argon2 --random --random.length 12
```
## Бекапы
пример бекапа базы sqlite можно посмотреть [тут](https://git.realmanual.ru/pub/vaultwardenbackup)
## Видео к курсу
* [видео1](https://youtu.be/bEYcAlI6XUg)
* [видео2]()
## Автор
Vassiliy Yegorov
- [школа](https://realmanual.ru)
- [youtube](https://youtube.com/realmanual)
- [телега](https://t.me/realmanual_group)