{ "$schema": "../schema.json", "name": "Pi-hole", "available": true, "port": 8081, "requirements": { "ports": [53] }, "id": "pihole", "tipi_version": 1, "version": "2022.07.1", "categories": ["network", "security"], "description": "The Pi-holeĀ® is a DNS sinkhole that protects your devices from unwanted content without installing any client-side software.", "short_desc": "A black hole for Internet advertisements", "author": "pi-hole.net", "source": "https://github.com/pi-hole/pi-hole", "form_fields": [ { "type": "password", "label": "Password", "max": 50, "min": 3, "required": true, "env_variable": "APP_PASSWORD" }, { "type": "ip", "label": "Network Interface (use 0.0.0.0 for all)", "required": true, "env_variable": "NW_INTERFACE" } ] }