Built motion from commit 85328c08.|2.5.50
[motion2.git] / server / app.js
index 985e731..8af6ed2 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x2ff5=['./config/seedDB','default','catch','error','exit','./mysqldb','./rpc','./config/logger','app','./config/pm2','./config/pm2/config','./config/schedule','./config/schedule/chat','./config/schedule/transcribe','sequelize','sync','listen','then','info','start','map','online','name','Offline\x20apps:','filter','status','join','None','seedDB'];(function(_0x15cd66,_0x15eae4){var _0x3cf022=function(_0x3bb95a){while(--_0x3bb95a){_0x15cd66['push'](_0x15cd66['shift']());}};_0x3cf022(++_0x15eae4);}(_0x2ff5,0x1d5));var _0x52ff=function(_0x2c79e0,_0x4bb088){_0x2c79e0=_0x2c79e0-0x0;var _0x505015=_0x2ff5[_0x2c79e0];return _0x505015;};'use strict';var _=require('lodash');var mysqldb=require(_0x52ff('0x0'));var rpc=require(_0x52ff('0x1'));var config=require('./config/environment');var logger=require(_0x52ff('0x2'))(_0x52ff('0x3'));var pm2=require(_0x52ff('0x4'));var pm2Config=require(_0x52ff('0x5'));var schedule=require(_0x52ff('0x6'));var chat=require(_0x52ff('0x7'));var whatsapp=require('./config/schedule/whatsapp');var transcribe=require(_0x52ff('0x8'));function main(){return mysqldb['db'][_0x52ff('0x9')][_0x52ff('0xa')]()['then'](function(){return rpc[_0x52ff('0xb')]();})[_0x52ff('0xc')](function(_0x3cfd13){logger[_0x52ff('0xd')](_0x3cfd13);return chat[_0x52ff('0xe')]();})[_0x52ff('0xc')](function(){return whatsapp[_0x52ff('0xe')]();})[_0x52ff('0xc')](function(){return schedule[_0x52ff('0xe')]();})[_0x52ff('0xc')](function(){return transcribe[_0x52ff('0xe')]();})[_0x52ff('0xc')](function(_0xe66d8f){logger[_0x52ff('0xd')](_0xe66d8f);return pm2[_0x52ff('0xe')](pm2Config);})['then'](function(_0x59afbe){logger['info']('Online\x20apps:',_[_0x52ff('0xf')](_['filter'](_0x59afbe,{'status':_0x52ff('0x10')}),_0x52ff('0x11'))['join']());logger[_0x52ff('0xd')](_0x52ff('0x12'),_[_0x52ff('0xf')](_[_0x52ff('0x13')](_0x59afbe,function(_0x418202){return _0x418202[_0x52ff('0x14')]!=='online';}),_0x52ff('0x11'))[_0x52ff('0x15')]()||_0x52ff('0x16'));config[_0x52ff('0x17')]&&require(_0x52ff('0x18'))[_0x52ff('0x19')]();require('./config/license')[_0x52ff('0x19')]();})[_0x52ff('0x1a')](function(_0x3cbe60){logger[_0x52ff('0x1b')]('Server\x20failed\x20to\x20start\x20due\x20to\x20error:\x20%s',_0x3cbe60);process[_0x52ff('0x1c')](0x1);});}main();
\ No newline at end of file
+var _0x27c5=['./config/logger','app','./config/pm2','./config/pm2/config','./config/schedule','./config/schedule/chat','./config/schedule/whatsapp','./config/schedule/cloud-provider','sync','seedDB','default','then','listen','info','start','exitCode','length','map','name','Online\x20apps:','join','Offline\x20apps:','filter','status','None','log','App\x20Ready!','Server\x20failed\x20to\x20start\x20due\x20to\x20error!','error','Server\x20failed\x20to\x20start\x20due\x20to\x20error:\x20%s','exit','./config/seedDB','./config/license','./rpc'];(function(_0x296e42,_0x381970){var _0x497996=function(_0x113ed7){while(--_0x113ed7){_0x296e42['push'](_0x296e42['shift']());}};_0x497996(++_0x381970);}(_0x27c5,0x173));var _0x527c=function(_0x38efe1,_0x34a883){_0x38efe1=_0x38efe1-0x0;var _0x44c9fb=_0x27c5[_0x38efe1];return _0x44c9fb;};'use strict';var _=require('lodash');var db=require('./mysqldb')['db'];var seedDb=require(_0x527c('0x0'));var checkLicense=require(_0x527c('0x1'));var rpc=require(_0x527c('0x2'));var config=require('./config/environment');var logger=require(_0x527c('0x3'))(_0x527c('0x4'));var pm2=require(_0x527c('0x5'));var pm2Config=require(_0x527c('0x6'));var schedule=require(_0x527c('0x7'));var chat=require(_0x527c('0x8'));var whatsapp=require(_0x527c('0x9'));var transcribe=require('./config/schedule/transcribe');var provider=require(_0x527c('0xa'));function main(){return db['sequelize'][_0x527c('0xb')]()['then'](function(){if(config[_0x527c('0xc')]){return seedDb[_0x527c('0xd')]();}})[_0x527c('0xe')](function(){return checkLicense['default']();})[_0x527c('0xe')](function(){return rpc[_0x527c('0xf')]();})[_0x527c('0xe')](function(_0x369374){logger[_0x527c('0x10')](_0x369374);return chat[_0x527c('0x11')]();})[_0x527c('0xe')](function(){return whatsapp[_0x527c('0x11')]();})[_0x527c('0xe')](function(){return schedule[_0x527c('0x11')]();})[_0x527c('0xe')](function(){return transcribe['start']();})['then'](function(){return provider[_0x527c('0x11')]();})[_0x527c('0xe')](function(_0x30a65a){logger[_0x527c('0x10')](_0x30a65a);return pm2['start'](pm2Config);})[_0x527c('0xe')](function(_0xf7c373){var _0x5de1a2=_0xf7c373['filter'](function(_0x2fce03){return typeof _0x2fce03['exitCode']==='number'&&_0x2fce03[_0x527c('0x12')]>=0x0;});if(_0x5de1a2[_0x527c('0x13')]>0x0){throw new Error(_0x5de1a2[_0x527c('0x13')]+'\x20processes\x20failed\x20at\x20startup:\x20'+_[_0x527c('0x14')](_0x5de1a2,function(_0x1f2702){return'\x22'+_0x1f2702['pm2_env'][_0x527c('0x15')]+'\x22';}));}logger['info'](_0x527c('0x16'),_[_0x527c('0x14')](_['filter'](_0xf7c373,{'status':'online'}),_0x527c('0x15'))[_0x527c('0x17')]());logger[_0x527c('0x10')](_0x527c('0x18'),_['map'](_[_0x527c('0x19')](_0xf7c373,function(_0x526b03){return _0x526b03[_0x527c('0x1a')]!=='online';}),_0x527c('0x15'))['join']()||_0x527c('0x1b'));console[_0x527c('0x1c')](_0x527c('0x1d'));})['catch'](function(_0x166a42){console['log'](_0x527c('0x1e'),_0x166a42);logger[_0x527c('0x1f')](_0x527c('0x20'),_0x166a42);process[_0x527c('0x21')](0x1);});}main();
\ No newline at end of file