No description
Find a file
2025-12-22 08:53:11 +01:00
locale feat: doc 2025-12-20 20:36:44 +01:00
src/rougail/user_data_bitwarden feat: use Calculation 2025-12-22 08:53:11 +01:00
tests feat: doc 2025-12-20 20:36:44 +01:00
CHANGELOG.md bump: version 0.1.0a25 → 0.1.0a26 2025-11-21 08:02:02 +01:00
doc.py feat: doc 2025-12-20 20:36:44 +01:00
LICENSE Initial commit 2025-02-05 11:09:07 +01:00
pyproject.toml bump: version 0.1.0a25 → 0.1.0a26 2025-11-21 08:02:02 +01:00
README.fr.md feat: doc 2025-12-20 20:36:44 +01:00
README.md feat: doc 2025-12-20 20:36:44 +01:00

Table of Contents

🇬🇧 (EN) - 🇫🇷 (FR)

Secrets are in Bitwarden

Note

Load the secrets from Bitwarden. The data is retrieved using the official command line "bw" or the alternative command "rbw" (faster). Before using Rougail, the command must be logged and unlocked.
Path: bitwarden
disabled
Disabled: if bitwarden is not set in "Select for user datas"

Variable Description Default value Type Validator
bitwarden.command
Command line: --bitwarden.command
Environment variable: BITWARDEN.COMMAND
Command line used to retrieve secrets.
Command line must be in PATH.
• rbw
• bw
choice multiple mandatory unique
Choices:
• rbw
• bw
bitwarden.mock_enable
Command line:
• --bitwarden.mock_enable
• --bitwarden.no-mock_enable
Environment variable: BITWARDEN.MOCK_ENABLE
Simulate password generation instead of retrieve them. false boolean mandatory