Hey all!
I’m currently trying to build a language learning app where users can sync their own vocabulary with Anki. Since I want to support mobile, using AnkiConnect to sync to their collection is not an option. My current architecture is to create a sync server on-demand, sync all of the user’s data to their device, and then tear it down again:
The issue with this is that I cannot figure out how to get my headless-anki instance (which is simply a container running in a Kubernetes Cluster) to connect to my sync server. Where do I configure sync user, password and host without GUI? I can’t find good information on the database structure anywhere. Any help would be appreciated.