vitexsoftware/multiflexi-vaultwarden

MultiFlexi support for VaultWarden/Bitwarden secrets

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/vitexsoftware/multiflexi-vaultwarden

dev-main 2026-03-02 00:02 UTC

This package is auto-updated.

Last update: 2026-03-02 00:03:08 UTC


README

VaultWarden/Bitwarden secrets support for MultiFlexi.

Description

This package provides VaultWarden credential management for MultiFlexi, split into two Debian packages:

Package Enhances Provides
multiflexi-vaultwarden php-vitexsoftware-multiflexi-core Credential prototype with VaultWarden URL, login, password and folder fields
multiflexi-vaultwarden-ui multiflexi-web Connection test, authentication check, folder browsing, item listing

Credential Fields

  • VAULTWARDEN_URL — VaultWarden instance URL (e.g. https://vault.example.com/)
  • VAULTWARDEN_EMAIL — User login email
  • VAULTWARDEN_PASSWORD — User password
  • VAULTWARDEN_FOLDER — Folder name containing secrets (default: MultiFlexi)

UI Features

The web interface component provides:

  • Server connectivity test (cURL to /api/config)
  • Authentication test via Bitwarden API
  • Folder access verification
  • Item listing from the configured folder
  • Server version display

Installation

From Debian packages

apt install multiflexi-vaultwarden multiflexi-vaultwarden-ui

From source (development)

composer install
make phpunit
make cs

Building Debian Packages

make deb

This produces multiflexi-vaultwarden_*.deb and multiflexi-vaultwarden-ui_*.deb in the parent directory.

License

MIT — see debian/copyright for details.

MultiFlexi

MultiFlexi