mirror of
https://github.com/status-im/infra-role-livepeer.git
synced 2025-02-27 16:10:30 +00:00
add requirements for role to README
This commit is contained in:
parent
c90aa5a949
commit
f0610c1d9e
@ -20,3 +20,11 @@ In general the workflow is as follows:
|
|||||||
4. The LivePeer node broadcasts the stream via the __HTTP__ port.
|
4. The LivePeer node broadcasts the stream via the __HTTP__ port.
|
||||||
|
|
||||||
The __HTTP__ port is exposed via __HTTPS__ using Nginx using CloudFlare certificates.
|
The __HTTP__ port is exposed via __HTTPS__ using Nginx using CloudFlare certificates.
|
||||||
|
|
||||||
|
# Requirements
|
||||||
|
|
||||||
|
This role assumes availability of:
|
||||||
|
|
||||||
|
* Docker for running containers
|
||||||
|
* Nginx full installation
|
||||||
|
* The `iptables-persistent` module
|
||||||
|
@ -10,7 +10,7 @@ livepeer_cont_rtmp_port: 1935
|
|||||||
livepeer_ssl_crt_path: '/certs/origin.crt'
|
livepeer_ssl_crt_path: '/certs/origin.crt'
|
||||||
livepeer_ssl_key_path: '/certs/origin.key'
|
livepeer_ssl_key_path: '/certs/origin.key'
|
||||||
|
|
||||||
livepeer_cont_state: started
|
livepeer_cont_state: 'started'
|
||||||
livepeer_cont_recreate: false
|
livepeer_cont_recreate: false
|
||||||
livepeer_cont_restart: false
|
livepeer_cont_restart: false
|
||||||
|
|
||||||
@ -25,4 +25,4 @@ livepeer_consul_setup: false
|
|||||||
|
|
||||||
# geth for creating an account
|
# geth for creating an account
|
||||||
geth_image: 'ethereum/client-go:alpine'
|
geth_image: 'ethereum/client-go:alpine'
|
||||||
geth_name: geth-account-new
|
geth_name: 'geth-account-new'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user