Sign inSign up

neilalcoseba/anki-sync

By neilalcoseba

•Updated 10 days ago

Standalone and headless self-hosted anki-sync-server

Image
Web servers
0

3.2K

neilalcoseba/anki-sync repository overview

It is a standalone(headless) anki-sync-server without installing other packages or dependencies.

This is a dedicated or self-hosted anki-sync server.

Using Anki desktop:

  1. Go to "Tools > Preferences" menu.
  2. Select the "Syncing" tab.
  3. Enter the Host/IP Address on the "Self-hosted sync server" textbox.

docker-compose.yaml:

services:
  anki-sync:
    image: neilalcoseba/anki-sync
    container_name: anki-sync
    restart: unless-stopped
    ports:
      - 8084:8084
    volumes:
      - ./data:/data # Optional. Mounted volume.
    environment:
      - PUID=<PUID> # Optional
      - PGID=<PGID> # Optional
      - SYNC_USER1=

For Multiple User, Just add SYNC_USER2, SYNC_USER3, SYNC_USER4, etc.

Latest Version: 26.09

Reference: https://docs.ankiweb.net/sync-server.html⁠

Tag summary

Content type

Image

Digest

sha256:ba1d39a43…

Size

11.9 MB

Last updated

10 days ago

docker pull neilalcoseba/anki-sync