AnkiSyncServer container built daily with the pypi version of anki
8.2K
This is the Anki Sync Server used to sync your anki cards between clients without using the official cloud.
A fresh build is automatically issued every day as I'd forget to update it otherwise. I have enabled password hashing by default because it is 2024 after all. Unfortunately i can't include the tool to hash your passwords as it is on sourcehut and they seem to be blocking my build server so you need to hash your own passwords. Also please notice that for docker compose you need to escape every $ by replacing it with $$.
An example docker compose file looks like this:
version: '3'
services:
ankisync:
image: cryptkiddie2/ankisyncserver:latest
environment:
- SYNC_USER1=USERNAME:HASHED_PASSWORD
volumes:
- anki_data:/data
volumes:
anki_data:
driver: local
The source repo is here
Content type
Image
Digest
sha256:f997d14e0…
Size
425.6 MB
Last updated
7 minutes ago
docker pull cryptkiddie2/ankisyncserver