Skip to content

Commit

Permalink
clarify forwarding secret folder location and add documentation for P…
Browse files Browse the repository at this point in the history
…LASMO_VOICE_FORWARDING_SECRET_FILE env
  • Loading branch information
Apehum committed Sep 30, 2024
1 parent 58cd1fe commit 33e2194
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/server/proxy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,14 @@ IP and ports usually match too, but they can be different if you configured it t

In the `~/plugins/plasmovoice` folder of the **Proxy** a file called `forwarding-secret` will appear.

Copy this file into the `~/plugins/plasmovoice/` folders for each of the **Servers** behind the proxy.
Copy this file into the `~/plugins/plasmovoice/` (or `~/config/plasmovoice/server/` for Fabric/Forge/NeoForge)
folders for each of the **Servers** behind the proxy.

You can also use the `PLASMO_VOICE_FORWARDING_SECRET` environment variable. The environment variable has a higher priority than the file.
You can change `forwarding-secret` file location using
`PLASMO_VOICE_FORWARDING_SECRET_FILE` environment variable.

You can also use the `PLASMO_VOICE_FORWARDING_SECRET` environment variable.
The environment variable has a higher priority than the file.

Restart each **Server** after specifying the **Forwarding Secret**.

Expand Down

0 comments on commit 33e2194

Please sign in to comment.