docs(ntfy): describe actions and auth
This commit is contained in:
12
packages/docs/pages/apps/ntfy/actions.md
Normal file
12
packages/docs/pages/apps/ntfy/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
favicon: /favicons/ntfy.svg
|
||||
items:
|
||||
- name: Send a message
|
||||
desc: Sends a message to a topic you specify.
|
||||
---
|
||||
|
||||
<script setup>
|
||||
import CustomListing from '../../components/CustomListing.vue'
|
||||
</script>
|
||||
|
||||
<CustomListing />
|
10
packages/docs/pages/apps/ntfy/connection.md
Normal file
10
packages/docs/pages/apps/ntfy/connection.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Ntfy
|
||||
|
||||
:::info
|
||||
This page explains the steps you need to follow to set up the Ntfy
|
||||
connection in Automatisch. If any of the steps are outdated, please let us know!
|
||||
:::
|
||||
|
||||
If you use ntfy.sh, the official public server for this service, you do not need to set up a connection with a custom configuration. It's enough to create one with the default server URL.
|
||||
|
||||
However, if you have a ntfy installation, that's different than ntfy.sh, you need to specify your server URL on Automatisch while creating a connection. Additionally, you may need to provide your username and password if your installation requires authentication.
|
Reference in New Issue
Block a user