Skip to content

Commit

Permalink
SFTP plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw authored and paulsolt-ofsw committed Feb 19, 2025
1 parent 8fa08aa commit 9f19835
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 @@ -37,9 +37,11 @@ module.exports = {
'@ngageoint/mage.image.service',
'@ngageoint/mage.nga-msi',
'@ngageoint/mage.random',
'@ngageoint/mage.sftp.service'
],
webUIPlugins: [
'@ngageoint/mage.arcgis.web-app'
'@ngageoint/mage.arcgis.web-app',
'@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 @@ -31,6 +31,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"
}
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 9f19835

Please sign in to comment.