It's the syncserver under the Anki 2.1.57+ which includes a built-in sync server.
5.2K
It's the syncserver under the Anki 2.1.57+ which includes a built-in sync server.
Looking Self-Hosted Sync Server
This image use the Chinese mainland's Pypi image to build, if you want to use the official Pypi image to get better experience, you can go to Github to get Dockerfile and change the Pypi image.
I advice to use docker-compse to run the container
version: '3.3'
services:
ankisyncserver:
environment:
# - TZ=<TimeZone>
- SYNC_USER1=<user>:<passwd>
- MAX_SYNC_UPLOAD_MEGS=20000
container_name: ankisyncserver
volumes:
- data:/root/.syncserver
image: arenadruid/ankisyncserver
network_mode: bridge
ports:
- 8080:8080
restart: on-failure
volumes:
data:
<user> and <passwd>SYNC_USER2=<user>:<passwd>, SYNC_USER3=<user>:<passwd>, .... in the environment.Content type
Image
Digest
sha256:2fa842b5c…
Size
78 MB
Last updated
over 1 year ago
docker pull arenadruid/ankisyncserver