mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-24 22:25:52 -05:00
Merge pull request #3702 from silversword411/master
docs - Adding info about Assistant Customization
This commit is contained in:
commit
2796ee7d69
25
docs/docs/meshcentral/assistant.md
Normal file
25
docs/docs/meshcentral/assistant.md
Normal 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)
|
BIN
docs/docs/meshcentral/images/assistant_agent_code.png
Normal file
BIN
docs/docs/meshcentral/images/assistant_agent_code.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 216 KiB |
BIN
docs/docs/meshcentral/images/assistant_invitation_link.png
Normal file
BIN
docs/docs/meshcentral/images/assistant_invitation_link.png
Normal file
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
Block a user