anki-sync-server icon indicating copy to clipboard operation
anki-sync-server copied to clipboard

Self-hosted Anki sync server

Results 40 anki-sync-server issues
Sort by recently updated
recently updated
newest added

Hi, i installed syn server and i was success to run it from console and sync with linux's and android's anki. But i want to serve it behind uWSGI (and...

Instead of ``` conn = self._conn() cursor = conn.cursor() cursor.execute() conn.commit() ``` we can do: ``` conn = self._conn() with conn: conn.execute() ``` which also handles rollbacks. Would you accept...

I just installed the latest anki-sync-server, but the jam problem still exixts. When the user have a big amount of media files, the sync will not succeed, and the other...

it may be a long passage if I write it down. In order to visualize it, I recorded it to a video, and the test collection file is also attached...

Split from #27: > the first issue is about the account. If I delete the user in server without deauthorizing the account in the client, the client will still be...

It would be great for the addon to be able to be installed directly from within Anki, without having to go into hidden directories, copy, unzip. As it now does...

I upload my data normally until it reachs 6500kb. Whether it is anki2.0 or anki2.1.8, it always fails to upload when the data has already uploaded 6500kb. server: centos 7...

Is anyone running a public intance of this? If not, would it not be a good idea to have one, for those who do not want to spend the time...

Only one client per session at a time should be able to sync. Starting a sync from multiple clients at the same time is generally a bad idea, it's not...

Hope this is the right forum. First time leaving an issue on GitHub. Long story short, I've set up a docker container (kuklinistvan/anki-sync-server) for Anki-Sync-Server (AnkiSS) and when attempting to...