A self-hostable, simple web service to keep track of your owned mangas.
- manga list with owned volumes and specials
- plain text list for data saving / fast loading times while being at a convention for example
- people can recommend you new mangas
- statistics about how many mangas and volumes you own
- MyAnimeList-related data on your manga list (e.g. score, cover image)
- mark mangas as completed
- Download the latest release: https://github.com/Kaishiyoku/manga-organizer/releases/latest
- run
composer install --no-dev --no-scripts
- run
php artisan migrate
- run
php artisan make:user
- run
npm install
- run
npm run prod
- copy the .env.example file and fill in the necessary values:
@php -r \"file_exists('.env') || copy('.env.example', '.env');\"
If you want to use the MAL API fetching automatism you have to setup a cronjob:
$ sudo crontab -e -u www-data
Add the cronjob (please adjust the path if necessary):
* * * * * php /var/www/html/manga-organizter/artisan schedule:run >> /var/www/html/manga-organizer/storage/logs/scheduler.log 2>&1
MIT (https://github.com/Kaishiyoku/manga-organizer/blob/master/LICENSE)
Twitter: @kaishiyoku
Website: https://andreas-wiedel.de
MAL: kaishiyoku