[PR #122] [MERGED] Selfhost.de #614

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/122
Author: @qdm12
Created: 12/6/2020
Status: Merged
Merged: 12/10/2020
Merged by: @qdm12

Base: masterHead: selfhost.de


📝 Commits (5)

📊 Changes

7 files changed (+174 additions, -4 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug.md (+1 -0)
📝 .github/ISSUE_TEMPLATE/help.md (+1 -0)
📝 Dockerfile (+1 -1)
📝 README.md (+11 -3)
📝 internal/constants/providers.go (+2 -0)
📝 internal/params/json.go (+2 -0)
internal/settings/selfhostde.go (+156 -0)

📄 Description

Refers to #120

Finish processing response using https://selfhost.de/cgi-bin/selfhost?p=document&name=api&CGISESSID=5fa0b7b494df6ce16a6b2bd16e003f48


🔄 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/122 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 12/6/2020 **Status:** ✅ Merged **Merged:** 12/10/2020 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `selfhost.de` --- ### 📝 Commits (5) - [`ceea463`](https://github.com/qdm12/ddns-updater/commit/ceea463396eae0d2e9e523475f15083d26bba03d) Add selfhost.de support - [`ff39f31`](https://github.com/qdm12/ddns-updater/commit/ff39f31996222ade8ba7c0305f526e912f17790f) Update documentation - [`512d8f0`](https://github.com/qdm12/ddns-updater/commit/512d8f01c26b4bb4712f2dd2a32b2bfe3addef12) Final response processing adjustments - [`cda46fc`](https://github.com/qdm12/ddns-updater/commit/cda46fc43703060418197628299aff464ac9c3e2) Fix bug - [`a49e37f`](https://github.com/qdm12/ddns-updater/commit/a49e37fa07b1d43651e6e4e6fa70b8e7be40710f) Update readme on credentials ### 📊 Changes **7 files changed** (+174 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug.md` (+1 -0) 📝 `.github/ISSUE_TEMPLATE/help.md` (+1 -0) 📝 `Dockerfile` (+1 -1) 📝 `README.md` (+11 -3) 📝 `internal/constants/providers.go` (+2 -0) 📝 `internal/params/json.go` (+2 -0) ➕ `internal/settings/selfhostde.go` (+156 -0) </details> ### 📄 Description Refers to #120 Finish processing response using https://selfhost.de/cgi-bin/selfhost?p=document&name=api&CGISESSID=5fa0b7b494df6ce16a6b2bd16e003f48 --- <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:27 -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#614