Skip to content

Commit

Permalink
Harmony replays
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Jul 18, 2024
1 parent 1c986c8 commit 490843b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ReplayBrowser/Pages/Changelog.razor
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@page "/changelog"
<h3>Changelog</h3>

<p>19.07.2024</p>
<ul>
<li>Added Harmony as a replay source.</li>
</ul>
<p>12.07.2024</p>
<ul>
<li>Added RMC-14 as a replay source.</li>
Expand Down
8 changes: 8 additions & 0 deletions ReplayBrowser/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
},
"AllowedHosts": "*",
"ReplayUrls": [
{
"url": "http://cdn.harmony14.com:27690/replays/",
"provider": "nginx",
"fallBackServerName": "harmony",
"fallBackServerId": "harmony",
"replayRegex": "[a-zA-Z0-9-]+-(\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2})-round_\\d+\\.zip$",
"serverNameRegex": "([a-zA-Z0-9-]+)-\\d{4}_\\d{2}_\\d{2}-\\d{2}_\\d{2}-round_\\d+\\.zip$"
},
{
"url": "https://replays.rouny-ss14.com/replays/alamo/",
"provider": "nginx",
Expand Down

0 comments on commit 490843b

Please sign in to comment.