This commit is contained in:
2025-07-30 02:18:18 +00:00
commit 7ccaee4d6f
5 changed files with 146 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# 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'