falsche Readme
All checks were successful
Build and Push / check-and-build (push) Successful in 1m14s
All checks were successful
Build and Push / check-and-build (push) Successful in 1m14s
This commit is contained in:
15
README.md
15
README.md
@@ -1,4 +1,4 @@
|
|||||||
# protonmail-bridge-libfido2
|
# protonmailbridge-fix
|
||||||
|
|
||||||
Wrapper-Image für `shenxn/protonmail-bridge:latest` mit `libfido2-1` installiert.
|
Wrapper-Image für `shenxn/protonmail-bridge:latest` mit `libfido2-1` installiert.
|
||||||
|
|
||||||
@@ -10,20 +10,13 @@ Proton Mail Bridge 3.22.0+ benötigt `libfido2`, aber das shenxn-Image enthält
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
proton-bridge:
|
proton-bridge:
|
||||||
image: git.tdpi.dev/tdpi/protonmail-bridge-libfido2:latest
|
image: git.tdpi.dev/tdpi/protonmailbridge-fix:latest
|
||||||
container_name: paperless-protonmail-bridge
|
container_name: protonmail-bridge
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/docker/appdata/paperless_bridge_data:/root
|
- ./data:/root
|
||||||
```
|
```
|
||||||
|
|
||||||
## Automatische Updates
|
## 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.
|
Der Workflow prüft täglich um 04:00 UTC ob sich `shenxn/protonmail-bridge:latest` geändert hat und baut nur dann neu.
|
||||||
|
|
||||||
## Secrets
|
|
||||||
|
|
||||||
Im Repository müssen folgende Secrets konfiguriert sein:
|
|
||||||
|
|
||||||
- `REGISTRY_USER`: Gitea Benutzername
|
|
||||||
- `REGISTRY_TOKEN`: Gitea Access Token mit Package-Rechten
|
|
||||||
|
|||||||
Reference in New Issue
Block a user