vaultwarden

Installation
SKILL.md

Identity

  • Image: vaultwarden/server (Docker Hub)
  • Config: Environment variables passed to the container (no separate config file)
  • Data dir: /data inside container (mount a host volume here)
  • Database: SQLite at /data/db.sqlite3 by default; PostgreSQL or MySQL optional
  • Port: 80/tcp (HTTP inside container — always put HTTPS termination in front)
  • Admin panel: /admin path (disabled by default; requires ADMIN_TOKEN env var)
  • Websocket port: 3012/tcp (live sync; must be proxied alongside port 80)

Key Operations

Installs
1
GitHub Stars
6
First Seen
Mar 18, 2026
vaultwarden — l3digitalnet/claude-code-plugins