first commit

This commit is contained in:
2026-05-22 18:36:34 +01:00
commit 79548e5ee0
+6
View File
@@ -0,0 +1,6 @@
# Set custom encryption password for the .json file during build
export GOTERMINAL_ENC="SoMeStRongPasSwoR2d"
go build -ldflags "-X main.fileEncKeyHex=${GOTERMINAL_ENC}" .
# or one-liner:
go build -ldflags "-X main.fileEncKeyHex=$(openssl rand -hex 32)" .