Commit Graph

57 Commits

Author SHA1 Message Date
Karsten Lehmann
9fde78ec7e
fix: Link to 2.1 addon folder in Readme 2020-06-08 23:04:05 +02:00
flan
02fecc4e0a Clarify wording (development headers)
Should make #29 less likely to happen
2019-03-14 01:13:52 +01:00
flan
7fe7b97475 Update anki-bundled to 2.1.11 2019-03-14 01:09:02 +01:00
flan
9986266b07 Update table of contents 2019-03-14 00:48:13 +01:00
Anton Melser
6c82bad882 Add commented examples to conf file and update Readme.md 2019-03-09 14:08:16 +08:00
flan
bfeaeae2e5 Credit dsnopek 2019-03-08 21:54:54 +01:00
tsudoko
e3e362707a
Add table of contents to README 2019-03-08 20:46:42 +00:00
Anton Melser
75fecf6e6f Add support for setting/overriding config from envvars
This is practical for environments like docker/kubernetes
2019-03-08 15:11:32 +08:00
flan
35f89af98e Update pyaudio instructions 2019-03-07 21:51:11 +01:00
flan
3266cc4282 Update anki-bundled to 2.1.10 2019-03-07 21:41:38 +01:00
flan
91b022eda6 Add AnkiDroid setup instructions
Thanks @luoliyan

Source: https://github.com/tsudoko/anki-sync-server/pull/22#issuecomment-461012296
2019-03-07 05:50:42 +01:00
flan
b1157bac25 Add link to Docker instructions
Fixes #16
2019-02-05 00:35:03 +01:00
flan
bb1dba1b99 Update addon folder
It depends on the platform anyway, and the directory in the README
was outdated anyway (57c8e43327).
2018-12-24 17:19:15 +01:00
flan
537c4daa94 Make potential future instances of #8 easier to debug
With hostNum prepended to the address, the client won't even be
able to connect and will return an error message with the invalid
address.

Example:
    requests.exceptions.InvalidSchema: No connection adapters were found for '6http://localhost:27701/sync/meta'
2018-12-24 16:38:10 +01:00
flan
360b2d08ed Make hostNum empty when changing sync server
Should fix an error encountered when the user used AnkiWeb in the
past and receives a JSON decode error because an unrecognized
endpoint (/[somenumber]sync instead of /sync) doesn't return what
the client expects.

Closes #10, fixes #8.
2018-12-24 16:28:34 +01:00
flan
00ec46eab3 Clarify what the supported version range applies to 2018-12-17 16:58:09 +01:00
flan
8b832497b4 Update anki-bundled to 2.1.7 2018-12-17 16:51:45 +01:00
flan
56beb0950e Update anki-bundled to 2.1.3 2018-08-31 04:39:50 +02:00
flan
5bcb01bd9e Use predefined config locations 2018-08-28 17:15:40 +02:00
flan
b96f74224b Move pyaudio stuff to the bottom 2018-08-23 16:28:27 +02:00
flan
a7c230c4bb Reformat addon instructions a bit 2018-08-23 16:19:14 +02:00
flan
45133a0a64 Add information about pyaudio 2018-08-23 16:10:16 +02:00
flan
08a2b0e779 Fix directory name in README 2018-08-22 14:45:56 +02:00
flan
b20c69d613 Clarify supported Python version 2018-08-22 14:45:38 +02:00
flan
47294d1585 Add more information about incompatible versions 2018-08-22 14:37:46 +02:00
flan
abb2d35bdf Mention the need to have Anki installed 2018-08-22 14:30:47 +02:00
flan
5a95b62a74 Use python -m ankisyncd in README 2018-08-22 14:26:58 +02:00
flan
ff8148b6fb Add major fork changes to README 2018-08-20 18:51:20 +02:00
flan
be7d57a1a5 Add Anki 2.1 instructions 2018-08-20 18:40:03 +02:00
flan
c0ea23c307 Monkey patch anki at runtime
The server should work fine with /usr/share/anki now, as long as
external Anki version >= 2.1.
2017-11-06 23:01:08 +01:00
flan
2a27d78591 Use config specified in argv[1] 2017-11-06 21:06:45 +01:00
flan
a7e29c56f4 Patch anki using git apply 2017-11-01 18:42:43 +01:00
flan
3f3e2f4df4 Fix inconsistent indentation of README code blocks 2017-10-29 04:29:44 +01:00
flan
bf1bf4de72 Add some context from upstream README 2017-10-29 04:21:22 +01:00
flan
99adc658d5 Remove support for legacy modules 2017-10-28 20:43:24 +02:00
flan
86b63d51b5 Remove superfluous/outdated instructions 2017-10-28 20:40:32 +02:00
flan
bd2c5bdff9 Remove SSL support
If there's a need for SSL, you can always use a reverse proxy or
a more advanced WSGI server.

This reverts commit 1678890d3d.
2017-10-28 05:50:18 +02:00
jdoe0
c398ccdb89 Apply @ndl's patches
The patches fix the issue where syncing across different profiles will
always trigger a full sync if there's any change in either of the
profiles.
2016-11-03 22:32:19 +07:00
jdoe0
1678890d3d Add SSL support 2016-06-25 23:59:59 +07:00
jdoe0
e093e3981e Update README.md 2016-04-05 23:30:30 +07:00
jdoe0
3baad9cfac Fix syncing with AnkiDroid 2015-11-29 11:53:58 +07:00
jdoe0
d3eab4266e Update addon code in README.md 2015-11-27 12:27:07 +07:00
jdoe0
40d515234e Update README.md 2014-07-22 20:29:02 +07:00
jdoe0
8733e5c22a Update README.md 2013-12-22 22:01:44 -06:00
jdoe0
e12ecedbf0 Update README.md 2013-12-07 17:29:30 -06:00
jdoe0
a18d806b06 Update README.md 2013-12-06 15:57:15 -06:00
jdoe0
e1db4aa67f Update README.md 2013-10-29 16:48:02 -05:00
jdoe0
1fd9aa5e47 Update README.md 2013-10-20 19:18:48 -05:00
jdoe0
6805ca9936 Update README.md 2013-10-20 18:57:58 -05:00
jdoe0
95ef2b9155 Update README.md 2013-10-20 01:14:11 -05:00