Configuration
Binacle.Net is designed for flexibility, allowing you to enable only the features you need. Most functionality is provided through modules, each with its own requirements, configuration options, and dependencies.
This guide covers the configuration system for latest version.
Make sure to read Configuration Basics first then proceed with the specifics for this version.
π Table of Contents
π Configuration Files
All configuration files are located in /app/Config_Files.
π Directory Structure
app
βββ Config_Files
βββ Presets.json
βββ DiagnosticsModule
β βββ HealthChecks.json
β βββ OpenTelemetry.json
β βββ PackingLogs.json
β βββ Serilog.json
βββ UiModule
βββ ConnectionStrings.json
π§ Binacle.Net Modules Overview
Each module adds functionality to Binacle.Net. This section provides an overview and links to detailed configuration pages.
ποΈ Binacle.Net Core
The foundation of Binacle.Net. Provides essential API functionality, Swagger UI, and presets.
π Diagnostics Module
Handles system health monitoring, logging, and telemetry. This module is always enabled, but not all of its features come enabled by default.
- π Diagnostics Module Overview
- π Logging
- β€οΈβπ©Ή Health Checks
- π¦ Packing Logs
- π‘ OpenTelemetry
π‘οΈ Service Module
Allows Binacle.Net to run as a managed service with authentication and rate limiting.
This module is primarily made for the official Binacle.Net cloud service. It is still possible to enable it for self-hosted instances, but no documentation is provided for that use case.
Please refer to the Service Module page for more details.
π₯οΈ UI Module
Provides a web-based UI for packing demos and protocol decoding.