Alex Ling

Results 143 comments of Alex Ling

Ah so Mango was trying to create the file with `w` mode but failed, and that's why you got the error. Can you check the folder's owner and permissions using...

Then your library folder is owned by root. You might want to check why that happens. It could be that you were using sudo when creating the folder or mounting...

Did you set up your reverse proxy? If KyBook directly accesses Mango with IP + port it probably doesn't go through your reverse proxy, and therefore not setting the X-WEBAUTH-USER...

@haygoodhtpc Oops the route was accidentally deleted in a recent commit. I will do a bug fix release soon.

@haygoodhtpc The 404 issue has been fixed in [v0.26.2](https://github.com/hkalexling/Mango/releases/tag/v0.26.2)

Hi there! From your second screenshot, it looks like Marvin 3 is not recognizing the MIME type `application/vnd.comicbook+zip`, but it is the correct MIME type for CBZ (see https://en.wikipedia.org/wiki/Comic_book_archive). Have...

I see. I will try Ubooquity and inspect its OPDS feed to see if we can support these readers. Thanks for letting me know!

Thanks! I think `application/octet-stream` is just the generic type for binary data. Let me try and see if changing the type helps.

Docker always runs containers as root and that's not the problem with Mango itself. As far as I know adding `user: "1000:1000"` to `docker-compose.yml` should do the trick. Have you...

You can go to Admin -> User Management, click the edit button next to your username, and then click "change password".