NorkzYT / BitwardenSync

Automatically Sync your Password Managers Data to Bitwarden/Vaultwarden

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically Sync your Password Managers Data to Bitwarden/Vaultwarden

About

BitwardenSync is a docker service that will automatically Sync your Password Managers Data to your Bitwarden/Vaultwarden Instance.

Getting Started

Setup Instructions

  1. Start by duplicating the .env.example file, renaming the duplicate to .env. Fill in the required fields within .env.
  1. Proceed to craft your docker-compose.yml file, tailoring it to your environment.

Usage

Regular Backups with Cron

BitwardenSync can be integrated into your existing backup schedule using Cron. Here is an example to run backups every Friday at 22:00:

echo "0 22 * * 5 /opt/BitwardenSync/backup_schedule_example.sh >> /var/log/backup_schedule_example.log 2>&1" | crontab -

Refer to the provided example script for a template on setting up scheduled backups for BitwardenSync.

Contributing

Please see the contributing guide

Credits

Created by NorkzYT with 💛

► Twitch https://www.twitch.tv/polymathnorkz

► Discord https://discord.com/users/282100214024896522

► GitHub https://github.com/NorkzYT

Click to expand the repo tree

About

Automatically Sync your Password Managers Data to Bitwarden/Vaultwarden

License:GNU General Public License v3.0


Languages

Language:TypeScript 33.2%Language:JavaScript 25.9%Language:Shell 20.8%Language:Python 16.5%Language:Makefile 3.6%