Question to anki python Installation

Hi all,

I want to setup a sync server on Synology NAS.
As my Synology NAS has Python installed, the question is how to setup it with python:

In the instructions are only that commands mentioned:

python3 -m venv ~/syncserver
~/syncserver/bin/pip install anki
SYNC_USER1=user:pass ~/syncserver/bin/python -m anki.syncserver

Should user and pass changed to the username and the passwort?
Which port is used?

1 Like

I will use the docker container form here: Docker Container for sync (self hosted) - #2 by update.freak

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.