cloyne / network

5 stars 5 forks source link

Document everything!!! #88

Open mitar opened 7 years ago

mitar commented 7 years ago
ck2qsuZT commented 7 years ago

How to modify DNS should also be on here, I'm fine with using SQL from CLI but I should probably deploy a web based SQLite manager or move the DNS to pgsql or mysql. I'll also look into a web interface specifically for powerdns.

mitar commented 7 years ago

What SQL? What are you talking about? DNS is stored in GitHub.

mitar commented 7 years ago

https://github.com/cloyne/docker-powerdns-master/tree/master/etc/powerdns/bind

ck2qsuZT commented 7 years ago

I wanted to add some DNS entries, I dug through that but didn't understand it much, our powerdns docker image uses SQLite and the powerdns guides I could find online pointed towards using SQL to add entries.

mitar commented 7 years ago

No, our PowerDNS docker image does not use SQLite. It uses those files. You edit them, image gets rebuild on Docker Hub, you redeploy them, and DNS is updated.

Those are zone files.

mitar commented 7 years ago

I added more to the documentation. About mailing lists, DNS servers, web site, Docker images, Salt.

clonm commented 5 years ago

I made a diagram of how all the docker dependencies fit together: cloyne network diagram-docker 1 @kngnm @mitar