Search Criteria
Package Details: anki-sync-server-git r425.ef41934-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/anki-sync-server-git.git (read-only, click to copy) |
---|---|
Package Base: | anki-sync-server-git |
Description: | A sync server for anki using a forked version from github.com/ankicommunity (orig:dsnopek) |
Upstream URL: | https://github.com/ankicommunity/anki-sync-server |
Keywords: | anki |
Licenses: | GPL |
Conflicts: | anki-sync-server |
Provides: | anki-sync-server |
Submitter: | None |
Maintainer: | s7hoang |
Last Packager: | s7hoang |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2016-03-13 20:03 (UTC) |
Last Updated: | 2022-02-05 01:33 (UTC) |
Dependencies (5)
- nginx (nginx-nchan-git, nginx-nchan, nginx-google_filter, nginx-pagespeed, nginx-pagespeed-src, nginx-mainline-openssl-weak, nginx-rtmp, nginx-rtmp-src, nginx-rtmp-sergey-git, nginx-mainline-libressl, tengine, nginx-devel, nginx-devel-mod-naxsi, nginx-mainline-boringssl, nginx-minimal, nginx-quic-vkontakte, zestginx, nginx-quiche, nginx-mainline-pushstream, nginx-quic-openssl-hg, tengine-extra, nginx-libressl, nginx-quic, nginx-mainline)
- python (python38, python37, python3.7, nogil-python, python39, python36, python311, python32)
- python-pip
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- portaudio (make)
Latest Comments
cable commented on 2022-06-29 00:35 (UTC)
I appreciate the work, but I can't get this to work at all. The manual says that running "sudo -u anki-sync-server ./ankisyncctl.py adduser <username>" inside "/opt/anki-sync-server" should create a username and allow to set a password, but "ankisyncctl.py" isn't in that directory. After copying it from the "_cli" directory to the main directory, running it still doesn't work because the python libraries need to be found. After making the python path accessible, and creating a username and password, and copying the init.py file to the appropriate location, anki still complains of an incorrect username/password pair. Don't know how to get this working.
Any advice would be appreciated.
s7hoang commented on 2022-02-05 01:35 (UTC)
added, thanks!
clarfonthey commented on 2022-01-30 23:15 (UTC) (edited on 2022-02-03 04:32 (UTC) by clarfonthey)
Even though the files are included in the git repo, you should still include them in the
source
array since tools likemkchrootpkg
will only copy over the listed sources and not every file.At least for me, I need to patch those in for it to work.
Here's the full patch I made in case anyone wants it / the maintainer wants to incorporate it:
s7hoang commented on 2022-01-23 07:32 (UTC) (edited on 2022-01-23 07:32 (UTC) by s7hoang)
rats! I was just finishing up work on it and hoping no one would've noticed :P
yeah during testing at that time I was using 27701-27703 for testing the http, https and anki servers and forgot to update those files.
but, I made some changes to this package and it now has:
2 server files (http & https) : https is needed for AnkiDroid in particular
a manpage with instructions for setting up the https server
the ports are now properly set to 27701 for the client plugins :P
give it a spin!
goffi commented on 2022-01-19 19:59 (UTC)
Hello,
I could not do any sync from Anki desktop (
anki-bin
package) to Anki Sync Server installed with this package, while download was working fine. The issue is the same as https://github.com/ankicommunity/anki-sync-server/issues/108 and I found that the__init__.py
file of the plugin was incorrectly using 27702 (Anki Sync Server port directly) instead of 27701 (NGINX proxy), see my comment at https://github.com/ankicommunity/anki-sync-server/issues/108#issuecomment-1016817755. After changing the port for 27701, it's working fine.Thanks for maintaining this package, once this little issue fixed, it's working well.
s7hoang commented on 2020-07-14 23:06 (UTC) (edited on 2020-07-18 00:15 (UTC) by s7hoang)
I didn't even know that was a thing :P
I'll have to look into that.
edit: it's switched now.
cl0ne commented on 2020-07-08 23:46 (UTC)
What about switching this package to https://github.com/ankicommunity/anki-sync-server?
s7hoang commented on 2020-03-03 04:31 (UTC)
ok
lvsv commented on 2020-02-28 22:57 (UTC)
Please add 'git' into makedepends,
'Cannot find the git package needed to handle git sources'
s7hoang commented on 2019-10-25 20:57 (UTC)
Ok, so I'm guessing you probably followed my instructions in the post-install to run
python -m ankisyncd
which then gave you webob and decorator missing dependency issues.The command should've been
sudo -u anki-sync-server python -m ankisyncd
because the packages were installed to that user specifically so as to not pollute your userspace. I didn't catch the decorator dependency though as my testing distro already had it installed so thanks for that.I've updated the post-install text and added some extra lines to (hopefully) clarify that issue.
:)
s7hoang commented on 2019-10-22 16:42 (UTC)
Changing out my hardware at the moment, I'll add those packages to the required list in a couple of days.
leuko commented on 2019-10-22 08:40 (UTC)
I had to additionally install the following packages: python-webob python-decorator