Skip to content

Poweradmin Webfrontend for PowerDNS with MySQL Backend

Notifications You must be signed in to change notification settings

w796933/docker-poweradmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poweradmin for PowerDNS Server

RUNNING

Login: admin / admin

ENVIRONMENT

The following environment variables are used:

  • POWERADMIN_HOSTMASTER: The default emailaddress to use for the RP in the SOA record. For example: hostmaster.example.net. Default: "<empty>", Possible Values: "<string>"
  • POWERADMIN_NS1: The default primary nameserver. Default: 8.8.8.8, Possible Values: "<string>"
  • POWERADMIN_NS2: The default secondary nameserver. Default: 8.8.4.4, Possible Values: "<string>"
  • DNS_TTL: The default TTL for records (in seconds of course). Default: 86400, Possible Values: "<integer>"

DATABASE

  • MYSQL_HOST: MySQL Server. Default: localhost, Possible Values: "FQDN or IP"
  • MYSQL_PORT: MySQL Server Port. Default: 3306, Possible Values: "<integer>"
  • MYSQL_USER: MySQL User. Default: pdns, Possible Values: "<string>"
  • MYSQL_PASS: MySQL Password. Default: "<empty>", Possible Values: "<string>"
  • MYSQL_DB: MySQL Database. Default: pdns, Possible Values: "<string>"

About

Poweradmin Webfrontend for PowerDNS with MySQL Backend

Resources

Stars

Watchers

Forks

Packages

No packages published