mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-15 09:59:20 +00:00
06c17ac7c5
Co-authored-by: nmfretz <nmfretz@gmail.com>
2 lines
254 B
Bash
2 lines
254 B
Bash
# 32 byte long string used for encrypting TOTP secrets at rest using AES256-GCM. Must not change on app restart.
|
|
export APP_PLAUSIBLE_VAULT_KEY=$(openssl dgst -sha256 -binary <<< "$(derive_entropy "env-${app_entropy_identifier}-APP_VAULT_KEY")" | base64) |