net-dns/pihole-web - 6.6 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =net-dns/pihole-web-6.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-dns/pihole-web-6.6

Or alternatively:

emerge --autounmask-write -a =net-dns/pihole-web-6.6

Package Information

Description:
Pi-hole web interface (admin UI assets served by pihole-ftl)
Homepage:
https://github.com/pi-hole/web
License:
EUPL-1.2

Ebuild Details

Version EAPI Keywords Slot
6.6 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Pi-hole web interface (admin UI assets served by pihole-ftl)"
HOMEPAGE="https://github.com/pi-hole/web"
SRC_URI="https://github.com/pi-hole/web/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/web-${PV}"

LICENSE="EUPL-1.2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND=">=net-dns/pihole-ftl-6.0.0"

src_install() {
	insinto /var/www/html/admin
	doins -r .
	rm -rf "${ED}/var/www/html/admin/"{.github,CONTRIBUTING.md,README.md,package.json,package-lock.json,postcss.config.js,xo.config.js} || die
}

Dependencies

RDEPEND

>=net-dns/pihole-ftl-6.0.0

Manifest for 6.6

Type File Size Source URLs
DIST pihole-web-6.6.tar.gz 2185072 bytes https://github.com/pi-hole/web/archive/refs/tags/v6.6.tar.gz