77 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| assigned: ''
 | |
| created: 2024-07-02T16:24:31.606Z
 | |
| progress: 0
 | |
| tags:
 | |
|   - Duck
 | |
|   - Hosts
 | |
|   - LinkPC
 | |
|   - VaultWarden
 | |
| type: note
 | |
| updated: 2024-11-11T04:04:15.000Z
 | |
| ---
 | |
| 
 | |
| # VaultWarden
 | |
| 
 | |
| - [x] snap ```snap install vaultwarden```
 | |
| - [x] Docker (podman)
 | |
| - [x] lxc
 | |
| - [ ] HAOS
 | |
| 
 | |
| ## 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
 | |
| ```
 | |
| 
 | |
| ## Icons
 | |
| 
 | |
| - [gitea](https://icons.bitwarden.net/gitea.com/icon.png)
 | |
| - [google](https://icons.bitwarden.net/google.com/icon.png)
 | |
| - [ubuntu](https://icons.bitwarden.net/ubuntu.com/icon.png)
 |