Finalizing online support for dashboard, cloud version support

This commit is contained in:
Paulo Truta
2021-06-21 01:39:15 +00:00
parent 4614a0f070
commit 3b3010c8f0
4 changed files with 39 additions and 46 deletions
+5 -1
View File
@@ -47,6 +47,10 @@ func GetIP() string {
}
}
}
return ip
}
func GetHostname() string {
return utils.Exec("/", "hostname", []string{})
}