Skip to content

Commit

Permalink
SFTP plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Sep 20, 2024
1 parent bba95d2 commit 19534ed
Show file tree
Hide file tree
Showing 66 changed files with 41,965 additions and 1 deletion.
4 changes: 3 additions & 1 deletion instance/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ module.exports = {
'@ngageoint/mage.image.service',
'@ngageoint/mage.nga-msi',
'@ngageoint/mage.random',
'@ngageoint/mage.sftp.service'
],
webUIPlugins: [
'@ngageoint/mage.arc-web'
'@ngageoint/mage.arc-web',
'@ngageoint/mage.sftp.web',
],
},
}
Expand Down
2 changes: 2 additions & 0 deletions instance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"@ngageoint/mage.image.service": "../plugins/image/service",
"@ngageoint/mage.nga-msi": "../plugins/nga-msi",
"@ngageoint/mage.random": "../plugins/random",
"@ngageoint/mage.sftp.web": "../plugins/sftp/web/dist/admin",
"@ngageoint/mage.sftp.service": "../plugins/sftp/service",
"@ngageoint/mage.service": "../service",
"@ngageoint/mage.web-app": "../web-app/dist/app"
}
Expand Down
2 changes: 2 additions & 0 deletions plugins/sftp/service/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/lib/
*scratch*/
Loading

0 comments on commit 19534ed

Please sign in to comment.