The official rust Anki sync server in an unofficial docker image.
10K+
The official rust anki sync server in an unofficial docker image.
This image is automatically updated when anki receives an update
This is an docker build repo for the Anki sync server from this repo: https://github.com/ankitects/anki/tree/main
Documentation can be found here
version: "3"
services:
server:
image: afrima/anki-sync-server:23.12.1
container_name: anki-sync-server
environment:
- SYNC_USER1=test_user_name:test_user_password
- SYNC_PORT=8080
- SYNC_BASE=/data
restart: always
volumes:
- <your path>:/data
ports:
- "1337:8080"
Content type
Image
Digest
sha256:866b46c23…
Size
7.6 MB
Last updated
3 days ago
docker pull afrima/anki-sync-server