julien-wff / homepage-bridge

A custom request proxy for my homepage dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homepage bridge

This is a custom request handler for my Homepage dashboard

It currently supports:

Environment variables

No default values are provided. If a required variable is not set, the application will panic.

Variable Description Required Example
MINIO_ENDPOINT Minio prometheus endpoint URL x http://prometheus:9090
MINIO_USERNAME Minio prometheus username minio
MINIO_PASSWORD Minio prometheus password minio

Endpoints

/api/v1/minio

{
  "cluster_usage_bytes": "1234",
  "cluster_bucket_count": "1",
  "cluster_object_count": "12"
}

About

A custom request proxy for my homepage dashboard


Languages

Language:Go 82.7%Language:Dockerfile 17.3%