Anki sync server built from the original desktop app repository (https://github.com/ankitects/anki) using Cargo.
Sample docker-compose:
version: '3'
services:
anki-sync-server:
image: ananas77/ankitects-sync-server
container_name: anki-sync-server
restart: unless-stopped
ports:
- "127.0.0.1:27701:8080"
volumes:
- anki-sync-server-data:/app
environment:
SYNC_USER1: username:some_password
volumes:
anki-sync-server-data:
Content type
Image
Digest
sha256:08c5e6a8a…
Size
7.8 MB
Last updated
almost 3 years ago
docker pull ananas77/ankitects-sync-server