1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Add call to onWebUIStartupEnd when pluginHandler is refreshed, so new plugins can run their startups, if they have one.

Add plugins option (disabled) to the sample config
This commit is contained in:
Ryan Blenis 2020-01-03 03:10:42 -05:00
parent fdd56b2dc5
commit 7ca65028d8
2 changed files with 5 additions and 2 deletions

View file

@ -64,7 +64,10 @@
"meshcommander": "https://www.meshcommander.com/"
},
"__MaxInvalidLogin": "Time in minutes, max amount of bad logins from a source IP in the time before logins are rejected.",
"MaxInvalidLogin": { "time": 10, "count": 10, "coolofftime": 10 }
"MaxInvalidLogin": { "time": 10, "count": 10, "coolofftime": 10 },
"_plugins": {
"enabled": true
}
},
"_domains": {
"": {