docs - Adding info about Assistant Customization
This commit is contained in:
parent
6a62a0628e
commit
e3eb306ea6
|
@ -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 |
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue