| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "name": "Pi-hole",
- "id": "pihole",
- "packaging_format": 1,
- "description": {
- "en": "Network-wide ad blocking via your own DNS server",
- "fr": "Filtrage publicitaire via votre propre serveur DNS"
- },
- "version": "5.9~ynh1",
- "url": "https://pi-hole.net/",
- "upstream": {
- "license": "EUPL-1.2",
- "website": "https://pi-hole.net/",
- "admindoc": "https://docs.pi-hole.net",
- "code": "https://github.com/pi-hole/pi-hole/"
- },
- "license": "EUPL-1.2",
- "maintainer": {
- "name": "",
- "email": ""
- },
- "previous_maintainers": [{
- "name": "Maniack Crudelis",
- "email": "maniackc_dev@crudelis.fr"
- }],
- "requirements": {
- "yunohost": ">= 4.3.0"
- },
- "multi_instance": false,
- "services": [
- "nginx",
- "php7.3-fpm"
- ],
- "arguments": {
- "install" : [
- {
- "name": "domain",
- "type": "domain"
- },
- {
- "name": "path",
- "type": "path",
- "example": "/pihole",
- "default": "/pihole"
- },
- {
- "name": "admin",
- "type": "user"
- },
- {
- "name": "query_logging",
- "type": "boolean",
- "ask": {
- "en": "Do you want to log DNS queries?",
- "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.",
- "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."
- },
- "default": false
- },
- {
- "name": "enable_dhcp",
- "type": "boolean",
- "ask": {
- "en": "Do you want to set Pi-Hole as your DHCP server?",
- "fr": "Voulez-vous utiliser Pi-Hole an tant que serveur DHCP ?"
- },
- "help": {
- "en": "If you want to do that, <a href=https://github.com/YunoHost-Apps/pihole_ynh/blob/master/dhcp.md target=_blank>you really have to read this before</a>!",
- "fr": "Si vous voulez faire ça, <a href=https://github.com/YunoHost-Apps/pihole_ynh/blob/master/dhcp.md target=_blank>vous devez vraiment lire cela avant</a> !"
- },
- "default": false
- }
- ]
- }
- }
|