{"id":23197285,"url":"https://github.com/crystalnet-org/powerdns-auth","last_synced_at":"2025-04-05T08:43:54.119Z","repository":{"id":215466053,"uuid":"739005680","full_name":"CrystalNET-org/powerdns-auth","owner":"CrystalNET-org","description":"docker container that contains powerdns for authorative use","archived":false,"fork":false,"pushed_at":"2024-01-09T09:18:12.000Z","size":41,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T18:52:48.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/CrystalNET-org.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}},"created_at":"2024-01-04T14:56:22.000Z","updated_at":"2024-01-04T20:04:28.000Z","dependencies_parsed_at":"2024-01-09T09:48:29.623Z","dependency_job_id":null,"html_url":"https://github.com/CrystalNET-org/powerdns-auth","commit_stats":null,"previous_names":["crystalnet-org/powerdns-auth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrystalNET-org%2Fpowerdns-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrystalNET-org%2Fpowerdns-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrystalNET-org%2Fpowerdns-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrystalNET-org%2Fpowerdns-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrystalNET-org","download_url":"https://codeload.github.com/CrystalNET-org/powerdns-auth/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312054,"owners_count":20918341,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-12-18T14:29:48.957Z","updated_at":"2025-04-05T08:43:53.717Z","avatar_url":"https://github.com/CrystalNET-org.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerDNS Docker Image\n\nWelcome to the PowerDNS Docker image, a containerized instance of the authoritative DNS server.\nThis image is designed to be run rootless and with a readonly rootfs. Generally security has ben taken seriously and no writes should occur outside of /tmp/.\n\n## Getting Started\n\n### Prerequisites\n- Docker installed on your system.\n\n### Quick Start\nPull the PowerDNS Docker image:\n\n```bash\ndocker pull CrystalNET-org/powerdns-auth:\u003ctag\u003e\n```\n\nRun the PowerDNS container with default settings:\n\n```bash\ndocker run -d -p 53:10353/tcp -p 53:10353/udp CrystalNET-org/powerdns-auth:\u003ctag\u003e\n```\n\n## Configuration\n\nThe PowerDNS container can be customized using environment variables\n\n### Mapping Parameters to Environment Variables\n\nThe environment variables are derived from the PowerDNS settings by converting them to uppercase and replacing underscores with hyphens. For example, a PowerDNS setting like `launch` becomes the environment variable `PDNS_LAUNCH`.\n\n### Example\n\nTo configure PowerDNS Server to launch the API with specific settings, you can set the corresponding environment variables:\n\n```bash\nexport PDNS_LAUNCH=bind,gmysql\nexport PDNS_API_KEY=your-api-key\nexport PDNS_API_PORT=8081\n```\n\nThese environment variables will be translated into the following PowerDNS command line parameters on startup:\n\n```bash\n--launch=bind,gmysql\n--api-key=your-api-key\n--api-port=8081\n```\n\n### Example Usage\nRun PowerDNS with a specific MySQL configuration:\n\n```bash\ndocker run -d -p 53:10353/tcp -p 53:10353/udp \\\n  -e PDNS_LAUNCH=gmysql \\\n  -e PDNS_GMYSQL_HOST=my-mysql-server \\\n  -e PDNS_GMYSQL_PORT=3307 \\\n  -e PDNS_GMYSQL_USER=myuser \\\n  -e PDNS_GMYSQL_PASSWORD=mypassword \\\n  -e PDNS_GMYSQL_DBNAME=mydatabase \\\n  CrystalNET-org/powerdns-auth:\u003ctag\u003e\n```\n\nAdjust the MySQL environment variables based on your database setup.\n\n## Exposed Ports\n\nThe PowerDNS container exposes the following ports by default:\n- TCP: 10353\n- UDP: 10353\n\n## Additional Information\n\nFor a comprehensive list of available PowerDNS settings and their descriptions, please refer to the [PowerDNS Authoritative Server Settings documentation](https://doc.powerdns.com/authoritative/settings.html).\n\nFor additional configurations and details, refer to the [PowerDNS documentation](https://doc.powerdns.com/). Customize the Dockerfile and configurations to suit your specific requirements.\n\nFeel free to explore and contribute to this PowerDNS Docker image on [GitHub](https://github.com/your-username/powerdns-docker).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrystalnet-org%2Fpowerdns-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrystalnet-org%2Fpowerdns-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrystalnet-org%2Fpowerdns-auth/lists"}