[PR #1052] feat: Added Netlify as a provider. #941

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

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/1052
Author: @CompewterTutor
Created: 11/5/2025
Status: 🔄 Open

Base: masterHead: feature/netlify-dns-support


📝 Commits (1)

  • 55d5202 feat: Added Netlify as a provider. Created documentation for it (note: updates aren't supported so we have to delete and then recreate). Passes linting though I did have to migrate the lint config to get it to run but those changes are not included in this commit.

📊 Changes

5 files changed (+499 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)
docs/netlify.md (+76 -0)
📝 internal/provider/constants/providers.go (+2 -0)
📝 internal/provider/provider.go (+3 -0)
internal/provider/providers/netlify/provider.go (+416 -0)

📄 Description

Added the provider (note…updates aren't supported so we have to delete and then recreate)., created documentation for it and updated the readme. Passes linting though I did have to migrate the lint config to get it to run but those changes are not included in this commit.


🔄 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/1052 **Author:** [@CompewterTutor](https://github.com/CompewterTutor) **Created:** 11/5/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/netlify-dns-support` --- ### 📝 Commits (1) - [`55d5202`](https://github.com/qdm12/ddns-updater/commit/55d5202f134890e37b14786504f2b30989224d7b) feat: Added Netlify as a provider. Created documentation for it (note: updates aren't supported so we have to delete and then recreate). Passes linting though I did have to migrate the lint config to get it to run but those changes are not included in this commit. ### 📊 Changes **5 files changed** (+499 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/netlify.md` (+76 -0) 📝 `internal/provider/constants/providers.go` (+2 -0) 📝 `internal/provider/provider.go` (+3 -0) ➕ `internal/provider/providers/netlify/provider.go` (+416 -0) </details> ### 📄 Description Added the provider (note…updates aren't supported so we have to delete and then recreate)., created documentation for it and updated the readme. Passes linting though I did have to migrate the lint config to get it to run but those changes are not included in this commit. --- <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:26:37 -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#941