Merge pull request #25 from AlexBocken/develop

improved explanation for AnkiDroid setup
This commit is contained in:
Vikash Kothary 2020-09-05 10:55:23 +01:00 committed by GitHub
commit 68776c21b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ It supports Python 3 and Anki 2.1.
Installing Installing
---------- ----------
1. Install the dependencies: 1. Install the dependencies:
$ pip install -r src/requirements.txt $ pip install -r src/requirements.txt
@ -135,6 +135,8 @@ Unless you have set up a reverse proxy to handle encrypted connections, use
whatever you have specified in `ankisyncd.conf` (or, if using a reverse proxy, whatever you have specified in `ankisyncd.conf` (or, if using a reverse proxy,
whatever port you configured to accept the front-end connection). whatever port you configured to accept the front-end connection).
Use the same base url for both the `Sync url` and the `Media sync url`. Do **not** append `/sync` and `/msync` as the default setup does.
Even though the AnkiDroid interface will request an email address, this is not 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 required; it will simply be the username you configured with `ankisyncctl.py
adduser`. adduser`.