Standalone and headless self-hosted anki-sync-server
3.2K
It is a standalone(headless) anki-sync-server without installing other packages or dependencies.
This is a dedicated or self-hosted anki-sync server.
Using Anki desktop:
docker-compose.yaml:
services:
anki-sync:
image: neilalcoseba/anki-sync
container_name: anki-sync
restart: unless-stopped
ports:
- 8084:8084
volumes:
- ./data:/data # Optional. Mounted volume.
environment:
- PUID=<PUID> # Optional
- PGID=<PGID> # Optional
- SYNC_USER1=
For Multiple User, Just add SYNC_USER2, SYNC_USER3, SYNC_USER4, etc.
Latest Version: 26.09
Reference: https://docs.ankiweb.net/sync-server.html
Content type
Image
Digest
sha256:ba1d39a43…
Size
11.9 MB
Last updated
10 days ago
docker pull neilalcoseba/anki-sync