From 9d25455ee0adfdf7894ad784f80a83579222f1cc Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:36:22 +0100 Subject: [PATCH] Create ddclient.json configuration file Added JSON configuration for ddclient with details about installation, usage, and requirements. --- json/ddclient.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 json/ddclient.json diff --git a/json/ddclient.json b/json/ddclient.json new file mode 100644 index 00000000..a7c4a514 --- /dev/null +++ b/json/ddclient.json @@ -0,0 +1,45 @@ + +{ + "name": "ddclient", + "slug": "ddclient", + "categories": [ + 4 + ], + "date_created": "2026-01-31", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": null, + "documentation": "https://ddclient.net/", + "website": "https://ddclient.net/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ddclient.webp", + "config_path": "/etc/ddclient.conf", + "description": "ddclient is a Perl client used to update dynamic DNS entries for accounts on a wide range of dynamic DNS service providers. It supports multiple protocols and providers, allowing automatic IP address updates for your domain names.", + "install_methods": [ + { + "type": "default", + "script": "ct/ddclient.sh", + "resources": { + "cpu": 1, + "ram": 512, + "hdd": 2, + "os": "debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "type": "info", + "text": "After installation, edit `/etc/ddclient.conf` with your dynamic DNS provider credentials" + }, + { + "type": "info", + "text": "Sample configuration is created for Namecheap but can be modified for other providers" + }, + ] +}