From 2203ee2f012b1948bb51a2b58f84578ec5af1685 Mon Sep 17 00:00:00 2001 From: headlessdev Date: Tue, 29 Apr 2025 23:48:04 +0200 Subject: [PATCH] Gotify Docs --- docs/notifications/Gotify.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/notifications/Gotify.md b/docs/notifications/Gotify.md index f800ddd..6eb1ded 100644 --- a/docs/notifications/Gotify.md +++ b/docs/notifications/Gotify.md @@ -1,3 +1,19 @@ # Gotify -![Set up](../assets/screenshots/notifications_gotify.png) \ No newline at end of file +# Gotify Notification Setup + +To enable Gotify notifications, you need the following information from your Gotify server: + +- **Gotify URL** + The base URL of your Gotify server (e.g., `https://gotify.example.com`). + +- **Gotify Token** + The application token used to authenticate and send messages. + +## How to get these values: + +1. **Log in to your Gotify server.** +2. **Go to the "Applications" section.** +3. **Create a new application** (e.g., "System Alerts"). +4. **Copy the generated token** — this is your Gotify Token. +5. **Use your server's URL** as the Gotify URL. \ No newline at end of file