Remove trailing whitespace in INSTALL.

This commit is contained in:
Juliusz Chroboczek
2025-08-13 15:43:44 +02:00
parent ea5ad4a725
commit 135630ba5c
+5 -6
View File
@@ -11,14 +11,13 @@ On Windows, do
set CGO_ENABLED=0 set CGO_ENABLED=0
go build -ldflags="-s -w" go build -ldflags="-s -w"
## Set up a group ## Set up a group
Set up a group called *test* by creating a file `groups/test.json`: Set up a group called *test* by creating a file `groups/test.json`:
mkdir groups mkdir groups
vi groups/test.json vi groups/test.json
You may use the following definition: You may use the following definition:
{ {
@@ -59,7 +58,7 @@ cd ../../../../
## Test locally ## Test locally
./galene & ./galene &
You should be able to access Galène at `https://localhost:8443`. Connect You should be able to access Galène at `https://localhost:8443`. Connect
to the group that you have just set up in two distinct browser windows, to the group that you have just set up in two distinct browser windows,
then press *Ready* in one of the two; you should see a video in the other. then press *Ready* in one of the two; you should see a video in the other.
@@ -141,7 +140,7 @@ a certificate, install it in the files `data/cert.pem` and `data/key.pem`:
sudo cp /etc/letsencrypt/live/server.example.org/privkey.pem data/key.pem sudo cp /etc/letsencrypt/live/server.example.org/privkey.pem data/key.pem
sudo chown galene:galene data/*.pem sudo chown galene:galene data/*.pem
sudo chmod go-rw data/key.pem sudo chmod go-rw data/key.pem
Now arrange to run the binary on the server. If you never reboot your Now arrange to run the binary on the server. If you never reboot your
server, it might be as simple as server, it might be as simple as
@@ -256,7 +255,7 @@ look like this:
] ]
} }
] ]
In the case of s single TURN server, the `ice-servers.json` file should In the case of s single TURN server, the `ice-servers.json` file should
look like this: look like this:
@@ -285,7 +284,7 @@ that, then the `ice-servers.json` file should look like this:
"credentialType": "hmac-sha1" "credentialType": "hmac-sha1"
} }
] ]
For redundancy, you may set up multiple TURN servers, and ICE will use the For redundancy, you may set up multiple TURN servers, and ICE will use the
first one that works. If an `ice-servers.json` file is present and first one that works. If an `ice-servers.json` file is present and
Galène's built-in TURN server is enabled, then the external server will be Galène's built-in TURN server is enabled, then the external server will be