diff options
| author | diogo464 <[email protected]> | 2025-08-08 17:40:19 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-08-08 17:40:44 +0100 |
| commit | bebf1cd5fc4668b7970e3e2e426ad103ecbc670c (patch) | |
| tree | afee1e59890836e367a075749745066450d63f44 /auth.sh | |
| parent | 9a25abd1d6ef6f5b0e2c08751183f63db43c73a5 (diff) | |
rust cli init
Diffstat (limited to 'auth.sh')
| -rwxr-xr-x | auth.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/auth.sh b/auth.sh deleted file mode 100755 index aa3dc1f..0000000 --- a/auth.sh +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | #!/usr/bin/env bash | ||
| 2 | |||
| 3 | podman run -it --rm --network host \ | ||
| 4 | -e SECRET="12345678912345678911111111111111" \ | ||
| 5 | -e APP_URL="http://10.0.0.92:3000" \ | ||
| 6 | -e USERS='diogo464:$2a$10$fE78J/Rq7kSik1cmXQ82Be6.zx3P4GEjhlifnI.ACHpHb5sDH/J1W' \ | ||
| 7 | ghcr.io/steveiliop56/tinyauth:v3 | ||
| 8 | |||
