feat(pushover): add pushover integration
This commit is contained in:
14
packages/backend/src/apps/pushover/index.ts
Normal file
14
packages/backend/src/apps/pushover/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import defineApp from '../../helpers/define-app';
|
||||
import auth from './auth';
|
||||
|
||||
export default defineApp({
|
||||
name: 'Pushover',
|
||||
key: 'pushover',
|
||||
baseUrl: 'https://pushover.net',
|
||||
apiBaseUrl: 'https://api.pushover.net',
|
||||
iconUrl: '{BASE_URL}/apps/pushover/assets/favicon.svg',
|
||||
authDocUrl: 'https://automatisch.io/docs/apps/pushover/connection',
|
||||
primaryColor: '249DF1',
|
||||
supportsConnections: true,
|
||||
auth,
|
||||
});
|
||||
Reference in New Issue
Block a user