Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.36 KB

Docker.md

File metadata and controls

44 lines (27 loc) · 1.36 KB

yapdnsui

Yet Another PowerDNS web interface

Test using Docker

Run development setup

There is an example setup including a pre-configured PowerDNS that can be launched by running

docker-compose run --rm pdnsui yarn
docker-compose up

Review logs

$ docker-compose logs pdnsui

Secure yapdnsui

For security reasons, you may want to run a webserver (like Apache or nginx) in front of your PowerDNS webserver as a reverse proxy using SSL. As a best pratice, it is recommended to apply use SSL for the traffic between the end-user and the application.

You can read this HOWTO to see how.

For security reasons, you probably want to use the same webserver for authentication purpose.

You can read this mod_auth_ldap - Apache HTTP Server

E.g. you might want use a SSL connection and authenticate your co-workers using the internal LDAP or database server of your company intranet.