[PR #30] [MERGED] Add support for Cloudflare API Tokens #580

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (1)

  • 87eaed7 Add support for Cloudflare API Tokens

📊 Changes

3 files changed (+15 additions, -5 deletions)

View changed files

📝 README.md (+1 -0)
📝 internal/models/settings.go (+9 -3)
📝 internal/update/update.go (+5 -2)

📄 Description

This PR adds support for authenticating using Cloudflare API tokens, rather than
having to use your personal API key.

This is a more secure option, since the API tokens can be rolled over a lot
easier, and can be locked down to specific resources and actions.

I've tested this working on my own machine and seems to work great!

Information about the API tokens

Thanks for releasing this software, it's been really handy for my home setup!


🔄 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/30 **Author:** [@maisieccino](https://github.com/maisieccino) **Created:** 2/16/2020 **Status:** ✅ Merged **Merged:** 2/16/2020 **Merged by:** [@qdm12](https://github.com/qdm12) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`87eaed7`](https://github.com/qdm12/ddns-updater/commit/87eaed7ad04cd1884f9e1ea4ff9b7789e6951dbe) Add support for Cloudflare API Tokens ### 📊 Changes **3 files changed** (+15 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `internal/models/settings.go` (+9 -3) 📝 `internal/update/update.go` (+5 -2) </details> ### 📄 Description This PR adds support for authenticating using Cloudflare API tokens, rather than having to use your personal API key. This is a more secure option, since the API tokens can be rolled over a lot easier, and can be locked down to specific resources and actions. I've tested this working on my own machine and seems to work great! [Information about the API tokens](https://blog.cloudflare.com/api-tokens-general-availability/) Thanks for releasing this software, it's been really handy for my home setup! --- <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:19 -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#580