| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "PiHole configuration panel",
- "version": "0.1",
- "panel": [{
- "name": "PiHole configuration",
- "id": "main",
- "sections": [{
- "name": "Overwriting config files",
- "id": "overwrite_files",
- "options": [{
- "name": "Overwrite the config file setupVars.conf ?",
- "help": "If the file is overwritten, a backup will be created.",
- "id": "overwrite_setupvars",
- "type": "bool",
- "default": true
- },
- {
- "name": "Overwrite the config file pihole-FTL.conf ?",
- "help": "If the file is overwritten, a backup will be created.",
- "id": "overwrite_ftl",
- "type": "bool",
- "default": true
- },
- {
- "name": "Overwrite the nginx config file ?",
- "help": "If the file is overwritten, a backup will be created.",
- "id": "overwrite_nginx",
- "type": "bool",
- "default": true
- },
- {
- "name": "Overwrite the php-fpm config file ?",
- "help": "If the file is overwritten, a backup will be created.",
- "id": "overwrite_phpfpm",
- "type": "bool",
- "default": true
- }]
- }]
- }
- ]
- }
|