From 91b022eda62cefbc66d95bf8c48cf8d613dfb961 Mon Sep 17 00:00:00 2001 From: flan Date: Thu, 7 Mar 2019 05:50:42 +0100 Subject: [PATCH] Add AnkiDroid setup instructions Thanks @luoliyan Source: https://github.com/tsudoko/anki-sync-server/pull/22#issuecomment-461012296 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f45641b..8736c4b 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,21 @@ and put it in `~/Anki/addons`. [addons21]: https://apps.ankiweb.net/docs/addons.html#_add_on_folders +### AnkiDroid + +Advanced → Custom sync server + +Unless you have set up a reverse proxy to handle encrypted connections, use +`http` as the protocol. The port will be either the default, 27701, or +whatever you have specified in `ankisyncd.conf` (or, if using a reverse proxy, +whatever port you configured to accept the front-end connection). + +**Do not use trailing slashes.** + +Even though the AnkiDroid interface will request an email address, this is not +required; it will simply be the username you configured with `ankisyncctl.py +adduser`. + Running `ankisyncd` without `pyaudio` -------------------------------------