Files
ols-ucentral-schema/schema/service.http.yml
Oleksandr Mazur 0b59636360 Extend schema/service.yml to support altering services state
Extend schema to support enabling or disabling completely specified services (ssh,telnet)

Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
2024-02-05 19:46:42 +02:00

16 lines
351 B
YAML

description:
Enable the webserver with the on-boarding webui
type: object
properties:
http-port:
description:
The port that the HTTP server should run on.
type: integer
maximum: 65535
minimum: 1
default: 80
enable:
description:
This option whether http server should be enabled or disabled.
type: boolean