Skip to content

Commit 19534ed

Browse files
committed
SFTP plugin
1 parent bba95d2 commit 19534ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+41965
-1
lines changed

instance/config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ module.exports = {
3636
'@ngageoint/mage.image.service',
3737
'@ngageoint/mage.nga-msi',
3838
'@ngageoint/mage.random',
39+
'@ngageoint/mage.sftp.service'
3940
],
4041
webUIPlugins: [
41-
'@ngageoint/mage.arc-web'
42+
'@ngageoint/mage.arc-web',
43+
'@ngageoint/mage.sftp.web',
4244
],
4345
},
4446
}

instance/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
"@ngageoint/mage.image.service": "../plugins/image/service",
3131
"@ngageoint/mage.nga-msi": "../plugins/nga-msi",
3232
"@ngageoint/mage.random": "../plugins/random",
33+
"@ngageoint/mage.sftp.web": "../plugins/sftp/web/dist/admin",
34+
"@ngageoint/mage.sftp.service": "../plugins/sftp/service",
3335
"@ngageoint/mage.service": "../service",
3436
"@ngageoint/mage.web-app": "../web-app/dist/app"
3537
}

plugins/sftp/service/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/lib/
2+
*scratch*/

0 commit comments

Comments
 (0)