-
Notifications
You must be signed in to change notification settings - Fork 605
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4120,7 +4120,7 @@ function mainStart() { | |
|
||
// Build the list of required modules | ||
// NOTE: ALL MODULES MUST HAVE A VERSION NUMBER AND THE VERSION MUST MATCH THAT USED IN Dockerfile | ||
var modules = ['[email protected].0', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '@yetzt/nedb', '[email protected]', '[email protected]', '[email protected]', '[email protected]']; | ||
var modules = ['[email protected].1', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '@yetzt/nedb', '[email protected]', '[email protected]', '[email protected]', '[email protected]']; | ||
if (require('os').platform() == 'win32') { modules.push('[email protected]'); modules.push('[email protected]'); if (sspi == true) { modules.push('[email protected]'); } } // Add Windows modules | ||
if (ldap == true) { modules.push('[email protected]'); } | ||
if (ssh == true) { modules.push('[email protected]'); } | ||
|
@@ -4148,7 +4148,7 @@ function mainStart() { | |
|
||
if (typeof config.settings.autobackup == 'object') { | ||
// Setup encrypted zip support if needed | ||
if (config.settings.autobackup.zippassword) { modules.push('archiver-zip-encrypted@1.0.11'); } | ||
if (config.settings.autobackup.zippassword) { modules.push('archiver-zip-encrypted@2.0.0'); } | ||
// Enable Google Drive Support | ||
if (typeof config.settings.autobackup.googledrive == 'object') { modules.push('[email protected]'); } | ||
// Enable WebDAV Support | ||
|