Skip to content

firedfromlife/komga-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Komga-Exporter

Prometheus Exporter Service for Komga written in TS for Deno. Designed for Docker deployments.

Deployment

  1. Create your .env file.
  2. Build the Docker image and deploy it!
  3. Connect to Prometheus.

Run Locally

Clone the project

  git clone https://github.com/firedfromlife/komga-exporter

Go to the project directory

  cd komga-exporter

Create your .env file.

Start the server

  deno run start

Configuration

The server supports 4 environement variables:

Key Type Default Description Example
API_KEY String N/A API Key for a Komga admin account. asdf1234
API_URL String N/A The URL of your Komga instance. http://komga.example.com
PORT Int 9780 Port used to serve data. -
TIMEOUT Int 5000 UNUSED N/A

License

MIT

About

Prometheus Exporter Service for Komga written in TS for Deno. Designed for Docker deployments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors