Skip to content

Commit 1240507

Browse files
committed
Update READMe
1 parent fd8dac9 commit 1240507

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
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
44
Anki community on GitHub but built into the Anki core services. Both, the Python and the Rust
55
implementation 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

89
However, 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

1216
I highly recommend using a reverse proxy to ensure a secure connection. You can start off with
1317
my compose configuration.

0 commit comments

Comments
 (0)