Skip to content

Releases: Mangatsu/server

v0.1.1

03 Feb 13:33
32a7d86
Compare
Choose a tag to compare

Changed

  • Change HTTP method of updating progress and favorites from PUT to PATCH

Fixed

  • Filtering by favorite groups

v0.1.0

30 Jan 22:30
7f448d2
Compare
Choose a tag to compare

Initial release

  • Multiple root directories with two layouts: freeform and structured
  • Scanning manga and other collections
    • Supports ZIP (or CBZ), RAR (or CBR), 7z and plain image (png, jpg, jpeg, webp, gif, tiff, bmp) files
  • Metadata parsing from filenames and x styled JSON files inside the archive or besides it
  • API
    • Extensive filtering, sorting and searching capabilities
    • Additional features for registered users such as tracking reading progress and adding favorite groups
  • User access control
    • Private: only logged-in users can access the collection and archives (public registration disabled by default)
    • Restricted: users need a global passphrase to access collection and its galleries
    • Public: anyone can access (only read) collection and its galleries
    • Assignable roles (admin, member, viewer)
    • Session management
  • Local cache and thumbnail support
    • File server can be disabled to allow web servers like NGINX to handle the files