mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-15 04:21:51 +00:00
docs - tips and plugins
This commit is contained in:
parent
fda71bf1e7
commit
4e2c15458c
2 changed files with 16 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
# Plugins
|
# Plugins
|
||||||
|
|
||||||
|
!!!note
|
||||||
|
Plugins are not supported, if you have problems with MeshCentral please disable all plugins before further troubleshooting.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Enable plugins in the configuration and restart MC as described.
|
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.
|
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>
|
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.
|
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
9
docs/docs/tipsntricks.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in a new issue