this post was submitted on 29 Nov 2023
2 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

It's been a long journey through this, having tried various options along the way

For comics, I have tried Mylar3, Kapowarr and LazyLibrarian.
For manga, I have tried the rest (Tanoshi, Mango, Tranga)

The best option I can find at the moment is Tachidesk, which uses the engines of Tachoyami from Android and deploys it into a self-hostable container with all the same extensions allowing you to download manga and comics.

```services:

tachidesk-docker:

image: ghcr.io/suwayomi/tachidesk:preview

container_name: tachidesk-docker

networks:

custom_network_td:

ipv4_address: 172.21.2.11

environment:

- PUID=1000 # ( dont change, require uid to be 1000 )

- PGID=1000 # ( dont change, require gid to be 1000 )

- TZ=Australia/Brisbane # Use TZ database name from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

- LOGGING=file

- DOWNLOAD_AS_CBZ=true

- AUTO_DOWNLOAD_CHAPTERS=true

volumes:

- /configs/tachidesk:/home/suwayomi/.local/share/Tachidesk # edit to your mapped folder

- /srv/dev-disk-by-uuid-aebc3207-2c1e-4053-8114-271d299bca87/downloads/tachidesk:/home/suwayomi/.local/share/Tachidesk/downloads

# - /srv/4a5b5584-5f1b-49ce-9b21-e6f572ec699d/comics:/home/suwayomi/.local/share/Tachidesk/local

ports:

- "4567:4567"

restart: on-failure:3```

To deliver my content, I use Kavita. Could use the other one but I have yet to give it a shot. I then use komf for metadata, but this is imperfect.

I wonder if anyone has a manga/comic tagging/renaming/moving solution that works for them?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 9 months ago

Mylar3 + Komga here. But curious as well 👀