LumenYoung / anki_sync_server

A docker image for the official anki sync server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anki Sync Server

A unofficial Dockerfile for anki offical sync server.

USAGE

You can run this server with docker run, replace the respective variable with your own:

docker run -it -e SYNC_USER1=<user_name>:<password> -v <anki_directory>:/ankidata lumeny/anki_sync_server:latest

Or you can build the image your own, cd to the root of this repo, you should have your SYNC_USER1 environment variable defined:

docker build -t <your_tag> --build-arg <arg_1>=<value> .

About

A docker image for the official anki sync server

License:MIT License


Languages

Language:Dockerfile 100.0%