Skip to content

Commit

Permalink
Add sss to replay list
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Oct 31, 2024
1 parent 3b2e538 commit 49c4831
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReplayBrowser/Pages/Shared/ReplayDetails.razor
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@
text = text.Replace("\n", "<br>");
text = Regex.Replace(text, boldTagPattern, boldTagReplacement);

text = text.Replace("[bullet/]", "");

ReplayEndTextFormatted = new MarkupString(text);
}

Expand Down
9 changes: 9 additions & 0 deletions ReplayBrowser/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
},
"AllowedHosts": "*",
"ReplayUrls": [
{
"url": "https://cdn.replay.unstablefoundation.de/sss/",
"provider": "caddy",
"fallBackServerName": "SSS",
"fallBackServerId": "SSS",
"replayRegex": "(\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2})-round_\\d+\\.zip",
"serverNameRegex": ""
},

{
"url": "https://replays.grimbly.net/grimble/",
"provider": "caddy",
Expand Down

0 comments on commit 49c4831

Please sign in to comment.