bunkerweb/core/php/plugin.json
2022-06-03 17:24:14 +02:00

46 lines
1.0 KiB
JSON

{
"id": "php",
"order": 999,
"name": "PHP",
"description": "Manage local or remote PHP-FPM.",
"version": "0.1",
"settings": {
"REMOTE_PHP": {
"context": "multisite",
"default": "",
"help": "Hostname of the remote PHP-FPM instance.",
"id": "remote-php",
"label": "Remote PHP",
"regex": "^.*$",
"type": "text"
},
"REMOTE_PHP_PATH": {
"context": "multisite",
"default": "",
"help": "Root folder containing files in the remote PHP-FPM instance.",
"id": "remote-php-path",
"label": "Remote PHP path",
"regex": "^.*$",
"type": "text"
},
"LOCAL_PHP": {
"context": "multisite",
"default": "",
"help": "Path to the PHP-FPM socket file.",
"id": "local",
"label": "Local PHP",
"regex": "^.*$",
"type": "text"
},
"LOCAL_PHP_PATH": {
"context": "multisite",
"default": "",
"help": "Root folder containing files in the local PHP-FPM instance.",
"id": "local-php-path",
"label": "Local PHP path",
"regex": "^.*$",
"type": "text"
}
}
}