From 5597c2ae3fa3920340499e0b5924b75352591729 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sun, 11 May 2025 12:33:01 +0200 Subject: [PATCH] docs(readme): add project time badge - Add a badge displaying daily project time to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 154305d..c71206f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # lt-auth-proxy +![Project Time](https://waka.0xmax42.io/api/badge/0XMax42/interval:today/project:lt-auth-proxy?label=Project%20Time) + A lightweight, production-ready reverse proxy for [LanguageTool](https://languagetool.org) with API key authentication. This service acts as a transparent gateway that verifies an `apiKey` before forwarding requests to a running LanguageTool server instance. It is fully self-contained, built in Deno, and distributed as a minimal multi-architecture Docker image.