Files
traefik-tinyauth/README.md
2025-07-30 04:13:42 +00:00

32 lines
677 B
Markdown
Raw 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.

# Tinyauth
## микро сервис для прикрытия приложений, которые сами не умеют в атворизацию
![img](img/SCR-20250730-jcqy.jpeg)
[get-started](https://tinyauth.app/docs/getting-started)
## Что нужно
суб домены:
- traefik.
- tinyauth.
- app1.
## генерация секрета tiny
```bash
openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | head -c 32 && echo
```
## генерация юзеров
```bash
docker run --rm -it ghcr.io/steveiliop56/tinyauth:v3 user create --username admin --password pa4803w0rd | sed 's/\$/\$\$/g'
```
### Автор
[Yegorov Vassiliy](https://realmanual.ru)