Giter VIP home page Giter VIP logo

mangatsu / server Goto Github PK

View Code? Open in Web Editor NEW
44.0 44.0 6.0 12.12 MB

๐ŸŒ• Media server for storing, tagging and viewing doujinshi, manga, art collections and other galleries with API and user control. Written in Go.

License: GNU General Public License v3.0

Dockerfile 0.44% Go 99.56%
api comic comic-reader docker doujinshi go manga manga-api manga-server manga-storage mediaserver metadata nas sadpanda self-hosted storage

server's People

Contributors

crescentkohana avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

server's Issues

Metadata sources

Sources to pull metadata from for galleries like manga and doujinshi.

Create separate issues for individual sources.

  • AniList
  • nhentai
  • e(x)-hentai

What else?

TODO list

Web TODO here

Short term

  • #12
  • #5
  • #1
  • #2
  • #3
  • #28
  • #4
  • #7
  • #26
  • Better plain file support and general improvements for the scanner and tagger
  • More testing especially for the server (db, parsers)
  • Allow disabling internal file server to allow for external file serving (like NGINX)
  • Group structured manga with the same series names

Long term

  • #6
  • Improvements to cache policy (e.g. max size)
  • Rework sessions to utilize JWT refresh tokens (expire in 5-15 minutes or so)?
  • Flutter (or something else) mobile app frontend

Initialize database and database user on first launch if needed

Initialize database and database user on first launch if needed. Also an environmental to disable this should be present.

For example for MySQL/MariaDB it'd be:

CREATE USER '<USERNAME>'@'<ADDRESS>' IDENTIFIED BY '<PASSWORD>';
CREATE DATABASE IF NOT EXISTS <DATABASE_NAME> CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
GRANT ALL PRIVILEGES on <DATABASE_NAME>.* to '<USERNAME>'@'<ADDRESS>';
FLUSH privileges;

The utf8mb4 COLLATE utf8mb4_unicode_ci helps with support for Japanese, Chinese etc. characters.

Video gallery support

Video support (at least mp4, webm) in galleries for both the backend and frontend.

Many cosplay and art collections include them.

Support for periodical scanning

Support for periodical scanning. Allow users to specifify the interval. Maybe library specific (as multiple library locations is supported)?

Migrate gallery.go and validations.go to goqu

This one might be the most challenging part of the goqu rework.

  • GetGalleries function is very elaborate and prone to bugs if not converted carefully.
  • UpdateGallery can probably be refactored to be much shorter and better written overall. The Jet library made it hard to do partial updates.
  • NeedsUpdate isn't used anywhere currently and can be pretty much ignored

Gallery metadata editing

Allow admins to edit gallery metadata through the web app.

  • Gallery data
  • Gallery reference data
  • Tags

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.