Sign inSign up

darinirvana/komf

By darinirvana

Updated 7 months ago

Komga and Kavita metadata fetcher with experimental E-Hentai Provider support

Image
Languages & frameworks
Web servers
0

10K+

darinirvana/komf repository overview

Komf

Komga and Kavita Metadata Fetcher is a tool that fetches metadata and thumbnails for your digital comic book library. It can automatically pick up added series and update their metadata and thumbnail. You can also manually search and identify series, or match the entire library or a series.

E-Hentai Provider config example
metadataProviders:
  libraryProviders:
    # Change it to your library ID
    "0123456789abc":
      eHentai:
        priority: 1
        enabled: true
        preferredLanguages:
          - "en" # You can change the list on your own
          - "jp"
        seriesMetadata:
          thumbnail: false # Recommended value
          nameMatchingMode: "EXACT" # Recommended value
Docker compose example
services:
  komf:
    image: sndxr/komf:latest
    container_name: komf
    ports:
      - "8085:8085"
    user: "1000:1000"
    environment: # optional env config
      - KOMF_KOMGA_BASE_URI=http://komga:8080
      - [email protected]
      - KOMF_KOMGA_PASSWORD=admin
      - KOMF_KAVITA_BASE_URI=http://kavita:5000
      - KOMF_KAVITA_API_KEY=16707507-d05d-4696-b126-c3976ae14ffb
      - KOMF_LOG_LEVEL=INFO
    volumes:
      - /path/to/config:/config #path to directory with application.yml and database file
    restart: unless-stopped

Requires config file named application.yml to be mounted to /config directory.

Example config can be found at https://github.com/Snd-R/komf

Tag summary

Content type

Image

Digest

sha256:cb8beb1bd

Size

170.4 MB

Last updated

7 months ago

docker pull darinirvana/komf