[PR #34] [MERGED] Fix #31, add support for Infomaniak #589

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/34
Author: @qdm12
Created: 2/25/2020
Status: Merged
Merged: 2/25/2020
Merged by: @qdm12

Base: masterHead: infomaniak


📝 Commits (3)

📊 Changes

10 files changed (+109 additions, -16 deletions)

View changed files

📝 README.md (+8 -3)
📝 ci.sh (+9 -8)
📝 cmd/updater/main.go (+1 -1)
📝 internal/constants/html.go (+1 -0)
📝 internal/constants/splash.go (+2 -2)
📝 internal/html/html.go (+2 -0)
📝 internal/models/settings.go (+2 -2)
📝 internal/params/consistency.go (+9 -0)
internal/update/infomaniak.go (+66 -0)
📝 internal/update/update.go (+9 -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/34 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 2/25/2020 **Status:** ✅ Merged **Merged:** 2/25/2020 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `infomaniak` --- ### 📝 Commits (3) - [`0250783`](https://github.com/qdm12/ddns-updater/commit/0250783910cee892ec7de424476395432dc038be) Fixed CI script - [`22bdc44`](https://github.com/qdm12/ddns-updater/commit/22bdc44f1ba4fea25b4a73ba2760ccea632630a2) Infomaniak support - [`4eb84b7`](https://github.com/qdm12/ddns-updater/commit/4eb84b71c2a042b5cd9d9de8e3a3c526e450b997) Fix entry log line ### 📊 Changes **10 files changed** (+109 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -3) 📝 `ci.sh` (+9 -8) 📝 `cmd/updater/main.go` (+1 -1) 📝 `internal/constants/html.go` (+1 -0) 📝 `internal/constants/splash.go` (+2 -2) 📝 `internal/html/html.go` (+2 -0) 📝 `internal/models/settings.go` (+2 -2) 📝 `internal/params/consistency.go` (+9 -0) ➕ `internal/update/infomaniak.go` (+66 -0) 📝 `internal/update/update.go` (+9 -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:21 -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#589