All Projects → faldez → Tanoshi

faldez / Tanoshi

Licence: mit
Selfhosted web manga reader

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language
rust
11053 projects

Projects that are alternatives of or similar to Tanoshi

Mt Music Player
Web music player
Stars: ✭ 63 (-11.27%)
Mutual labels:  pwa
Angular Pwa Seed
Multiplatform Angular project (Web/PWA, Mobile and Desktop) with Ionic (and optionally Bootstrap) - Sample: https://angular-pwa-seed.netlify.com
Stars: ✭ 68 (-4.23%)
Mutual labels:  pwa
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-1.41%)
Mutual labels:  pwa
Nipp
🎒 Portable Programmable Text Convertor Hosted on URL: https://nwtgck.github.io/nipp
Stars: ✭ 64 (-9.86%)
Mutual labels:  pwa
Onsenui
Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.
Stars: ✭ 8,518 (+11897.18%)
Mutual labels:  pwa
Ca11
Multi-Protocol Webphone
Stars: ✭ 69 (-2.82%)
Mutual labels:  pwa
Jpg Glitch
glitch images with jpg encoding
Stars: ✭ 1,120 (+1477.46%)
Mutual labels:  pwa
Llumino Pwa
📱 Llumino, a luminous calculator, re-built with the latest web technology (PWA)
Stars: ✭ 71 (+0%)
Mutual labels:  pwa
Mymanga
Manga downloader and reader for Windows 7/8.1/10. Written in C# with a clean and simple WPF interface.
Stars: ✭ 66 (-7.04%)
Mutual labels:  manga
Core
Glue42 Core is a web application integration platform
Stars: ✭ 70 (-1.41%)
Mutual labels:  pwa
Tachiyomi Extensions
Source extensions for the Tachiyomi app.
Stars: ✭ 1,129 (+1490.14%)
Mutual labels:  manga
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+12732.39%)
Mutual labels:  pwa
Satvis
Satellite orbit visualization and pass prediction with Cesium.js
Stars: ✭ 68 (-4.23%)
Mutual labels:  pwa
Onionite
Explore the Tor network
Stars: ✭ 63 (-11.27%)
Mutual labels:  pwa
Parcel Plugin Sw Precache
A Parcel plugin for generating a service worker that precaches resources.
Stars: ✭ 70 (-1.41%)
Mutual labels:  pwa
Deckdeckgo
The web open source editor for presentations
Stars: ✭ 1,117 (+1473.24%)
Mutual labels:  pwa
Hitomi Downloader
🍰 Desktop application to download images/videos/music/text from Hitomi.la and other sites, and more.
Stars: ✭ 1,154 (+1525.35%)
Mutual labels:  manga
Gp Vue Boilerplate
Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
Stars: ✭ 71 (+0%)
Mutual labels:  pwa
Pierfrancescosoffritti.com
Personal website.
Stars: ✭ 70 (-1.41%)
Mutual labels:  pwa
Flatris
Fast-paced two-player web game
Stars: ✭ 1,162 (+1536.62%)
Mutual labels:  pwa

Release Stats

Tanoshi

Selfhosted web manga reader with extension model.

Feature

  • Browse manga from various sources (only mangadex and local for now)
  • Read in continous vertical, single or double paged
  • Read from right to left or right to left
  • Fit image to width, height or original size
  • Favorite manga for faster access

Usage

Run using

./tanoshi-{os}-{arch} -config /path/to/config.yml

Default config can be fount at configs/config.yml

for local manga, directory structure needs to be

/path/to/manga
|_ Series 1
|   |_ Series 1 Chapter1.cbz
|   |_ Series 1 Chapter2.cbz
|_ Series 2
    |_ Series 2 Chapter1.cbz
    |_ Series 2 Chapter2.cbz    

Linux autostart

systemd service example

[Unit]
Description=Selfhosted web manga reader

[Service]
ExecStart=/usr/local/bin/tanoshi-linux-amd64
User=User

[Install]
WantedBy=multi-user.target

Screenshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].