[PR #17] [MERGED] Gotify support #575

Open
opened 2025-11-20 04:25:18 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/17
Author: @qdm12
Created: 9/6/2019
Status: Merged
Merged: 9/6/2019
Merged by: @qdm12

Base: masterHead: gotify-support


📝 Commits (2)

  • 5558c33 Added Gotify support and notifications
  • 1d8510f Readme update for Gotify

📊 Changes

11 files changed (+176 additions, -10 deletions)

View changed files

📝 README.md (+20 -0)
📝 go.mod (+1 -0)
📝 go.sum (+42 -0)
📝 main.go (+15 -5)
pkg/admin/gotify.go (+53 -0)
📝 pkg/params/init.go (+4 -0)
📝 pkg/params/params.go (+20 -0)
📝 pkg/server/serve.go (+7 -1)
📝 pkg/update/trigger.go (+7 -4)
📝 pkg/update/update.go (+7 -0)
readme/gotify.jpg (+0 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/17 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 9/6/2019 **Status:** ✅ Merged **Merged:** 9/6/2019 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `gotify-support` --- ### 📝 Commits (2) - [`5558c33`](https://github.com/qdm12/ddns-updater/commit/5558c338ead5a8933f1a7ba6cdc9bdad7e6b274e) Added Gotify support and notifications - [`1d8510f`](https://github.com/qdm12/ddns-updater/commit/1d8510fed2dc3187d5d548676a96651022135447) Readme update for Gotify ### 📊 Changes **11 files changed** (+176 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+20 -0) 📝 `go.mod` (+1 -0) 📝 `go.sum` (+42 -0) 📝 `main.go` (+15 -5) ➕ `pkg/admin/gotify.go` (+53 -0) 📝 `pkg/params/init.go` (+4 -0) 📝 `pkg/params/params.go` (+20 -0) 📝 `pkg/server/serve.go` (+7 -1) 📝 `pkg/update/trigger.go` (+7 -4) 📝 `pkg/update/update.go` (+7 -0) ➕ `readme/gotify.jpg` (+0 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#575