docs - tips and plugins
silversword411 committed
Aug 7, 2022 at 18:10 UTC
4e2c15458c6488df60519ab86808ac9be75f74fc
2 files changed
+16
docs/docs/meshcentral/plugins.md
+7
@@ -1,5 +1,8 @@
1
# Plugins
2
3
+!!!note
4
+ Plugins are not supported, if you have problems with MeshCentral please disable all plugins before further troubleshooting.
5
+
6
## Installation
7
8
1. Enable plugins in the configuration and restart MC as described.
@@ -7,3 +10,7 @@
10
3. Go my `My Server` -> `Plugins`, hit the Download plugin button.
11
4. A dialog opens requesting an URL, put in: <https://github.com/ryanblenis/MeshCentral-ScriptTask>
12
5. The plugin pops up in the plugin list below the download button, you can now configure and enable/disable it.
13
+
14
+## List of plugins
15
+
16
+<https://github.com/topics/meshcentral-plugin>
docs/docs/tipsntricks.md
new
+9
@@ -0,0 +1,9 @@
1
+# Tips n' Tricks
2
+
3
+## Colors in SSH
4
+
5
+The SSH terminal does support color. The issue is going to be the terminal configuration of the shell. Try typing this:
6
+
7
+```bash
8
+ls -al --color /tmp
9
+```