docs - Adding info about Assistant Customization
silversword411 committed
Feb 24, 2022 at 11:20 UTC
e3eb306ea6ad32f52d5d82c3fa8958c695906dd7
4 files changed
+27
docs/docs/meshcentral/assistant.md
new
+25
@@ -0,0 +1,25 @@
1
+# MeshCentral Assistant
2
+
3
+## Initial Setup
4
+
5
+## Agent Invite Code
6
+
7
+```json
8
+"domains": {
9
+ "": {
10
+ "agentInviteCodes": true
11
+ }
12
+}
13
+```
14
+
15
+
16
+
17
+## Agent Invitation Link
18
+
19
+For web page customization:
20
+
21
+1. Alongside `meshcentral-data` create a folder called `meshcentral-web`
22
+2. Create a `views` folder in it and copy the file `node_modules/meshcentral/views/agentinvite.handlebars` into it.
23
+3. That copy will be served instead of the default one, you can customize as you want.
24
+
25
+
docs/docs/meshcentral/images/assistant_agent_code.png
Binary files /dev/null and b/docs/docs/meshcentral/images/assistant_agent_code.png differ
docs/docs/meshcentral/images/assistant_invitation_link.png
Binary files /dev/null and b/docs/docs/meshcentral/images/assistant_invitation_link.png differ
docs/mkdocs.yml
+2
@@ -27,6 +27,8 @@ site_description: "A remote monitoring and management tool"
27
site_author: "Ylianst"
28
site_url: "https://git.meshcentral.com/"
29
30
+dev_addr: "0.0.0.0:8006"
31
+
32
# Repository
33
repo_name: "Ylianst/MeshCentral"
34
repo_url: "https://github.com/Ylianst/MeshCentral"