stevejenkins / pihole-cloudsync

Syncs blocklists, blacklists, and whitelists across multiple Pi-holes using a private GitHub repo
MIT License
517 stars 104 forks source link

Building off of jgoguen's docker work added env files and custom domain support #37

Closed wetnun closed 10 months ago

wetnun commented 2 years ago

I forked off of @jgoguen with his docker and branch support and added:

The move to .dump from csv files also allows you to change one variable (I forgot to make it an override, should have done that) and just copy additional tables as needed. I have some domains I need to allow and I noticed that on my agents the domains showed up without group assignments (like 'default') so they never got applied and gravity always blocked things.

Potential improvements:

wetnun commented 2 years ago

Added my own suggestions for improvements. I'll eventually want to sync clients and groups in my case. So override of those additional tables will be required.

stevejenkins commented 10 months ago

Thanks. Merged.