Changed hostname value.
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ async def init_connection(credentials: dict) -> meshctrl.Session:
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
session = meshctrl.Session(
|
session = meshctrl.Session(
|
||||||
credentials['websocket_url'],
|
credentials['hostname'],
|
||||||
user=credentials['username'],
|
user=credentials['username'],
|
||||||
password=credentials['password']
|
password=credentials['password']
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"Linux": {
|
||||||
|
"Debian": [
|
||||||
|
"Debian GNU/Linux 12 (bookworm)",
|
||||||
|
"Debian GNU/Linux 11 (bullseye)"
|
||||||
|
],
|
||||||
|
"Ubuntu": [
|
||||||
|
"Ubuntu 24.04.1 LTS",
|
||||||
|
"Ubuntu 22.04.5 LTS",
|
||||||
|
"Ubuntu 20.04.6 LTS"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"MacOS": {
|
||||||
|
"Sequoia": [
|
||||||
|
"macOS 15.0.1"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
[meshcentral-account]
|
[meshcentral-account]
|
||||||
websocket_url =
|
hostname =
|
||||||
username =
|
username =
|
||||||
password =
|
password =
|
||||||
Reference in New Issue
Block a user