Sign inSign up

maxwai/adlist-merger

By maxwai

•Updated over 2 years ago

A List Merger for pihole

Image
0

571

maxwai/adlist-merger repository overview

Java GitHub license

GitHub Project Page⁠

⁠Ad List Merger Tool

Tool to merge a lot of Ad Lists for pihole together while removing duplicates

⁠Getting Started

The Tool needs a config.xml in the appdata folder. An example config file will be created if none is present.

The Tool expects a git_folder folder in the project root where the files will be created and updated. Be sure to already have a working git folder there were a push works and doesn't need any username/password input from the user.

⁠Needed mappings

You need to map /usr/src/appdata to where you want the config.xml to be

You need to map /usr/src/git_folder to where your git folder is for the end files

⁠Example Docker Compose

version: '3.2'

services:
  bot:
    container_name: ADList-Merger
    build: .
    restart: "unless-stopped"
    volumes:
      - ./appdata:/usr/src/appdata
      - ./git_folder:/usr/scr/git_folder

Tag summary

Content type

Image

Digest

sha256:a9c0584e7…

Size

340 MB

Last updated

over 2 years ago

docker pull maxwai/adlist-merger