Sign inSign up

afrima/anki-sync-server

By afrima

Updated 3 days ago

The official rust Anki sync server in an unofficial docker image.

Image
Content management system
Databases & storage
2

10K+

afrima/anki-sync-server repository overview

anki-sync-server

The official rust anki sync server in an unofficial docker image.

This image is automatically updated when anki receives an update

This is an docker build repo for the Anki sync server from this repo: https://github.com/ankitects/anki/tree/main

Documentation can be found here

tl:dr:

version: "3"
services:
  server:
    image: afrima/anki-sync-server:23.12.1
    container_name: anki-sync-server
    environment:
      - SYNC_USER1=test_user_name:test_user_password
      - SYNC_PORT=8080
      - SYNC_BASE=/data
    restart: always
    volumes:
      - <your path>:/data
    ports:
      - "1337:8080"

Tag summary

Content type

Image

Digest

sha256:866b46c23

Size

7.6 MB

Last updated

3 days ago

docker pull afrima/anki-sync-server