Skip to content

chain710/manga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MangaDepot

alt screen

what

Simple manga reader in browser. Written in go

inspired by kavitareader and komga

copy most front end code from komga, with improvement in reader and better archive support

limitation

  • no user management nor authentication
  • only support zip/rar files (files supported by go-unarr).
  • database: only support postrges

build

# build docker image
docker build --no-cache --progress=plain -t chain710/manga-depot:latest .

run

# setup database
docker run -it --rm manga-depot:v0.0.1 migrate up --dsn 'postgres://manga:123456@localhost:5432/manga?sslmode=disable'
# create extension if necessary
# in postgres with superuser
create extension pg_jieba
# run service
docker run -d -v /host_books:/container_books -p 8080:8080 manga-depot:v0.0.1 serve --dsn 'postgres://manga:123456@localhost:5432/manga?sslmode=disable'

TODO

server

  • improve smart cover selection
  • list ongoing tasks(scan lib mostly)
  • better sql builder

front end

  • mark volume read/unread
  • reader original mode
  • book meta edit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published