We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
多台设备同处于一个局域网下,同步剪切板或文件传输通过内网传输,避免走公网节省服务器资源。
如果是内网传输,就可以不用限制文件传输大小了
The text was updated successfully, but these errors were encountered:
多台设备同处于一个局域网下,同步剪切板或文件传输通过内网传输,避免走公网节省服务器资源。 如果是内网传输,就可以不用限制文件传输大小了
这个项目是想走公共服务,还是要走单机,感觉两种模式下,提供的内容不太一样
Sorry, something went wrong.
目前剪切板的读写是依赖浏览器接口的,需要 https,用户可以私有化部署使用,不管是使用局域网内设备或用公网服务器部署Server,都可以,但是部署相对麻烦,后期会逐步完善部署方式和文档。 为了降低使用门槛,本项目提供了部署好的网站 https://gcopy.rutron.net 以供使用,用户无需自己部署。 另外,计划后期会重启客户端,提供除浏览器外的另外一种使用方式。
No branches or pull requests
多台设备同处于一个局域网下,同步剪切板或文件传输通过内网传输,避免走公网节省服务器资源。
如果是内网传输,就可以不用限制文件传输大小了
The text was updated successfully, but these errors were encountered: