{"id":21296169,"url":"https://github.com/dukeferdinand/namecheap-ddns","last_synced_at":"2026-05-07T17:41:29.228Z","repository":{"id":105865374,"uuid":"430906305","full_name":"DukeFerdinand/namecheap-ddns","owner":"DukeFerdinand","description":"Namecheap DDNS docker file. Uses python and requests module","archived":false,"fork":false,"pushed_at":"2021-11-23T03:16:49.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T08:39:52.961Z","etag":null,"topics":["ddns-updater","docker","iot","namecheap","namecheap-dns-updater","python","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DukeFerdinand.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-23T00:17:24.000Z","updated_at":"2021-11-23T03:18:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0d044ed-17c7-4fcb-9a72-7af3756764f3","html_url":"https://github.com/DukeFerdinand/namecheap-ddns","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DukeFerdinand/namecheap-ddns","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukeFerdinand%2Fnamecheap-ddns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukeFerdinand%2Fnamecheap-ddns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukeFerdinand%2Fnamecheap-ddns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukeFerdinand%2Fnamecheap-ddns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DukeFerdinand","download_url":"https://codeload.github.com/DukeFerdinand/namecheap-ddns/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DukeFerdinand%2Fnamecheap-ddns/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32749581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ddns-updater","docker","iot","namecheap","namecheap-dns-updater","python","raspberry-pi"],"created_at":"2024-11-21T14:20:51.989Z","updated_at":"2026-05-07T17:41:29.223Z","avatar_url":"https://github.com/DukeFerdinand.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Namecheap DDNS\nLeverage Namecheap's DDNS to do run things like web servers at home.\n\n### Quickstart\n- Use the [docker image](https://hub.docker.com/repository/docker/dougflynndev/namecheap-ddns/general)\n(images are provided for arm64 machines like the Raspberry Pi 4 - and amd64 computers)\n```shell\ndocker run \\\n    -e PASSWORD=ADDYOURPASSWORDHERE \\\n    -e DOMAIN=mydomain.com \\\n    -e SUB_DOMAINS=www,api \\\n    -it dougflynn/namecheap-ddns\n```\n\n### OR Manually run source code\n- First, `git clone` the repo,\n- Then, `cp .env.example .env` and populate your secrets\n- Then pick a way to run\n\n#### Docker (recommended)\n- Run `docker build -t namecheap-ddns .`\n- Then run:\n```shell\ndocker run \\\n    -e PASSWORD=ADDYOURPASSWORDHERE \\\n    -e DOMAIN=mydomain.com \\\n    -e SUB_DOMAINS=www,api \\\n    -it namecheap-ddns\n```\n\n#### Raw Python\n- Run `python -m venv venv`\n- Then `source ./venv/bin/activate`\n- Install deps `pip install -r requirements.txt`\n- Finally `python -u main.py`\n  ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdukeferdinand%2Fnamecheap-ddns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdukeferdinand%2Fnamecheap-ddns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdukeferdinand%2Fnamecheap-ddns/lists"}