feat: implement JSON backup export functionality with improved download handling
All checks were successful
Publish Container / publish (push) Successful in 3m25s

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Marco 2026-04-24 14:16:15 +02:00
commit bf333c4a00
7 changed files with 96 additions and 5 deletions

View file

@ -13,10 +13,13 @@
"DefaultUsername": "Admin",
"DefaultUserId": "ADMIN"
},
"DetailedErrors": false,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"WorkTracker": "Debug",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Components.Server.Circuits": "Information"
}
},
"AllowedHosts": "*"