feat: Implement server directory registration and user count tracking

This commit is contained in:
HueByte
2026-02-19 06:05:31 +01:00
parent b45b4c3139
commit a273ff6bea
5 changed files with 150 additions and 1 deletions
+4 -1
View File
@@ -10,7 +10,10 @@
},
"Server": {
"Name": "My EchoHub Server",
"Description": "A self-hosted EchoHub chat server"
"Description": "A self-hosted EchoHub chat server",
"PublicServer": false,
"PublicHost": "",
"PublicPort": 5000
},
"Serilog": {
"MinimumLevel": {