Prometheus Exporter Service for Komga written in TS for Deno. Designed for Docker deployments.
- Create your .env file.
- Build the Docker image and deploy it!
- Connect to Prometheus.
Clone the project
git clone https://github.com/firedfromlife/komga-exporterGo to the project directory
cd komga-exporterCreate your .env file.
Start the server
deno run startThe 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 |