1
0
Fork 0
mirror of https://github.com/haiwen/seafile.git synced 2026-07-27 16:12:04 +02:00
High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features. https://seafile.com
  • C 83.1%
  • Python 14.4%
  • M4 1.3%
  • Shell 0.5%
  • Makefile 0.4%
  • Other 0.3%
Find a file
feiniks 25de2832eb
Check ignore path on mac and linux and check length of head commit id (#3059)
* Check ignore path on mac and linux and check length of head commit id

* Modify log

---------

Co-authored-by: yangheran <heran.yang@seafile.com>
2026-07-21 14:04:01 +08:00
app Record sync error when failed to watch repo (#3044) 2026-07-01 14:28:43 +08:00
common Use prepared statements to replace sql (#3037) 2026-06-11 15:50:29 +08:00
daemon Check ignore path on mac and linux and check length of head commit id (#3059) 2026-07-21 14:04:01 +08:00
debian Update version to 9.0.20 2026-06-29 17:19:16 +08:00
dmg/seafileLayout More build-mac.py 2017-04-21 16:33:38 +08:00
doc Remove server code. 2016-12-22 14:39:43 +08:00
include Record sync error when failed to watch repo (#3044) 2026-07-01 14:28:43 +08:00
integration-tests remove unused scripts 2019-05-18 15:30:08 +08:00
lib Use prepared statements to replace sql (#3037) 2026-06-11 15:50:29 +08:00
m4
msi Update version to 9.0.20 2026-06-29 17:19:16 +08:00
python Add confirmation when deleting more than 500 files (#2612) 2022-10-21 14:10:31 +08:00
scripts Fix OpenSSL backend issues (#3049) 2026-06-29 16:53:02 +08:00
tests/sync-auto-test Remove server code. 2016-12-22 14:39:43 +08:00
.gitignore add seafile_custom project to solution (#2405) 2020-12-09 18:38:53 +08:00
.travis.yml seafile ci only test compile 2019-05-18 15:27:09 +08:00
autogen.sh fix autogen.sh in MSYS2 2015-11-21 10:36:17 +08:00
configure.ac Update version to 9.0.20 2026-06-29 17:19:16 +08:00
LICENSE.txt Change license to GPLv2 and add exception to allow linking OpenSSL. 2015-05-28 19:52:15 +08:00
Makefile.am More build-mac.py 2017-04-21 16:33:38 +08:00
README.markdown Update contribution link in README 2026-04-16 10:22:19 +08:00
seafile.sln portable visual studio 2019 (#2378) 2020-11-18 16:55:44 +08:00
seafile.vcxproj Update version to 9.0.20 2026-06-29 17:19:16 +08:00
setupwin.py
updateversion.sh Use uname command to detect Darwin platform 2014-06-08 14:55:16 +08:00
vcpkg.json Update Qt version to 6.8 (#3038) 2026-06-12 10:41:15 +08:00

Introduction Build Status

Seafile is an open source cloud storage system with privacy protection and teamwork features. Collections of files are called libraries. 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.

Beyond sync and share, Seafile provides advanced metadata management features and handy collaboration features.

Feature Summary

Seafile has the following features:

File syncing

  1. Selective sync for any folder.
  2. Correctly handles file conflicts based on history instead of timestamp.
  3. Only transfer content delta to the server. Interrupted transfers can be resumed.
  4. Sync with two or more servers.
  5. Sync with existing folders.

File sharing and collaboration

  1. Sharing folders between users or into groups.
  2. Download links with password protection
  3. Upload links
  4. Version control

Drive client

  • Access all files in the cloud via virtual drive.
  • Files are synced on demand.

Privacy protection

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

Metadata Management

  • Extensible file properties, like file owner, deadline, status
  • Flexible file views to match your use cases, including table view, Kanban view, gallery view, map view and statistics view
  • File tags with parent-child hierarchy

Collaboration

  • Integration with Online Office Suites, including OnlyOffice, Collabora
  • SeaDoc: a built-in collaborative document editor
  • Wiki: built-in knowledge bases
  • Integrarion with Excalidraw for collaborative white-board

Source repositories for Seafile components

Each component of Seafile has its own source code repository on Github.

Before version 6.0, the source code of "sync client daemon" and "server core" was mixed together in https://github.com/haiwen/seafile. But after 6.0 version, the server core is separated into its own repository. For this reason, the sync client daemon repository is still the "front page" for Seafile project on Github.

Build and Run

See https://manual.seafile.com/build_seafile/server

Bug and Feature Request Reports

Please only submit bugs in GitHub issues (Pro customers should contact us via Email):

Feature requests can be made and installation/usage problems can be discussed in the forum https://forum.seafile.com/.

Internationalization (I18n)

Change Logs

See https://manual.seafile.com/latest/changelog/server-changelog/

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.

Contributing

For more information read Contribution.

License

  • Seafile iOS client: Apache License v2
  • Seafile Android client: GPLv3
  • Desktop syncing client (this repository): GPLv2
  • Seafile Server core: AGPLv3
  • Seahub (Seafile server Web UI): Apache License v2

Contact

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

Forum: https://forum.seafile.com