Skip to content

Rewrite of Kotatsu synchronization server in Rust

Notifications You must be signed in to change notification settings

istudyatuni/kotync

Repository files navigation

Kotync

Rewrite of Kotatsu Synchronization Server in Rust.

Compatibility

  • Can work with MySQL database from original server. See Installing.

Differences

  • Uses Blake3 for hashing passwords
  • Configurable via config file

API differences

  • get /manga: max limit is 1000

Why?

  • To run on low hardware
  • To run as single-binary (turns out, that's currently problematic, because of linking error during cross-compilation)
  • To not use database server (SQLite is used instead by default)

Installing

See Installing.