From 4af66f418b6837b6441b4e8eaf2d8ede585238b9 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Mon, 11 Aug 2025 11:51:39 +0100 Subject: snapshot --- tinyauth.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tinyauth.sh') diff --git a/tinyauth.sh b/tinyauth.sh index 72f9d84..17eb0e9 100755 --- a/tinyauth.sh +++ b/tinyauth.sh @@ -1,8 +1,12 @@ #!/usr/bin/env bash # user:password -podman run --rm -it \ +trap 'podman stop tinyauth' EXIT + +podman run --rm -i \ + --name tinyauth \ --network host \ + -e PORT=3001 \ -e SECRET='some-random-32-chars-string11111' \ -e APP_URL='http://10.0.0.3:3000' \ -e USERS='user:$$2a$$10$$UdLYoJ5lgPsC0RKqYH/jMua7zIn0g9kPqWmhYayJYLaZQ/FTmH2/u' \ -- cgit