cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit ba206a0b7e7e28d0f532a64504a66e2e846b486e
parent 020e8bbd110ead3d557a87d8257d281840b4bfbc
Author: MTRNord <git@nordgedanken.dev>
Date:   Mon, 16 Sep 2024 10:47:07 +0000

Fix encrypt.sh

Diffstat:
Mencrypt.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/encrypt.sh b/encrypt.sh @@ -3,5 +3,5 @@ sops --age=age1esjyg2qfy49awv0ptkzvpk425adczjr38m37w2mmcahzc4p8n54sll2nzh \ --encrypt \ --encrypted-regex '^(admin_password|extraCommands|key|clickhouseDatabaseURL|databaseURL|client_id|client_secret|secret_key_base|otp_secret|private_key|public_key|primaryKey|deterministicKey|keyDerivationSalt|token|clientId|secretKey|installationId|installationKey|uriOverride|adminToken.value|password.value|sql_password|erlangCookie|AUTHENTICATION_PASSWORD|ROOM_API_SECRET_KEY|adminPassword|configPassword|adminUser|configUser|APP_KEY|api_key|api_secret|keys|livekit_key|livekit_secret|secret_key|admin_pass|admin_email|mariadbPassword|mariadbRootPassword|privateKey|data|stringData|PASSWD|password|pass|postgresPassword|postgresqlPassword|redminePassword|smtpPassword|registration_shared_secret|shared_secret|secret)$' \ - --in-place "$1" \ - --mac-only-encrypted + --mac-only-encrypted \ + --in-place "$1"