Update README.md

This commit is contained in:
ab
2026-03-11 14:17:07 +00:00
parent 64b59ba72d
commit 73b6d7483e

View File

@@ -27,13 +27,7 @@ cargo build --release --workspace
--token mysecrettoken \
--tls-cert-out /tmp/furumi-ca.pem
# Client (Linux) — automatically uses TLS, trusts server certificate
./target/release/furumi-mount-linux \
--server server-ip:50051 \
--token mysecrettoken \
--mount /mnt/remote
# Client (macOS)
# Client
./target/release/furumi-mount-macos \
--server server-ip:50051 \
--token mysecrettoken \
@@ -44,6 +38,12 @@ ls /mnt/remote
mpv /mnt/remote/video.mkv
```
### Linux FUSE3
Linux client uses FUSE. Install with:
```
sudo add-apt-repository universe
sudo apt install libfuse3-dev
```
## Encryption
TLS is enabled by default. The server auto-generates a self-signed certificate on each start — no manual cert management required. The client automatically trusts the server's certificate for encryption.