docs - Adding info about Assistant Customization

This commit is contained in:
silversword411 2022-02-24 11:20:31 -05:00
parent 6a62a0628e
commit e3eb306ea6
No known key found for this signature in database
GPG Key ID: 6F4BD176F56B50CA
4 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# MeshCentral Assistant
## Initial Setup
## Agent Invite Code
```json
"domains": {
"": {
"agentInviteCodes": true
}
}
```
![agent invite code](images/assistant_agent_code.png)
## Agent Invitation Link
For web page customization:
1. Alongside `meshcentral-data` create a folder called `meshcentral-web`
2. Create a `views` folder in it and copy the file `node_modules/meshcentral/views/agentinvite.handlebars` into it.
3. That copy will be served instead of the default one, you can customize as you want.
![agent invite code](images/assistant_invitation_link.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 KiB

View File

@ -27,6 +27,8 @@ site_description: "A remote monitoring and management tool"
site_author: "Ylianst"
site_url: "https://git.meshcentral.com/"
dev_addr: "0.0.0.0:8006"
# Repository
repo_name: "Ylianst/MeshCentral"
repo_url: "https://github.com/Ylianst/MeshCentral"