1
0
Fork 0
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:
Ylian Saint-Hilaire 2020-04-23 23:19:28 -07:00
parent 707218aa71
commit 658392bd1e
3 changed files with 624 additions and 1 deletions

View file

@ -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')) {