feat: initialize web host and implement background AccountEnforcementService for RADIUS account monitoring
Build and Push Docker Image to Gitea Container Registry / build-and-push (push) Successful in 1m13s

This commit is contained in:
Tygozwolle
2026-07-24 15:50:28 +02:00
parent 77a4e31626
commit c85b598b82
2 changed files with 120 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ builder.Services.AddDbContext<RadiusDbContext>(options =>
// Add services
builder.Services.AddScoped<IRadiusService, RadiusService>();
builder.Services.AddScoped<AdminAuthService>();
builder.Services.AddHostedService<AccountEnforcementService>();
// Add Razor components
builder.Services.AddRazorComponents()