unsubbed.co

LazyWarden

LazyWarden is a Python-based application that provides automated Python backup tool for Bitwarden.

Overview

Automatic Bitwarden Backup Secure, Automated, and Multi-Cloud Bitwarden Backup and Import System The project has 817 GitHub stars and is licensed under MIT.

Key Features

Source: GitHub README

  • 🔒 Maximum Security: Data protection with AES-256 encryption and Argon2 key derivation.
  • 🔄 Automated Backups and Imports: Keep your Bitwarden vault up to date and secure.
  • Integrity Verification: SHA-256 hash to ensure data integrity on every backup.
  • ☁️ Multi-Cloud Support: Store backups to services such as Dropbox, Google Drive, pCloud, MEGA, NextCloud, Seafile, Storj, Cloudflare R2, Backblaze B2, Filebase (IPFS) and via SMTP.
  • 🖥️ Local Storage: Save backups to a local path for greater control.
  • 🔔 Real-Time Alerts: Instant notifications on Discord, Telegram, Ntfy and Slack.
  • 🗓️ Schedule Management: Integration with CalDAV, Todoist and Vikunja to manage your schedule.
  • 🐳 Easy Deployment: Quick setup with Docker Compose.
  • 🤖 Full Automation and Custom Scheduling: Automatic backups with flexible scheduling options (daily, weekly, monthly, yearly). Integration with CalDAV, Todoist and Vikunja for complete tracking and email notifications.
  • 🔑 Bitwarden Export to KeePass: Export Bitwarden items to a KeePass database (kdbx), including TOTP-seeded logins, URI, custom fields, card, identity attachments and secure notes.

Getting Started

Source: GitHub README

services:
  lazywarden:
    container_name: lazywarden
    hostname: lazywarden
    image: querylab/lazywarden:latest
    env_file:
      - .env
    environment:
      UNLOCK_VAULT: "true"
    volumes:
      - /root/lazywarden/config:/root/lazywarden/config
      - /root/lazywarden/backup-drive:/root/lazywarden/backup-drive/
      - /root/lazywarden/.env:/app/.env
    restart: unless-stopped
docker compose up -d

Normalized Features

Source: tool-features-normalized.json

docker, docker compose, pip, rest api, two factor auth.

Features

Authentication & Access

  • Two-Factor Authentication

Integrations & APIs

  • REST API