Flume uses an encrypted vault to store sensitive values like passwords and API keys. Secrets are encrypted with AES-256-GCM, keyed from your passphrase via Argon2.Documentation Index
Fetch the complete documentation index at: https://docs.flumeirc.io/llms.txt
Use this file to discover all available pages before exploring further.
Setup
~/.local/share/flume/vault.toml.
Storing Secrets
Listing Secrets
Deleting Secrets
Referencing Secrets in Config
Use${secret_name} syntax in irc.toml:
Unlocking on Startup
If a vault exists, Flume prompts for the passphrase on startup. Press Enter to skip (secrets won’t be available until unlocked). You can also set theFLUME_VAULT_PASS environment variable to auto-unlock.