Updated indexer documentation to reflect recent healthchecks addition

This commit is contained in:
2025-06-11 13:24:21 +02:00
parent a3d1a4679c
commit d95c1c57bb

View File

@@ -5,6 +5,7 @@ The indexer by default
- Ignores API keys when in development mode - Ignores API keys when in development mode
- Uses Elmah error logging (endpoint: `/elmah`, local files: `~/logs`) - Uses Elmah error logging (endpoint: `/elmah`, local files: `~/logs`)
- Uses serilog logging (local files: `~/logs`) - Uses serilog logging (local files: `~/logs`)
- Uses HealthChecks (endpoint: `/healthz`)
## Installing the dependencies ## Installing the dependencies
## Ubuntu 24.04 ## Ubuntu 24.04
1. Install the .NET SDK: `sudo apt update && sudo apt install dotnet-sdk-8.0 -y` 1. Install the .NET SDK: `sudo apt update && sudo apt install dotnet-sdk-8.0 -y`