feat(pushover): add pushover integration

This commit is contained in:
Rıdvan Akca
2023-10-18 18:35:33 +03:00
committed by Faruk AYDIN
parent 4fac1ef7c4
commit 98e6dbe141
9 changed files with 111 additions and 0 deletions

View File

@@ -262,6 +262,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/postgresql/connection' },
],
},
{
text: 'Pushover',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/pushover/connection' }],
},
{
text: 'RSS',
collapsible: true,