--- assigned: '' created: 2024-07-02T16:24:31.606Z progress: 0 tags: - Duck - Hosts - LinkPC - VaultWarden type: note updated: 2024-08-05T21:46:36.385Z --- # VaultWarden ## Install App - From App Store / Play Store install BitWarden - Open BitWarden ## Setup App - Turn off WiFi - Select Logging in on: self-hosted from logon screen - https://vaultwarden.phares.duckdns.org - Save - Enter e-mail - vaultwarden@phares.duckdns.org - Click create account - Populate form - Click settings - Account security - Set: Unlock with Face ID -> Enabled - Set: Session timeout -> Immediately ## Setup iOS - Settings - Passwords - Password Options - Set: AutoFill Passwords and Passkeys -> Enabled - Set iCloud Keychain -> Disabled - Set Passwords -> Disabled - Set: Bitwarden -> Enabled ## Export / Import - Safari (csv) - Chrome (csv) - Edge (csv) - KeePass2 (xml) ## Test Setup - Navigate to github.com - Click sign in - Select Password text box then the Passwords key icon should apear above the keyboard ## Docker ```bash Sun Jul 21 2024 21:01:43 GMT-0700 (Mountain Standard Time) openssl rand -base64 48 ``` ```bash Tue Jul 23 2024 13:59:38 GMT-0700 (Mountain Standard Time) podman pull vaultwarden/server:latest podman run -d --name vaultwarden -v /home/:/data/ -p 8006:80 vaultwarden/server:latest ```