feat(ntfy): add application

This commit is contained in:
Ali BARIN
2022-12-05 00:44:25 +01:00
parent 0abc614a78
commit 46bfc597ec
3 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
import defineApp from '../../helpers/define-app';
import addAuthHeader from './common/add-auth-header';
export default defineApp({
name: 'Ntfy',
key: 'ntfy',
iconUrl: '{BASE_URL}/apps/ntfy/assets/favicon.svg',
authDocUrl: 'https://automatisch.io/docs/apps/ntfy/connection',
supportsConnections: true,
baseUrl: 'https://ntfy.sh',
apiBaseUrl: 'https://ntfy.sh',
primaryColor: '56bda8',
});