Minor grammar changes in comments and user-facing messages
This commit is contained in:
parent
d1d124f99b
commit
58d50db061
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1 +1 @@
|
||||
* text=auto eol=lf
|
||||
* text=auto eol=lf
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,4 +3,4 @@ community/minio/
|
||||
community/mongo/
|
||||
pro/egress/
|
||||
pro/minio/
|
||||
pro/mongo/
|
||||
pro/mongo/
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
# OpenVidu Local Deployment
|
||||
Docker compose to run OpenVidu locally for development purposes
|
||||
Docker Compose files to run OpenVidu locally for development purposes.
|
||||
|
||||
## Requirements
|
||||
On **Windows** and **MacOS**:
|
||||
@ -82,4 +82,4 @@ cd openvidu-local-deployment/pro
|
||||
|
||||
```sh
|
||||
docker compose up
|
||||
```
|
||||
```
|
||||
|
||||
@ -1,17 +1,16 @@
|
||||
|
||||
# Configure here the private IP of your machine
|
||||
# It is used by the Media Server to announce it self
|
||||
# and to configure LAN_MODE ip address
|
||||
# Configure here the private IP of your machine.
|
||||
# It is used by the Media Server to announce itself
|
||||
# and to configure the LAN_MODE IP address.
|
||||
LAN_PRIVATE_IP=
|
||||
|
||||
# Expose OpenVidu with HTTPS.
|
||||
USE_HTTPS=true
|
||||
|
||||
# If true, you can access OpenVidu through your LAN
|
||||
# If true, USE_HTTPS must be true
|
||||
# If true, you can access OpenVidu through your LAN.
|
||||
# If true, USE_HTTPS must also be true.
|
||||
LAN_MODE=true
|
||||
|
||||
|
||||
# LiveKit API Key and Secret.
|
||||
LIVEKIT_API_KEY=devkey
|
||||
LIVEKIT_API_SECRET=secret
|
||||
|
||||
@ -6,6 +6,6 @@
|
||||
<title>Recording custom layout</title>
|
||||
</head>
|
||||
<body>
|
||||
Create here your custom layout
|
||||
Create here your custom layout.
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -9,10 +9,10 @@ api_secret: secret
|
||||
ws_url: ws://openvidu:7880
|
||||
health_port: 9091
|
||||
|
||||
# files will be moved here when uploads fail.
|
||||
# Files will be moved here when uploads fail.
|
||||
backup_storage: /home/egress/backup_storage
|
||||
|
||||
# Storage for recordings
|
||||
# Storage for recordings.
|
||||
s3:
|
||||
access_key: minioadmin
|
||||
secret: minioadmin
|
||||
@ -22,9 +22,9 @@ s3:
|
||||
bucket: openvidu
|
||||
force_path_style: true
|
||||
|
||||
# CPU cost for each type of Egress operation
|
||||
# Default is setted for unlimited operations
|
||||
# Change these values according to your needs
|
||||
# CPU cost for each type of Egress operation.
|
||||
# Defaults are set for unlimited operations.
|
||||
# Change these values according to your needs.
|
||||
cpu_cost:
|
||||
max_cpu_utilization: 0.99
|
||||
room_composite_cpu_cost: 0.01
|
||||
|
||||
@ -48,7 +48,7 @@ echo '========================================='
|
||||
echo '🎉 OpenVidu is ready! 🎉'
|
||||
echo '========================================='
|
||||
echo ''
|
||||
echo 'OpenVidu Server && LiveKit Server URLs:'
|
||||
echo 'OpenVidu Server & LiveKit Server URLs:'
|
||||
echo ''
|
||||
echo ' - From this machine:'
|
||||
echo ''
|
||||
|
||||
@ -3,14 +3,14 @@
|
||||
if [ -z "$LAN_PRIVATE_IP" ]; then
|
||||
echo '------------------------'
|
||||
echo ''
|
||||
echo 'LAN_PRIVATE_IP is required in .env file'
|
||||
echo 'Depending on your OS, you can run the following command to get your LAN private IP:'
|
||||
echo 'LAN_PRIVATE_IP is required in the .env file.'
|
||||
echo 'Depending on your OS, you can run the following command to set your LAN private IP:'
|
||||
echo ''
|
||||
echo ' - Linux: ./configure_lan_private_ip_linux.sh'
|
||||
echo ' - MacOS: ./configure_lan_private_ip_macos.sh'
|
||||
echo ' - Windows: .\configure_lan_private_ip_windows.bat'
|
||||
echo ''
|
||||
echo 'The script will automatically update the .env file with the LAN_PRIVATE_IP'
|
||||
echo 'The script will automatically update the .env file with the LAN_PRIVATE_IP.'
|
||||
echo 'If it can'\''t be found, you can manually set it in the .env file'
|
||||
echo '------------------------'
|
||||
exit 1
|
||||
@ -30,4 +30,4 @@ chown 1001:1001 /minio /minio/data
|
||||
chown 1001:1001 /mongo /mongo/data
|
||||
chown 1001:1001 /egress
|
||||
chown 1001:1001 /egress/home
|
||||
chown 1001:1001 /egress/home/egress
|
||||
chown 1001:1001 /egress/home/egress
|
||||
|
||||
11
pro/.env
11
pro/.env
@ -1,17 +1,16 @@
|
||||
|
||||
# Configure here the private IP of your machine
|
||||
# It is used by the Media Server to announce it self
|
||||
# and to configure LAN_MODE ip address
|
||||
# Configure here the private IP of your machine.
|
||||
# It is used by the Media Server to announce itself
|
||||
# and to configure the LAN_MODE IP address.
|
||||
LAN_PRIVATE_IP=
|
||||
|
||||
# Expose OpenVidu with HTTPS.
|
||||
USE_HTTPS=true
|
||||
|
||||
# If true, you can access OpenVidu through your LAN
|
||||
# If true, USE_HTTPS must be true
|
||||
# If true, you can access OpenVidu through your LAN.
|
||||
# If true, USE_HTTPS must also be true.
|
||||
LAN_MODE=true
|
||||
|
||||
|
||||
# LiveKit API Key and Secret.
|
||||
LIVEKIT_API_KEY=devkey
|
||||
LIVEKIT_API_SECRET=secret
|
||||
|
||||
@ -9,10 +9,10 @@ api_secret: secret
|
||||
ws_url: ws://openvidu:7880
|
||||
health_port: 9091
|
||||
|
||||
# files will be moved here when uploads fail.
|
||||
# Files will be moved here when uploads fail.
|
||||
backup_storage: /home/egress/backup_storage
|
||||
|
||||
# Storage for recordings
|
||||
# Storage for recordings.
|
||||
s3:
|
||||
access_key: minioadmin
|
||||
secret: minioadmin
|
||||
@ -22,9 +22,9 @@ s3:
|
||||
bucket: openvidu
|
||||
force_path_style: true
|
||||
|
||||
# CPU cost for each type of Egress operation
|
||||
# Default is setted for unlimited operations
|
||||
# Change these values according to your needs
|
||||
# CPU cost for each type of Egress operation.
|
||||
# Defaults are set for unlimited operations.
|
||||
# Change these values according to your needs.
|
||||
cpu_cost:
|
||||
max_cpu_utilization: 0.99
|
||||
room_composite_cpu_cost: 0.01
|
||||
|
||||
@ -48,7 +48,7 @@ echo '========================================='
|
||||
echo '🎉 OpenVidu is ready! 🎉'
|
||||
echo '========================================='
|
||||
echo ''
|
||||
echo 'OpenVidu Server && LiveKit Server URLs:'
|
||||
echo 'OpenVidu Server & LiveKit Server URLs:'
|
||||
echo ''
|
||||
echo ' - From this machine:'
|
||||
echo ''
|
||||
|
||||
@ -3,14 +3,14 @@
|
||||
if [ -z "$LAN_PRIVATE_IP" ]; then
|
||||
echo '------------------------'
|
||||
echo ''
|
||||
echo 'LAN_PRIVATE_IP is required in .env file'
|
||||
echo 'Depending on your OS, you can run the following command to get your LAN private IP:'
|
||||
echo 'LAN_PRIVATE_IP is required in the .env file.'
|
||||
echo 'Depending on your OS, you can run the following command to set your LAN private IP:'
|
||||
echo ''
|
||||
echo ' - Linux: ./configure_lan_private_ip_linux.sh'
|
||||
echo ' - MacOS: ./configure_lan_private_ip_macos.sh'
|
||||
echo ' - Windows: .\configure_lan_private_ip_windows.bat'
|
||||
echo ''
|
||||
echo 'The script will automatically update the .env file with the LAN_PRIVATE_IP'
|
||||
echo 'The script will automatically update the .env file with the LAN_PRIVATE_IP.'
|
||||
echo 'If it can'\''t be found, you can manually set it in the .env file'
|
||||
echo '------------------------'
|
||||
exit 1
|
||||
@ -30,4 +30,4 @@ chown 1001:1001 /minio /minio/data
|
||||
chown 1001:1001 /mongo /mongo/data
|
||||
chown 1001:1001 /egress
|
||||
chown 1001:1001 /egress/home
|
||||
chown 1001:1001 /egress/home/egress
|
||||
chown 1001:1001 /egress/home/egress
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user