potatoeggy / mandown

Comic/manga/webtoon downloader and CBZ/EPUB/MOBI/PDF converter
GNU Affero General Public License v3.0
45 stars 7 forks source link

Feature request: Docker and webapp #74

Closed stanthewizzard closed 2 months ago

stanthewizzard commented 2 months ago

Hello

Could be awesome to have mandown inside a docker (no issues of version etc) and with a webapp you put the link of the comics to download and it's downloaded in downloads (and then download is a mount to something else through docker compose)

It's a big leap but would be AWESOME thanks

potatoeggy commented 2 months ago

Thank you for your suggestion! Unfortunately, I don't have the need or bandwidth to support this. Docker seems kinda overkill for a CLI app (pip install mandown==1.7.0 will always download that version), and deploying Mandown as a web app is outside the scope of the project.