docs - tips and plugins

This commit is contained in:
silversword411 2022-08-07 18:10:47 -04:00
parent fda71bf1e7
commit 4e2c15458c
No known key found for this signature in database
GPG Key ID: 6F4BD176F56B50CA
2 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Plugins
!!!note
Plugins are not supported, if you have problems with MeshCentral please disable all plugins before further troubleshooting.
## Installation
1. Enable plugins in the configuration and restart MC as described.
@ -7,3 +10,7 @@
3. Go my `My Server` -> `Plugins`, hit the Download plugin button.
4. A dialog opens requesting an URL, put in: <https://github.com/ryanblenis/MeshCentral-ScriptTask>
5. The plugin pops up in the plugin list below the download button, you can now configure and enable/disable it.
## List of plugins
<https://github.com/topics/meshcentral-plugin>

9
docs/docs/tipsntricks.md Normal file
View File

@ -0,0 +1,9 @@
# Tips n' Tricks
## Colors in SSH
The SSH terminal does support color. The issue is going to be the terminal configuration of the shell. Try typing this:
```bash
ls -al --color /tmp
```