apidocs: add missing config parameters

This commit is contained in:
aler9 2022-12-19 23:30:45 +01:00
parent ec86401037
commit 7a5c426ae4

View File

@ -87,12 +87,26 @@ components:
type: boolean
rtmpAddress:
type: string
rtmpEncryption:
type: string
rtmpsAddress:
type: string
rtmpServerKey:
type: string
rtmpServerCert:
type: string
# HLS
hlsDisable:
type: boolean
hlsAddress:
type: string
hlsEncryption:
type: boolean
hlsServerKey:
type: string
hlsServerCert:
type: string
hlsAlwaysRemux:
type: boolean
hlsVariant:
@ -107,13 +121,34 @@ components:
type: string
hlsAllowOrigin:
type: string
hlsEncryption:
type: boolean
hlsServerKey:
type: string
hlsServerCert:
type: string
hlsTrustedProxies:
type: array
items:
type: string
# WebRTC
webrtcDisable:
type: boolean
webrtcAddress:
type: string
webrtcEncryption:
type: boolean
webrtcServerKey:
type: string
webrtcServerCert:
type: string
webrtcAllowOrigin:
type: string
webrtcTrustedProxies:
type: array
items:
type: string
webrtcICEServers:
type: array
items:
type: string
# paths
paths:
type: object
additionalProperties: