@DaanSelen Docker overhaul intermediate commit.

This commit is contained in:
Daan Selen
2025-03-21 16:32:35 +01:00
parent 5594b15df3
commit 86ecc4267d
5 changed files with 269 additions and 94 deletions

View File

@@ -2,7 +2,6 @@
"$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
"settings": {
"plugins":{"enabled": false},
"_mongoDb": null,
"cert": "myserver.mydomain.com",
"_WANonly": true,
"_LANonly": true,
@@ -15,7 +14,15 @@
"TLSOffload": false,
"SelfUpdate": false,
"AllowFraming": false,
"WebRTC": false
"WebRTC": false,
"_mongoDb": "",
"_postgres": {
"host": "",
"port": "",
"user": "",
"password": "",
"database": ""
}
},
"domains": {
"": {