Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 981 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 981 Bytes

Kotync

Rewrite of Kotatsu Synchronization Server in Rust.

Hosted servers

These are not official servers, use at your own risk.

Server Location Status
kosync.estebiu.com Nice, France
kotync.013666.xyz San Jose, Usa

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.