fix: 0.1.4
Some checks failed
/ build ushare (push) Failing after 51s
/ clean (push) Successful in 0s

1. meta clean goroutine walk error
  2. clean interval to args(--clean)

feat: local msg/file share by webrtc
This commit is contained in:
loveuer
2025-05-16 16:48:28 +08:00
parent 7c089bbe84
commit 7cfb0e482f
30 changed files with 1797 additions and 526 deletions

View File

@ -15,6 +15,7 @@ server {
location /ushare {
proxy_pass http://localhost:9119;
const rtc = new RTCPeerConnection({iceServers: [{urls: "stun:stun.qq.com:3478"}]})
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;