Vaultwarden is an alternative password manager that implements Bitwarden password manager's features - the most popular manager on the internet - and uses its API's to use Bitwarden client apps on most opertating systems and browser extensions. Lets set up Vaultwarden server: Install Docker: Docker install link Requirements: System RAM >= 1GB, disk space >= 5GB and OS Linux Domain name that translates to your public/internal IP SSL certificate for the domain Ports 2020 is forwarded and accessible to the Vaultwarden server IP Directory structure: Make directories for files: mkdir -p /dockerApps/vaultwarden cd /dockerApps/vaultwarden Create and configure files: touch compose.yml && touch Caddyfile Open compose.yml file - using any text editor - and paste the following config ( red highlight --> your config): services: vaultwarden: image: vaultwarden/server:latest container_name: vaultwarden ...
- Get link
- X
- Other Apps