-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
App Request: Tachidesk #328
Comments
Compose file here. |
Here is the current compose I used to get it working on my server. This pulls the Preview image which allows adding of extensions. In it i also added the keiyoushi repo. You can also enable flaresolverr or authelia. The docker environment variables can be adjusted based on multiple options from their github listed below, which will write to a "server.conf" file that the program looks for to operate properly.
|
Few comments on this one, based on that compose. The official image doesn't currently support PUID and PGID, so that is running as root at present. About 3 weeks ago the preview build was updated such that docker's own user function will now work without the application failing to start. Prior to this I was using an unofficial image by DDS-Derek which is a little more "sane" out of the box. Still a few quirks with the official image. In my experience if user is specified then while the application will run, the container will fail to create To work around this, I had to mount I'd personally also recommend, as per the devs advice, keeping the envs to a minimum as these forcefully override the settings visible in the panel. Bind IP, Port and the Basic Auth stuff is fine. Flaresolverr and DOWNLOAD_AS_CBZ should probably be left out entirely to be configured in the app's own settings. Basic auth potentially doesn't make sense when authelia can be used. If the worry is accessing tachidesk via the extensions in tachiyomi/mihon, opening webview once to authenticate authelia works until that cookie expires. These apps also seem to just pull info from the |
Thank you for the extra info on it. im not super tech savvy, my server is held together with some gum and tape with my edits and tries. the compose i posted is just what i had that worked on my server. With the webui set to "preview", i agree that extensions wont be needed and can now be added through that setting via the web interface. The reason i left out Authelia was because my tachidesk ios app was unable to open with that enabled, i receive a status code error 401, but when using their basic credential login it worked. im removing the things not needed from my compose posted above to minimize to whats necessary. |
https://github.com/Suwayomi/docker-tachidesk
Tachidesk is a free and open-source manga reader. It is a rewrite of Tachiyomi and is compatible with any platform. Tachidesk uses the tachiyomi plugins for manga and is distributed under MPL 2.0.
This is a great Manga and Comic Book reader as well as downloader. From default settings there is nothing but local sources available, but can use multiple different extensions, like "keiyoushi/extensions" which open up multiple sites that the extension aggrigates which can then be added to your library to read / download locally.
The text was updated successfully, but these errors were encountered: