Seafile is a next-generation open source cloud storage system with advanced support for file syncing, privacy protection and teamwork.
Collections of files are called libraries, and each library can be synced separately. A library can be encrypted with a user chosen password. This password is not stored on the server, so even the server admin cannot view a file's contents.
Seafile allows users to create groups with file syncing, wiki, and discussion to enable easy collaboration around documents within a team.
Seafile is a full-fledged cloud storage platform. It has the following features:
- Selective synchronization of file libraries. Each library can be synced separately.
- Correct handling of file conflicts based on history instead of timestamp.
- Efficient bandwidth usage by only transfering contents not in the server, and incomplete transfers can be resumed.
- Sync with two or more servers.
- Sync with existing folders.
- Sync a sub-folder.
- Full version control with configurable revision number.
- Groups with file syncing, wiki, discussion.
- Online file editing and comments.
- Sharing sub-folders to users/groups.
- Sharing single files between users.
- Sharing links.
- Personal messages.
- Library encryption with a user chosen password.
- Client side encryption.
- Never sends the user's password to the server.
Seafile's version control model is based on Git, but it is simplified for automatic synchronization does not need Git installed to run Seafile. Each Seafile library behaves 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 from Git:
- Automatic synchronization.
- Clients do not store file history, thus they avoid the overhead of storing data twice. Git is not efficient for larger files such as images.
- Files are further divided into blocks for more efficient network transfer and storage usage.
- File transfer can be paused and resumed.
- Support for different storage backends on the server side.
- Support for downloading from multiple block servers to accelerate file transfer.
- More user-friendly file conflict handling. (Seafile adds the user's name as a suffix to conflicting files.)
- Graceful handling of files the user modifies while auto-sync is running. Git is not designed to work in these cases.
See https://github.com/haiwen/seafile/wiki
See po/i18n.markdown
See https://seacloud.cc/group/3/wiki/home/
Our primary goal is to build a first-class product. Since we are only a small team, we think our goal can only be achieved by collaborating with the whole world.
Seafile is an open and extensible system. A library is a collection of files that could be synced. It can be presented to users as a Wiki, a set of notes, a gallery and so on. We have already written the Wiki module as an example. We need your contributions to make Seafile more versatile. Let's build an awesome system together!
Seafile and its desktop and mobile clients are published under the GPLv3.
The Seafile server's web end, i.e. Seahub, is published under the Apache License.
Twitter: @seafile https://twitter.com/seafile
Google Group: https://groups.google.com/forum/?fromgroups#!forum/seafile
IRC: #seafile on freenode