mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 16:32:11 +00:00
Changed hostname value.
This commit is contained in:
@@ -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
18
os_categories.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
[meshcentral-account]
|
||||
websocket_url =
|
||||
hostname =
|
||||
username =
|
||||
password =
|
||||
Reference in New Issue
Block a user