mirror of
https://github.com/xzeldon/vwdump.git
synced 2025-06-29 01:38:15 +03:00
docs: use pre-built docker images in readme
Also add clarification about OWASP recommendations, see: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2
This commit is contained in:
parent
12ca3f2ac7
commit
d93e308cba
@ -36,7 +36,7 @@ A Docker-based backup solution for [Vaultwarden](https://github.com/dani-garcia/
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
vaultwarden-backup:
|
vaultwarden-backup:
|
||||||
build: .
|
image: ghcr.io/xzeldon/vwdump:latest
|
||||||
container_name: vaultwarden-backup
|
container_name: vaultwarden-backup
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@ -48,7 +48,7 @@ services:
|
|||||||
|
|
||||||
# Encryption (HIGHLY RECOMMENDED)
|
# Encryption (HIGHLY RECOMMENDED)
|
||||||
- BACKUP_ENCRYPTION_KEY=your_very_secure_password_here
|
- BACKUP_ENCRYPTION_KEY=your_very_secure_password_here
|
||||||
# - PBKDF2_ITERATIONS=350000 # Optional: Lower for very slow CPUs (e.g., old Raspberry Pi), Bitwarden recommended 600,000 or more
|
# - PBKDF2_ITERATIONS=350000 # Optional: Lower for very slow CPUs (e.g., old Raspberry Pi), OWASP recommended 600,000 or more
|
||||||
|
|
||||||
# Telegram Integration
|
# Telegram Integration
|
||||||
- TG_TOKEN=1234567890:ABCdefGHIjklMNOpqrsTUVwxyz
|
- TG_TOKEN=1234567890:ABCdefGHIjklMNOpqrsTUVwxyz
|
||||||
@ -94,7 +94,7 @@ docker run --rm \
|
|||||||
-e TG_TOKEN="your_telegram_token" \
|
-e TG_TOKEN="your_telegram_token" \
|
||||||
-e TG_CHAT_ID="your_telegram_chat_id" \
|
-e TG_CHAT_ID="your_telegram_chat_id" \
|
||||||
-e VWDUMP_DEBUG=true \
|
-e VWDUMP_DEBUG=true \
|
||||||
your-image-name manual
|
ghcr.io/xzeldon/vwdump:latest manual
|
||||||
```
|
```
|
||||||
|
|
||||||
## 📦 File Formats & Restoration
|
## 📦 File Formats & Restoration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user