mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Start work in desktop multiplexor.
This commit is contained in:
parent
707218aa71
commit
658392bd1e
3 changed files with 624 additions and 1 deletions
|
@ -2570,6 +2570,9 @@ function mainStart() {
|
|||
if (allsspi == false) { modules.push('otplib@10.2.3'); } // Google Authenticator support (v10 supports older NodeJS versions).
|
||||
}
|
||||
|
||||
// Desktop multiplexor support
|
||||
if (config.settings.desktopmultiplex === true) { modules.push('image-size'); }
|
||||
|
||||
// SMS support
|
||||
if ((config.sms != null) && (config.sms.provider == 'twilio')) { modules.push('twilio'); }
|
||||
if ((config.sms != null) && (config.sms.provider == 'plivo')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue