Add Tor placeholders instructions and fallback

This commit is contained in:
thePR0M3TH3AN
2025-06-21 19:18:28 -04:00
parent 04e91741f1
commit 148e0d0a36
5 changed files with 95 additions and 5 deletions

View File

@@ -86,6 +86,16 @@ node, javascript-obfuscator, html-minifier-terser
Run `voxvera check` to see missing dependencies.
### Placeholder Tor files
The `voxvera/resources/tor/*` folders only contain small text files named
`placeholder`. VoxVera expects real `tor` and `obfs4proxy` binaries in those
locations when running `voxvera serve` or the Electron GUI. Install the tools
manually (for example with `apt install tor obfs4proxy`) and set the
environment variables `TOR_SOCKS_PORT` and `TOR_CONTROL_PORT` before launching.
You may also run `scripts/download_tor.sh` to fetch prebuilt binaries and
replace the placeholders.
---
## 🎮 GUI (Electron)