chore: removed healthcheck & unused cron stuff from Dockerfile

This commit is contained in:
Jef Roosens 2022-05-16 17:17:42 +02:00
parent 73d2d4b08f
commit 67c4d19921
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 6 additions and 8 deletions

View file

@ -56,6 +56,11 @@ Vieter only supports uploading archives compressed using either gzip, zstd or
xz at the moment.
{{< /hint >}}
### `GET /health`
This endpoint's only use is to be used with healthchecks. It returns a JSON
response with the message "Healthy.".
## API
All API routes require the API key to provided using the `X-Api-Key` header.