feat: add Vaultwarden password manager module#772
Draft
igorpecovnik wants to merge 1 commit intomainfrom
Draft
Conversation
Add support for Vaultwarden, an alternative Bitwarden server implementation written in Rust. Features: - Lightweight alternative to official Bitwarden server - SQLite database (no external database needed) - Simple single-container setup - Full Bitwarden API compatibility including: - Organizations support - Attachments - Vault API support - Website icons API - Authenticator and U2F support - YubiKey and Duo support Module follows established patterns: - Uses docker_operation_progress for all operations - Uses docker_manage_base_dir for data directory - Uses docker_is_installed for status checks - Uses show_module_help for help display - Includes PUID/PGID for proper file permissions - Port 8080 by default (container port 80) Note: HTTPS required for web vault access due to Web Crypto API restrictions in modern browsers. Users should configure reverse proxy with SSL for production use.
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for Vaultwarden, an alternative Bitwarden server implementation written in Rust.
Features:
Module follows established patterns:
Note: HTTPS required for web vault access due to Web Crypto API restrictions in modern browsers. Users should configure reverse proxy with SSL for production use.
Description
Please include a summary of the change and which issue is fixed. Provide relevant motivation and context. Ensure that no new external dependencies are introduced in this change.
Issue reference:
Related documentation:
Implementation Details
Provide a detailed description of the implementation. Include the following:
Documentation Summary
Metadata Included:
Did you include the metadata (associative arrays) in the code? Ensure that metadata for modules, jobs, and runtime has been updated appropriately.
Document Generated:
Did you generate the updated documentation using
armbian-configng --doc? Confirm if the command was run to updateREADME.mdand provide any relevant details.Testing Procedure
Describe the tests you ran to verify your changes. Provide relevant details about your test configuration.
Checklist