feat(playout): allow harbor ssl configuration
This commit is contained in:
parent
8764feded9
commit
b2fc3a5ecf
17 changed files with 248 additions and 13 deletions
|
@ -107,6 +107,13 @@ liquidsoap:
|
|||
# > default is ["0.0.0.0"]
|
||||
harbor_listen_address: ["0.0.0.0"]
|
||||
|
||||
# Input harbor tls certificate path.
|
||||
harbor_ssl_certificate:
|
||||
# Input harbor tls certificate private key path.
|
||||
harbor_ssl_private_key:
|
||||
# Input harbor tls certificate password.
|
||||
harbor_ssl_password:
|
||||
|
||||
stream:
|
||||
# Inputs sources.
|
||||
inputs:
|
||||
|
@ -121,6 +128,9 @@ stream:
|
|||
# Listen port for the main harbor input.
|
||||
# > default is 8001
|
||||
port: 8001
|
||||
# Whether the input harbor is secured with the tls certificate.
|
||||
# > default is false
|
||||
secure: false
|
||||
|
||||
# Show harbor input.
|
||||
show:
|
||||
|
@ -133,6 +143,9 @@ stream:
|
|||
# Listen port for the show harbor input.
|
||||
# > default is 8002
|
||||
port: 8002
|
||||
# Whether the input harbor is secured with the tls certificate.
|
||||
# > default is false
|
||||
secure: false
|
||||
|
||||
# Output streams.
|
||||
outputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue