Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijustw0rkhere/mesh-materialui
https://github.com/ijustw0rkhere/mesh-materialui
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijustw0rkhere/mesh-materialui
- Owner: ijustw0rkhere
- License: apache-2.0
- Created: 2023-01-06T18:09:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T14:49:27.000Z (5 months ago)
- Last Synced: 2024-08-01T16:44:11.805Z (3 months ago)
- Language: Handlebars
- Size: 1.3 MB
- Stars: 30
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
}
},
```