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 v1.3.0 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
    โ”œโ”€โ”€ ServiceModule
    โ”‚   โ”œโ”€โ”€ ConnectionStrings.json
    โ”‚   โ”œโ”€โ”€ JwtAuth.json
    โ”‚   โ”œโ”€โ”€ RateLimiter.json
    โ”‚   โ””โ”€โ”€ Users.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.

๐Ÿ›ก๏ธ Service Module

Allows Binacle.Net to run as a managed service with authentication and rate limiting.

๐Ÿ–ฅ๏ธ UI Module

Provides a web-based UI for packing demos and protocol decoding.