Giter Club home page Giter Club logo

seafile's Introduction

Introduction Build Status

Seafile is an open source cloud storage system with features on privacy protection and teamwork. Collections of files are called libraries, and each library can be synced separately. A library can also be encrypted with a user chosen password. Seafile also allows users to create groups and easily sharing files into groups.

Feature Summary

Seafile has the following features:

File syncing

  1. Selective synchronization of file libraries. Each library can be synced separately.
  2. Correct handling of file conflicts based on history instead of timestamp.
  3. Only transfering contents not in the server, and incomplete transfers can be resumed.
  4. Sync with two or more servers.
  5. Sync with existing folders.
  6. Sync a sub-folder.

File sharing and collaboration

  1. Sharing libraries between users or into groups.
  2. Sharing sub-folders between users or into groups.
  3. Download links with password protection
  4. Upload links
  5. Version control with configurable revision number.
  6. Restoring deleted files from trash, history or snapshots.

Privacy protection

  1. Library encryption with a user chosen password.
  2. Client side encryption when using the desktop syncing.

Internal

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:

  1. Automatic synchronization.
  2. 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.
  3. Files are further divided into blocks for more efficient network transfer and storage usage.
  4. File transfer can be paused and resumed.
  5. Support for different storage backends on the server side.
  6. Support for downloading from multiple block servers to accelerate file transfer.
  7. More user-friendly file conflict handling. (Seafile adds the user's name as a suffix to conflicting files.)
  8. Graceful handling of files the user modifies while auto-sync is running. Git is not designed to work in these cases.

Build and Run

See http://manual.seafile.com/build_seafile/server.html

Internationalization (I18n)

Change Logs

See https://seacloud.cc/group/3/wiki/home/#Roadmap-ChangeLogs

Why Open Source

Our primary goal is to build a first-class product. We think this goal can only be achieved by collaborating with the whole world.

License

Seafile server and its desktop clients are published under GPLv2.

Mobile clients are published under the GPLv3.

The Seafile server's web end, i.e. Seahub, is published under the Apache License.

Contact

Twitter: @seafile https://twitter.com/seafile

Forum: https://forum.seafile-server.org

seafile's People

Contributors

killing avatar lins05 avatar freeplant avatar poetwang avatar xiez avatar llj avatar spacemule avatar thewilli avatar pi3r1k avatar dmvieira avatar etjossem avatar man0lis avatar imwhatiam avatar monksy avatar swpd avatar 1resu avatar afranke avatar awhetter avatar brutasse avatar chilledheart avatar jsonchi avatar david-barbion avatar ef4 avatar hanswolff avatar jeroenj avatar matejc avatar mlq avatar spiritquaddicted avatar shoeper avatar gitter-badger avatar

Watchers

James Cloos avatar Irvi Aini avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.