feat(cli): add an option to specify the encrypt password in a file

This commit is contained in:
Lukas Krejci
2025-12-16 23:29:55 +01:00
parent c05a8944ef
commit 9b83d5617e
4 changed files with 41 additions and 8 deletions

View File

@@ -449,9 +449,12 @@ cargo build
Or run directly:
```bash
export BICHON_ENCRYPT_PASSWORD=dummy-password-for-testing
cargo run -- --bichon-root-dir e:\bichon-data
```
`--bichon-root-dir` specifies the directory where **all Bichon data** will be stored.
`BICHON_ENCRYPT_PASSWORD` is the password used to encrypt the sensitive data (see `cargo run -- --help` for alternative ways to specify this).
### WebUI Access