Commit 4f1b4d5
committed
Replace nginx with ASP.NET Core static file hosting
- Move Astro source files into astro/ subdirectory
- Add ASP.NET Core app (Docs.Web) to serve Astro static output with caching, compression, trailing-slash redirects, and custom 404 handling
- Add build.cs script with targets: astro-build, dotnet-build, container, aspire, link-check, verify-formatting, clean
- Containerized Astro build (node:22-slim) for cross-platform consistency
- Dockerfile-free container publishing via dotnet publish /t:PublishContainer targeting aspnet:10.0-alpine
- Add .NET Aspire orchestrator (Docs.AppHost) for local dev
- Remove Dockerfile, .dockerignore, deployment/ (nginx configs), build.sh1 parent 25e87bc commit 4f1b4d5
436 files changed
Lines changed: 784 additions & 303 deletions
File tree
- .github/workflows
- astro
- patches
- public
- src
- assets
- testimonials
- components
- content/docs
- accesstokenmanagement
- advanced
- upgrading
- bff
- architecture
- diagnostics
- extensibility
- management
- fundamentals
- apis
- blazor
- multi-frontend
- session
- management
- getting-started
- images
- samples
- upgrading
- general
- identitymodel-oidcclient
- advanced
- identitymodel
- endpoints
- utils
- identityserver
- apis
- aspnetcore
- images
- aspnet-identity
- configuration
- data
- deployment
- diagnostics
- images
- fundamentals
- resources
- overview
- images
- quickstarts
- images
- javascript-clients
- reference
- dcr
- efoptions
- endpoints
- models
- response-handling
- services
- stores
- validators
- samples
- tokens
- images
- troubleshooting
- ui
- images
- login
- logout
- server-side-sessions
- images
- upgrades
- code
- images
- introspection
- data
- plugins
- styles
- deployment
- server
- Docs.AppHost
- Properties
- Docs.ServiceDefaults
- Docs.Web
- Properties
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
| |||
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
24 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
41 | 42 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | | - | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
31 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
32 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
This file was deleted.
0 commit comments