feat: add sftp integration

This commit is contained in:
Rıdvan Akca
2024-04-15 18:17:10 +02:00
parent e4292815cd
commit 745263cb41
10 changed files with 517 additions and 9 deletions

View File

@@ -0,0 +1,14 @@
import defineApp from '../../helpers/define-app.js';
import auth from './auth/index.js';
export default defineApp({
name: 'SFTP',
key: 'sftp',
iconUrl: '{BASE_URL}/apps/sftp/assets/favicon.svg',
authDocUrl: 'https://automatisch.io/docs/apps/sftp/connection',
supportsConnections: true,
baseUrl: '',
apiBaseUrl: '',
primaryColor: '000000',
auth,
});