docs(ntfy): describe actions and auth

This commit is contained in:
Ali BARIN
2022-12-05 00:52:13 +01:00
parent e1c080f237
commit 32e77de8bb
4 changed files with 31 additions and 0 deletions

View 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 />

View 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.