-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Docker container for self-hosting #21
Comments
I would love to see this as well - or at least instructions on how to deploy this app in a production environment |
+1 For this, @dlsf |
That link unfortunately does not help; manga-ocr and mokuro are written in Python and the deployment process is different from for mokuro-reader (Typescript with Svelte). I have yet to figure out how to run this app in anything but preview mode (which isn't recommended for production environments); I didn't even manage to run it in dev mode per the instructions in the README. I appreciate the suggestion, though! |
@dlsf comic_text_detector > depends on trdg > depends on > arabic_reshaper which not compatible with python3 So for now it is a dependency version hell |
Hmm, that's weird, I recently got the latest version of mokuro working on my machine, and I even pushed it as an update to the nix package manager. Maybe your Python version is outdated? The latest version of mokuro also doesn't have a requirements.txt file |
go into this cloned directory and run and in -import adapter from '@sveltejs/adapter-auto';
+import adapter from '@sveltejs/adapter-node'; then you can do Sadly still only the persistent storage of the browser will be used to store the files and just linking a mapped volume onto docker is not possible with more changes to mokuro reader to support a way to read files from the disk, although I would also really like that feature |
You can fix Drive by creating your own API key and OAuth client ID on Google Cloud:
|
I would like to self-host this app on my home server using a docker container. Ideally the docker container would accept a mapped volume to the location of all the mokuro bundles, and allow the user to choose one.
The text was updated successfully, but these errors were encountered: