自托管的文件傳輸和共享解決方案:YouTransfer

jopen 9年前發布 | 10K 次閱讀 YouTransfer

YouTransfer是一個簡單而優雅的自托管文件傳輸和共享解決方案。它是其它付費服務如DropboxWeTransfer 的一個代替,能夠提供相似的功能。

Created to be installed behind the firewall on private servers, YouTransfer aims to empower organisations and individuals that wish to combine ease-to-use file transfer tooling with security and control.

示例

You can see a live demo of YouTransfer on http://demo.youtransfer.io
The demo is somewhat limited so it is recommended to run it locally (see quick start section below).

Documentation

Quick Start using Docker

If you wish to install YouTransfer in your own environment without any modifications, the Docker image is the most quick and easy approach. Simply install docker and run:

docker pull remie/youtransfer

You can run the application with the following command:

docker run -d 
-v [path_to_upload_folder]:/opt/youtransfer/uploads 
-v [path_to_config.json]:/opt/youtransfer/config.json 
-v [path_to_settings.json]:/opt/youtransfer/settings.json 
-p 80:5000 
remie/youtransfer

You can now connect to YouTransfer by browsing to http://[docker_host_ip]/ For more information on Docker deployment, please read the Docker installation instructions.


項目主頁:http://www.baiduhome.net/lib/view/home/1444120383448

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!