LANCommander/LANCommander.Server/Startup
Pat Hartl 4fc1a45f88 Add support for horizontal scaling
This commit adds support to allow the LANCommander server to scale horizontally. Multiple instances of the application can be deployed for load-balancing purposes. This will require a load balancer in front of the instances, as well as either MySQL or PostgreSQL and a Redis cache.
2026-07-22 20:19:31 -05:00
..
ApplicationSettings.cs Add support for horizontal scaling 2026-07-22 20:19:31 -05:00
Authentication.cs Improve advanced auth provider editing, add role claim mapping 2026-06-21 02:03:51 -05:00
BackgroundProcessing.cs Add support for horizontal scaling 2026-07-22 20:19:31 -05:00
Beacon.cs Add support for horizontal scaling 2026-07-22 20:19:31 -05:00
Cors.cs Clean up startup 2025-03-11 21:21:16 -05:00
Daemon.cs Clean up startup 2025-03-11 21:21:16 -05:00
Database.cs Add support for horizontal scaling 2026-07-22 20:19:31 -05:00
Debug.cs Clean up startup 2025-03-11 21:21:16 -05:00
Endpoints.cs Add support for defining PowerShell modules 2026-06-28 23:02:35 -05:00
Filesystem.cs Add support for defining PowerShell modules 2026-06-28 23:02:35 -05:00
Identity.cs Removing serilog from server 2025-12-11 16:18:33 +11:00
Kestrel.cs Increase buffer size for downloads, avoid throttling large responses via kestrel 2026-02-17 00:30:27 -06:00
Logger.cs Fix log viewer under settings / logs 2026-05-28 20:31:02 -05:00
Middleware.cs Added middleware to use JWT bearer authentication if header exists 2025-03-12 23:48:53 -05:00
Migrations.cs Add support for horizontal scaling 2026-07-22 20:19:31 -05:00
ProviderClaimTypes.cs Improve advanced auth provider editing, add role claim mapping 2026-06-21 02:03:51 -05:00
Razor.cs Increased web socket message size. Fixes issue where changes in script editor for large scripts wouldn't take. 2026-03-19 23:58:06 -05:00
RedisCoordinatorElection.cs Add support for horizontal scaling 2026-07-22 20:19:31 -05:00
RolesClaimAction.cs Improve advanced auth provider editing, add role claim mapping 2026-06-21 02:03:51 -05:00
Scalar.cs Move Scalar config out of extensions, add bearer token field to API reference 2025-03-11 19:32:38 -05:00
Scaling.cs Add support for horizontal scaling 2026-07-22 20:19:31 -05:00
Servers.cs Add support for horizontal scaling 2026-07-22 20:19:31 -05:00
Services.cs Add limit options for saves, user storage, and download speed 2026-06-28 14:09:02 -05:00
SignalR.cs Add support for horizontal scaling 2026-07-22 20:19:31 -05:00
Steam.cs Move Steam integrations to separate assembly, add cmdlets for various Steam actions 2026-01-24 16:37:07 -06:00
Thumbnails.cs Use server engines to start/stop servers 2025-03-24 00:19:33 -05:00