gdouzwt / anki-sync-server

Docker image for Anki built-in sync server(Rust)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

anki-sync-server

Anki is a program which makes remembering things easy. Because it is a lot more efficient than traditional study methods, you can either greatly decrease your time spent studying, or greatly increase the amount you learn.

Anki's main form is a desktop application (for Windows, Linux and macOS) which can sync to a web version (AnkiWeb) and mobile versions for Android and iOS.

This is a personal Anki server, which you can sync against instead of AnkiWeb.

Deploying with Docker

$ docker run \
    --publish 80:8080 \
    --volume ./data:/syncserver \
    ghcr.io/gdouzwt/anki-sync-server:latest

Environment Variables

Name Default Value
SYNC_USER1 user:pass
SYNC_BASE /syncserver
SYNC_PORT 8080
MAX_SYNC_PAYLOAD_MEGS 100
TZ Asia/Shanghai

About

Docker image for Anki built-in sync server(Rust)


Languages

Language:Dockerfile 100.0%