High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
Go to file
2013-02-18 10:47:18 +08:00
app [cli] Move seaf-cli to app/seaf-cli 2013-02-18 10:47:18 +08:00
common Merge branch '1.4' 2013-01-28 15:10:43 +08:00
controller improve some Makefile.am 2013-01-28 10:20:39 +08:00
daemon Merge branch '1.4' 2013-01-28 15:10:43 +08:00
data Change ccnet_daemon_down icon 2012-11-12 11:12:24 +08:00
debian update debian/rules to work on Debin unstable 2013-01-18 17:29:36 +08:00
gui Rewrite seaf-cli 2013-02-13 12:57:02 +08:00
httpserver [server] add get_dir_size rpc 2013-01-28 10:20:50 +08:00
include Merge branch '1.4' 2013-01-28 15:10:43 +08:00
lib Merge branch '1.4' 2013-01-19 10:39:10 +08:00
m4 add i18n support in applet 2012-10-30 10:53:07 +08:00
monitor Fix some compile warnings. 2013-01-26 12:01:57 +08:00
msi update version to 1.4.1 2013-01-14 21:03:03 +08:00
po added german translation to LINGUAS 2013-01-23 19:39:47 +01:00
python Merge branch '1.4' 2013-01-28 15:10:43 +08:00
scripts [cli] Move seaf-cli to app/seaf-cli 2013-02-18 10:47:18 +08:00
server Merge branch '1.4' 2013-01-28 15:10:43 +08:00
tests Make distcheck pass. 2012-10-20 15:16:34 +08:00
tools add fastcgi and reset-admin to seafile-admin script 2013-01-16 14:02:23 +08:00
web Merge branch '1.4' 2013-01-19 10:39:10 +08:00
.gitignore ignore po/seafile.pot 2012-12-07 11:41:01 +08:00
autogen.sh For compile and pack in Mac 2012-12-04 22:47:20 +08:00
ccnet-web.sh.in Avoid using python3 as default python interpreter. 2013-01-04 14:16:12 +08:00
configure.ac update version to 1.4.1 2013-01-14 21:03:03 +08:00
LICENCE.txt Add GPL Licence 2012-11-05 11:35:02 +08:00
Makefile.am add windows msi build script 2012-12-29 12:57:10 +08:00
README.markdown Modify readme 2013-02-02 19:29:59 +08:00
setupmac.sh [mac] Update version to 1.4.1 2013-01-17 18:57:57 +08:00
setupwin.py add a setupwin.py script to help dev in win 2013-01-07 19:03:26 +08:00
updateversion.sh Add script to update the version number in MacOS 2013-01-26 12:01:13 +08:00

Introduction

Seafile enables you to build private cloud for file sharing and collaboration among team members in your company/organization.

First you create a file library in the web and upload files to it. Then you share it into a team or with another user.

File libraries can also be synchronized among computers and mobile devices. You download a library to your PC. Whenever you add, delete or edit a file, the latest version be uploaded to the server automatically and then be synchronized to everyone's computer.

Feature Summary

Seafile can be used to build a full-fledged cloud storage platform. It has following features:

  1. Each library can be synced separately.
  2. Sync with existing folders.
  3. Groups, users can create and join groups.
  4. File revisions.
  5. File comments, event notifications,
  6. Library encryption with a user chosen password.

Compared to other open-source Dropbox-like projects, such as https://github.com/hbons/SparkleShare, Seafile has several advantages:

  1. Mature, reliable, production-ready file syncing algorithm.
  2. Doesn't depend on Git.
  3. Not a Dropbox-clone, but a newly designed product for teamwork.

Internal

Seafile uses GIT's version control model, but simplified for automatic synchronization, and doesn't depend on GIT. Every library is like a GIT repository. It has its own unique history, which consists of a list of commits. A commit points to the root of a file system snapshot. The snapshot consists of directories and files. Files are further divided into blocks for more efficient network transfer and storage usage.

Differences to GIT:

  1. Automatic syncing.
  2. Clients do not store file history, thus avoids the overhead of storing data twice. GIT is not efficient for larger files (such as images).
  3. Files are further divided into blocks for more efficient network transfer and storage usage.
  4. File transfer can be resumed.
  5. Support different storage backends on the server side.
  6. Support downloading from multiple block servers for accelerating file transfer.
  7. More user-friendly file conflicts handling similar to Dropbox (Add user's name as suffix to conflicted file).
  8. Gracefully handles corner cases that user modifies files when auto-sync is running. GIT is not designed to work in these cases.

Build and Run

See https://github.com/haiwen/seafile/wiki

Contact

Twitter: @seafile

Google Group: https://groups.google.com/forum/?fromgroups#!forum/seafile