#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "pihole"
name = "Pi-hole"
description.en = "Network-wide ad blocking via your own DNS server"
description.fr = "Filtrage publicitaire via votre propre serveur DNS"
version = "6.0.6~ynh1"
maintainers = []
[upstream]
license = "EUPL-1.2"
website = "https://pi-hole.net/"
admindoc = "https://docs.pi-hole.net"
code = "https://github.com/pi-hole/pi-hole"
fund = "https://pi-hole.net/donate/#donate"
[integration]
yunohost = ">= 11.2.4"
architectures = "all"
multi_instance = false
ldap = "not_relevant"
sso = "not_relevant"
disk = "200M"
ram.build = "600M"
ram.runtime = "200M"
[install]
[install.domain]
type = "domain"
#[install.path]
#type = "path"
#default = "/pihole"
[install.query_logging]
ask.en = "Do you want to log DNS queries?"
ask.fr = "Voulez-vous enregistrer les requêtes DNS ?"
help.en = "Keeping this option deactivate will render graphs on the admin page useless. But will respect the privacy of the other users."
help.fr = "Garder cette option désactivée rendra les graphiques sur la page d'administration inutiles. Mais respectera la vie privée des autres utilisateurs."
type = "boolean"
default = false
[install.enable_dhcp]
ask.en = "Do you want to set Pi-Hole as your DHCP server?"
ask.fr = "Voulez-vous utiliser Pi-Hole an tant que serveur DHCP ?"
help.en = "If you want to do that, you really have to read this before!"
help.fr = "Si vous voulez faire ça, vous devez vraiment lire cela avant !"
type = "boolean"
default = false
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/pi-hole/pi-hole/archive/refs/tags/v6.0.6.tar.gz"
sha256 = "e302722ed993b2380311953f519201a9993dff9cdb1c308f3320d63691035565"
autoupdate.upstream = "https://github.com/pi-hole/pi-hole"
autoupdate.strategy = "latest_github_release"
[resources.sources.pi-hole_web]
url = "https://github.com/pi-hole/web/archive/refs/tags/v6.1.tar.gz"
sha256 = "23395dcf380c17139ca19bf69895ae6fa7b271a29a48159ea62c013724a2243e"
autoupdate.upstream = "https://github.com/pi-hole/web"
autoupdate.strategy = "latest_github_release"
[resources.sources.pi-hole_ftl]
amd64.url = "https://github.com/pi-hole/FTL/releases/download/v6.1/pihole-FTL-amd64"
amd64.sha256 = "4032eb104f9797a25a41d21d02a3ae00b272a48a0a029bcb6522ab0df26a0ccf"
i386.url = "https://github.com/pi-hole/FTL/releases/download/v6.1/pihole-FTL-386"
i386.sha256 = "0def66dedc30a534c1229100805b20d59733a5fd23c66a29f2d1886999ece4f8"
armhf.url = "https://github.com/pi-hole/FTL/releases/download/v6.1/pihole-FTL-armv6"
armhf.sha256 = "a7871629bbed1d02da4e2f0d82f20c3e5599992fc32c7a0992f48cd5349e0e11"
arm64.url = "https://github.com/pi-hole/FTL/releases/download/v6.1/pihole-FTL-arm64"
arm64.sha256 = "5746ae113d74fc94363f506aeefcbf4e9b69587c6efaa501e48ae8d6ea79a3b8"
autoupdate.upstream = "https://github.com/pi-hole/FTL"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "pihole-FTL-amd64"
autoupdate.asset.i386 = "pihole-FTL-386"
autoupdate.asset.armhf = "pihole-FTL-armv6"
autoupdate.asset.arm64 = "pihole-FTL-arm64"
rename = "pihole-FTL"
extract = "false"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.allowed = "admins"
[resources.ports]
main.default = 4711
web.default = 8080
[resources.apt]
packages = [
"bash-completion",
"binutils",
"ca-certificates",
"cron",
"curl",
"dialog",
"dns-root-data",
"dnsutils",
"git",
"grep",
"iproute2",
"iputils-ping",
"jq",
"libcap2",
"libcap2-bin",
"lshw",
"netcat-openbsd",
"procps",
"psmisc",
"sudo",
"unzip",
]