Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 646 Bytes

File metadata and controls

25 lines (23 loc) · 646 Bytes

Password manager

A self hostable password manager made using .NET Core and Vue3

Features

  • Multiple accounts for friends and family
  • Client side encryption
  • Light and dark mode
  • Mobile first design
  • Auto generate secure passwords
  • Import/Export passwords from CSV
  • Deploy with Docker

How to deploy

git clone https://github.com/IsaiahPaget/PasswordManager.git
cd PasswordManager
sh startup.sh

update the password values and signing key in the .env files and appsettings.json

docker-compose -f ./src/docker-compose.yml up -d

Preview

image info With a Gruvbox theme <3