[PR #11517] [CLOSED] Add ddclient support ported from ProxmoxVED #9544

Closed
opened 2026-02-26 17:30:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/11517
Author: @mitchscobell
Created: 2/3/2026
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • bdac6eb Add ddclient support ported from ProxmoxVED

📊 Changes

3 files changed (+124 additions, -0 deletions)

View changed files

ct/ddclient.sh (+45 -0)
frontend/public/json/ddclient.json (+42 -0)
install/ddclient-install.sh (+37 -0)

📄 Description

✍️ Description

Port ddclient implementation from ProxmoxVED repository ProxmoxVED PR with updated URLs to reference community-scripts/ProxmoxVE. Adds support for ddclient dynamic DNS client in LXC containers.

Files added:

  • ct/ddclient.sh
  • frontend/public/json/ddclient.json
  • install/ddclient-install.sh

Testing evidence from ProxmoxVED

Install:
Screenshot 2026-02-03 at 2 11 10 PM

Running:
Screenshot 2026-02-03 at 2 11 48 PM

Fixes #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/community-scripts/ProxmoxVE/pull/11517 **Author:** [@mitchscobell](https://github.com/mitchscobell) **Created:** 2/3/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`bdac6eb`](https://github.com/community-scripts/ProxmoxVE/commit/bdac6ebab13e7024c210411de54ae105c14a9a89) Add ddclient support ported from ProxmoxVED ### 📊 Changes **3 files changed** (+124 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/ddclient.sh` (+45 -0) ➕ `frontend/public/json/ddclient.json` (+42 -0) ➕ `install/ddclient-install.sh` (+37 -0) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Port ddclient implementation from ProxmoxVED repository [ProxmoxVED PR](https://github.com/community-scripts/ProxmoxVED/pull/1384) with updated URLs to reference community-scripts/ProxmoxVE. Adds support for ddclient dynamic DNS client in LXC containers. Files added: - ct/ddclient.sh - frontend/public/json/ddclient.json - install/ddclient-install.sh ## Testing evidence from ProxmoxVED Install: <img width="1011" height="698" alt="Screenshot 2026-02-03 at 2 11 10 PM" src="https://github.com/user-attachments/assets/e63a02f4-9bdd-4cc8-a2f8-199fbaecf5d7" /> Running: <img width="806" height="533" alt="Screenshot 2026-02-03 at 2 11 48 PM" src="https://github.com/user-attachments/assets/8cce511f-145f-49e5-9ad7-7a000e323e42" /> ## 🔗 Related Issue Fixes # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [x] 🆕 **New script** – A fully functional and tested script or script set. - [x] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 17:30:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#9544
No description provided.