Files
protonmailbridge-fix/README.md
TDPI 08303f96fe
All checks were successful
Build and Push / check-and-build (push) Successful in 1m14s
falsche Readme
2026-03-01 09:35:11 +01:00

23 lines
595 B
Markdown

# protonmailbridge-fix
Wrapper-Image für `shenxn/protonmail-bridge:latest` mit `libfido2-1` installiert.
## Hintergrund
Proton Mail Bridge 3.22.0+ benötigt `libfido2`, aber das shenxn-Image enthält diese Bibliothek nicht. Dieses Image fügt sie hinzu.
## Verwendung
```yaml
proton-bridge:
image: git.tdpi.dev/tdpi/protonmailbridge-fix:latest
container_name: protonmail-bridge
restart: unless-stopped
volumes:
- ./data:/root
```
## Automatische Updates
Der Workflow prüft täglich um 04:00 UTC ob sich `shenxn/protonmail-bridge:latest` geändert hat und baut nur dann neu.