Merge pull request #71 from metlos/encrypt-password-file

feat(cli): add an option to specify the encrypt password in a file
This commit is contained in:
rustmailer
2025-12-20 19:45:55 +08:00
committed by GitHub
4 changed files with 41 additions and 8 deletions

View File

@@ -484,9 +484,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