Slight changes to the encryption of the database to secure it from malisios actors

This commit is contained in:
2026-07-12 11:00:43 +02:00
parent 8c9f856ada
commit d0c876dd31
5 changed files with 136 additions and 7 deletions
+6
View File
@@ -5,6 +5,12 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$SCRIPT_DIR"
DOCKER_CMD=()
SECRETS_FILE="$SCRIPT_DIR/.mongo-secrets.env"
if [ -f "$SECRETS_FILE" ]; then
# shellcheck disable=SC1090
source "$SECRETS_FILE"
fi
resolve_docker_cmd() {
if docker info >/dev/null 2>&1; then