From c4370a17dec7c1090c92efc195f6bd1188ba9bde Mon Sep 17 00:00:00 2001 From: RATDAD Date: Sat, 14 Mar 2026 19:09:51 -0400 Subject: refactor: alter the position of environment files and container routing --- stacks/iam/util/gen-user-passwd.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 stacks/iam/util/gen-user-passwd.sh (limited to 'stacks/iam/util/gen-user-passwd.sh') diff --git a/stacks/iam/util/gen-user-passwd.sh b/stacks/iam/util/gen-user-passwd.sh deleted file mode 100755 index d8202ee..0000000 --- a/stacks/iam/util/gen-user-passwd.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -set -euo pipefail - -read -rp "Enter a password for the new user: " PASSWORD -HASHED=$(docker run --rm authelia/authelia:latest authelia crypto hash generate argon2 --password "${PASSWORD}") - -printf "Password: %s\n" "${PASSWORD}" -printf "Hash: %s\n" "${HASHED}" -- cgit v1.2.3-70-g09d2