File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Anki-Sync-Server-Docker
22
3- Since Anki 2.1.57+ the syn server is no more a dedicated service maintained by the
3+ Since Anki 2.1.57+ the sync server is no more a dedicated service maintained by the
44Anki community on GitHub but built into the Anki core services. Both, the Python and the Rust
55implementation of the previous sync server, are no longer maintained and therefore don't support
6- newer versions of the Anki client.
6+ newer versions of the Anki client. The official documentation can be found
7+ [ here] ( https://docs.ankiweb.net/sync-server.html ) .
78
89However, when this repository was created, there wasn't any official Docker image for the new sync
9- server which encouraged me to publish my own. It is based on the Rust sync server. The official
10- documentation can be found [ here] ( https://docs.ankiweb.net/sync-server.html ) .
10+ server which encouraged me to publish my own. Anki offers a Python and a Rust implementation but
11+ since Rust compiling for ARM images takes a fews hours, I only support a
12+ [ prebuilt Python image] ( https://github.com/MapManagement/anki-sync-server-docker/pkgs/container/anki-sync-server-docker )
13+ at the moment. When desired, you can also use the `` Rust.Dockerfile `` which needs to be compiled
14+ manually.
1115
1216I highly recommend using a reverse proxy to ensure a secure connection. You can start off with
1317my compose configuration.
You can’t perform that action at this time.
0 commit comments