start addons and apps in the cloudron network
also remove getLinkSync, since we don't use linking anymore
This commit is contained in:
@@ -265,7 +265,7 @@ function start(callback) {
|
||||
res.end();
|
||||
});
|
||||
|
||||
gServer.listen(config.get('ldapPort'), callback);
|
||||
gServer.listen(config.get('ldapPort'), '0.0.0.0', callback);
|
||||
}
|
||||
|
||||
function stop(callback) {
|
||||
|
||||
Reference in New Issue
Block a user