Add sample-config folder

This commit is contained in:
raul 2024-06-10 12:42:51 +02:00
parent 594d439ea9
commit d1e4d64fd6
3 changed files with 23 additions and 4 deletions

View File

@ -0,0 +1,14 @@
{
"Date": "2024-06-10T09:22:29.047338443+02:00",
"List": [
{
"Username": "sample_user",
"UID": "1000",
"GID": "1000",
"OperatingSystem": "linux",
"Hostname": "sample_hostname",
"PublicIP": "127.0.0.1",
"LocalIP": "127.0.0.1"
}
]
}

View File

@ -0,0 +1,9 @@
[Server]
# Port to use for web interface
#WebPort = "8080"
# Port to use for communicating with clients
#Port = "1302"
# Path to look for clients in
#ClientPath = "/home/raul/.config/tiamat/clients.json"

View File

@ -1,4 +0,0 @@
[Server]
WebPort = "8080"
Port = "1302"
ClientPath = "/home/raul/.config/tiamat/clients.json"