From b91cf9fc508a6358ff47a49c11d3cce36bda5432 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 14 Apr 2023 12:17:08 +0200 Subject: add healthcheck --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 55d4edf..ec6fac3 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,17 @@ curl -X DELETE -H "token: myuploadtoken" http://docker10.host.lan:5040/delete/fi "success": "File 'file' successfully deleted" } ``` + +### /health + +#### input + +```bash +curl -H "token: myuploadtoken" http://docker10.host.lan:5040/health +``` + +#### output + +```bash +OK +``` -- cgit v1.2.3