Changed hostname value.

This commit is contained in:
Daan Selen
2025-02-27 14:52:25 +01:00
parent ff6e1f6cb7
commit d62d80fb16
3 changed files with 20 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ async def init_connection(credentials: dict) -> meshctrl.Session:
'''
session = meshctrl.Session(
credentials['websocket_url'],
credentials['hostname'],
user=credentials['username'],
password=credentials['password']
)

18
os_categories.json Normal file
View File

@@ -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"
]
}
}

View File

@@ -1,4 +1,4 @@
[meshcentral-account]
websocket_url =
hostname =
username =
password =