komga
komga copied to clipboard
Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support
Tachiyomi is generally doing a good job through the Komga extension, but there's a few things that will limit the experience going forward. Tachiyomi's code repo is split in 2,...
Komga had a public api since the beginning, and despite very few change of contracts, it's been mostly stable so far. It has however some limitations that starts to show....
### Describe your suggested feature I'm scanning my library with Komga but it seems to be going slower than expected (faster now I turned off Deep Scan). I'd still like...
Translations update from [Hosted Weblate](https://hosted.weblate.org) for [komga/webui](https://hosted.weblate.org/projects/komga/webui/). Current translation status: 
### Steps to reproduce Need help installing komga on portainer, does anyone have a guide on doing this? ### Expected behavior I want to run komga with portainer ### Actual...
### Describe your suggested feature I have some scans that are full width of the original album : one picture with two pages side by side. Is there any way...
### Describe your suggested feature Currently reading lists are built from the StoryArc and AlternateSeries tags (as per [Komga Import Metadata](https://komga.org/guides/scan-analysis-refresh.html#import-metadata-for-cbr-cbz-containing-a-comicinfo-xml-file) ). It would be great if we could have...
Closes #960 Debounce duration is 500ms like the other searching form.
### Describe your suggested feature The route: `/api/v1/author/names` are currently not put in debouncer which make a request every time I typed something. Adding 500ms debouncer (like the other route)...
### Describe your suggested feature The application webpages have inline javascript, which means that if users set a ```content-security-policy``` header, it has to include ```unsafe-inline``` scripts. It is generally recommended...