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

Sync with pihole running in Docker #35

Closed jgoguen closed 8 months ago

jgoguen commented 3 years ago

This teaches pihole-cloudsync how to look for pihole running in Docker and sync using files from the host directories mounted in the Docker container. It assumes the standard pihole Docker image is being used and not a custom image.

Also adds a couple commits to normalize indentation and style, and to allow using a branch other than master.