Skip to content

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

Notifications You must be signed in to change notification settings

mathieu-keller/anki-sync-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

anki-sync-server

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:24.11
    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"

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published