Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 458 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 458 Bytes

mesh-materialui

Custom UI for MeshCentral based on Material UI

The meshcentral-web folder, along with its custom files, must be placed in the root folder of your MeshCentral instance alongside the meshcentral-data folder.

notes

Requires MeshCentral to be configured with the following options: (maybe not nightMode, but it was designed with that configured)

"domains": {
  "": {
    "hide": 5,
    "nightMode": 1,
    "minify": false
  }
},