app-store/apps/pihole/config.json

41 lines
933 B
JSON
Raw Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
2022-07-28 17:46:12 +00:00
"name": "Pi-hole",
"available": true,
2022-11-11 19:33:58 +00:00
"exposable": true,
2022-07-28 17:46:12 +00:00
"port": 8081,
"requirements": {
2023-02-22 07:23:48 +00:00
"ports": [
53
]
2022-07-28 17:46:12 +00:00
},
"id": "pihole",
feat: app configs local domains (#713) * feat(pairdrop): change config to support local domain * feat(paperless-ngx): change config to support local domain * feat(peppermint): change config to support local domain * feat(photoprism): change config to support local domain * feat(pihole): change config to support local domain * feat(plausible): change config to support local domain * feat(plex): change config to support local domain * feat(podfetch): change config to support local domain * feat(portainer): change config to support local domain * feat(privatebin): change config to support local domain * feat(prowlarr): change config to support local domain * feat(proxitok): change config to support local domain * feat(qbittorrent): change config to support local domain * feat(radarr): change config to support local domain * feat(readarr): change config to support local domain * feat(resilio-sync): change config to support local domain * feat(romm): change config to support local domain * feat(rss): change config to support local domain * feat(sabnzbd): change config to support local domain * feat(searxng): change config to support local domain * feat(send): change config to support local domain * feat(simplex-smp): change config to support local domain * feat(sonarr): change config to support local domain * feat(syncthing): change config to support local domain * feat(tasks-md): change config to support local domain * feat(tautulli): change config to support local domain * feat(teddit): change config to support local domain * feat(transmission): change config to support local domain * feat(tubearchivist): change config to support local domain * feat(umami): change config to support local domain * feat(uptime-kuma): change config to support local domain * feat(vaultwarden): change config to support local domain * feat(vikunja): change config to support local domain * feat(wg-easy): change config to support local domain * feat(wikijs): change config to support local domain * feat(wizarr): change config to support local domain * feat(your-spotify): change config to support local domain * chore: labels formatting issues
2023-06-18 16:02:29 +00:00
"tipi_version": 8,
"version": "2023.05.2",
"url_suffix": "/admin",
2023-02-22 07:23:48 +00:00
"categories": [
"network",
"security"
],
2022-07-28 17:46:12 +00:00
"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"
2022-11-11 19:33:58 +00:00
},
{
"type": "ip",
"label": "Network Interface (default: 0.0.0.0)",
"required": false,
"env_variable": "NETWORK_INTERFACE"
2022-07-28 17:46:12 +00:00
}
]
}