Revert "Changed the stats that are sent back to stat server from installed server."
This reverts commit 644cb6d1f6
.
This commit is contained in:
parent
644cb6d1f6
commit
98b3c483be
7 changed files with 207 additions and 45 deletions
|
@ -1,11 +1,14 @@
|
|||
namespace API.DTOs.Stats
|
||||
namespace API.DTOs.Stats
|
||||
{
|
||||
public class ServerInfoDto
|
||||
{
|
||||
public string InstallId { get; set; }
|
||||
public string Os { get; set; }
|
||||
public bool IsDocker { get; set; }
|
||||
public string DotnetVersion { get; set; }
|
||||
public string DotNetVersion { get; set; }
|
||||
public string RunTimeVersion { get; set; }
|
||||
public string KavitaVersion { get; set; }
|
||||
public string BuildBranch { get; set; }
|
||||
public string Culture { get; set; }
|
||||
public bool IsDocker { get; set; }
|
||||
public int NumOfCores { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue