Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 902 Bytes

File metadata and controls

35 lines (21 loc) · 902 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 run on top of MySQL database created by the 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
  • To not use database server (SQLite is used instead by default)

Installing

See Installing.