view modules/apache/tasks/init.json @ 335:aa9f570d6a9c

Switch to PHP 7.4 now that NextCloud has reached v18 7.3 only lasted until December 2020 with active support. 7.4 is good until December 2021 with security until 2022.
author IBBoard <dev@ibboard.co.uk>
date Sun, 22 Mar 2020 19:41:50 +0000
parents d9352a684e62
children
line wrap: on
line source

{
  "description": "Allows you to perform apache service functions",
  "input_method": "stdin",
  "parameters": {
    "action": {
      "description": "Action to perform ",
      "type": "Enum[reload]"
    },
    "service_name": {
      "description": "The name of the apache service ",
      "type": "Optional[String[1]]"
    }
  }
}