| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "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.14.2~ynh4",
- "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": ">= 11.2.4"
- },
- "multi_instance": false,
- "services": [
- "nginx",
- "php7.4-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
- }
- ]
- }
- }
|