sndxr/komf

By sndxr

Updated 8 months ago

Komga and Kavita metadata fetcher

Image
10

1M+

sndxr/komf repository overview

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 applicationl.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:8c2034ad7

Size

176.1 MB

Last updated

8 months ago

docker pull sndxr/komf