Files
traefik-tinyauth/README.md
2025-07-30 02:18:18 +00:00

18 lines
358 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
## Что нужно
суб домены:
- traefik.
- tinyauth.
- app1.
## генерация секрета tiny
openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | head -c 32 && echo
## генерация юзеров
docker run --rm -it ghcr.io/steveiliop56/tinyauth:v3 user create --username admin --password pa4803w0rd | sed 's/\$/\$\$/g'