Working prototype and clear and easy to understand logic.

This commit is contained in:
Daan
2025-03-22 03:21:45 +01:00
parent 59194abc27
commit 660312eff3
4 changed files with 167 additions and 79 deletions

View File

@@ -1,7 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
"settings": {
"plugins":{"enabled": false},
"plugins":{
"enabled": false
},
"cert": "myserver.mydomain.com",
"_WANonly": true,
"_LANonly": true,
@@ -22,6 +24,13 @@
"user": "",
"password": "",
"database": ""
},
"_mariaDB": {
"host": "",
"port": "",
"user": "",
"password": "",
"database": ""
}
},
"domains": {