Skip to content

Commit 2d44602

Browse files
committed
Update cdn docs
Signed-off-by: null <56081759+NullWanderer@users.noreply.github.com>
1 parent a48d8ab commit 2d44602

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/en/server-hosting/setting-up-robust-cdn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ sudo chmod -R u+w,g+w builds/ database/ manifest/
8585

8686
### Manual compilation
8787

88-
If you hate containers, you can manually publish Robust.Cdn and deploy the files yourself. For this you will need Git and the .NET 8 SDK. The server that will run the build needs the matching ASP.NET Core Runtime installed, but does not need the SDK itself.
88+
If you hate containers, you can manually publish Robust.Cdn and deploy the files yourself. For this you will need Git and the .NET 9 SDK. The server that will run the build needs the matching ASP.NET Core Runtime installed, but does not need the SDK itself.
8989

9090
Clone the git repo, then publish:
9191

@@ -95,7 +95,7 @@ cd Robust.Cdn
9595
dotnet publish -c Release -r linux-x64 --no-self-contained
9696
```
9797

98-
The finished build will be dropped in `Robust.Cdn/bin/Release/net8.0/linux-x64/publish`. You can copy these into some random location you fancy like `/opt` and run `Robust.Cdn` from there. For example:
98+
The finished build will be dropped in `Robust.Cdn/bin/Release/net9.0/linux-x64/publish`. You can copy these into some random location you fancy like `/opt` and run `Robust.Cdn` from there. For example:
9999

100100
```
101101
/opt/robust_cdn/
@@ -131,7 +131,7 @@ For the love of Miku and all that is holy, do not run the CDN from directly with
131131

132132
## Configuration
133133

134-
Robust.Cdn is an ASP.NET Core app, so it supports configuration both via config file and other sources such as environment variables. You can see [ASP.NET Core's documentation](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-8.0) for a more in-depth overview.
134+
Robust.Cdn is an ASP.NET Core app, so it supports configuration both via config file and other sources such as environment variables. You can see [ASP.NET Core's documentation](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-9.0) for a more in-depth overview.
135135

136136
Most configuration of Robust.Cdn is done via the `appsettings.json` config file. Here is a complete reference of its contents:
137137

0 commit comments

Comments
 (0)