diff options
| author | diogo464 <[email protected]> | 2025-08-10 11:48:22 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-08-10 11:48:22 +0100 |
| commit | 0d3488a3811c8d58bd570af64cc29840df9ba439 (patch) | |
| tree | 68ac54aa6e280177df9738ee6310c1225acee0a6 /tinyauth.sh | |
| parent | 0d90737e06f3fc556e65bca56ec5defe8433be16 (diff) | |
reorganized repo
Diffstat (limited to 'tinyauth.sh')
| -rwxr-xr-x | tinyauth.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tinyauth.sh b/tinyauth.sh new file mode 100755 index 0000000..72f9d84 --- /dev/null +++ b/tinyauth.sh | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #!/usr/bin/env bash | ||
| 2 | |||
| 3 | # user:password | ||
| 4 | podman run --rm -it \ | ||
| 5 | --network host \ | ||
| 6 | -e SECRET='some-random-32-chars-string11111' \ | ||
| 7 | -e APP_URL='http://10.0.0.3:3000' \ | ||
| 8 | -e USERS='user:$$2a$$10$$UdLYoJ5lgPsC0RKqYH/jMua7zIn0g9kPqWmhYayJYLaZQ/FTmH2/u' \ | ||
| 9 | ghcr.io/steveiliop56/tinyauth:v3 | ||
