docker-compose.yml
demonstrates how to configure lists updater via environment variables, and to share volumes with a web UI for editing.
blocky-config.yml
demonstrates how to define groups for blocky to read lists from the lists updater.
post-download.sh
is used to fix problems in the lists downloaded before the upstream maintainer fixing it. We set environment variable BLU_POST_DOWNLOAD_CMD=source /scripts/post-download.sh
to apply it to all lists downloaded.
post-merging.sh
is used to deduplicate entries in the merged file. We set environment variable BLU_POST_MERGING_CMD=source /scripts/post-merging.sh
to apply it to merged files.