{"id":13392890,"url":"https://github.com/haiwen/seafile","last_synced_at":"2025-05-13T22:01:53.128Z","repository":{"id":3911099,"uuid":"4999959","full_name":"haiwen/seafile","owner":"haiwen","description":"High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.","archived":false,"fork":false,"pushed_at":"2025-04-27T07:25:28.000Z","size":12465,"stargazers_count":13057,"open_issues_count":167,"forks_count":1573,"subscribers_count":447,"default_branch":"master","last_synced_at":"2025-05-06T21:09:19.322Z","etag":null,"topics":["cloud-storage","document-management","file-sharing","file-sync","knowledge-management","markdown","wiki"],"latest_commit_sha":null,"homepage":"http://seafile.com/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/haiwen.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-07-12T06:47:55.000Z","updated_at":"2025-05-06T10:52:24.000Z","dependencies_parsed_at":"2023-07-06T16:16:10.692Z","dependency_job_id":"20789b9b-b841-4594-b212-a643c9584d93","html_url":"https://github.com/haiwen/seafile","commit_stats":{"total_commits":1985,"total_committers":94,"mean_commits":"21.117021276595743","dds":0.6483627204030227,"last_synced_commit":"852eb96398b6e127bd3a4eb2a890c7dea47229c1"},"previous_names":[],"tags_count":288,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiwen%2Fseafile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiwen%2Fseafile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiwen%2Fseafile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/haiwen%2Fseafile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/haiwen","download_url":"https://codeload.github.com/haiwen/seafile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254036807,"owners_count":22003651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloud-storage","document-management","file-sharing","file-sync","knowledge-management","markdown","wiki"],"created_at":"2024-07-30T17:00:38.717Z","updated_at":"2025-05-13T22:01:53.069Z","avatar_url":"https://github.com/haiwen.png","language":"C","funding_links":[],"categories":["C","Uncategorized","Apps","Applications","C (286)","markdown","HarmonyOS","知识管理 wiki知识库","Table of Contents","General Tools","Media Tools","File Sharing","Application Recommendation","File Storage \u0026 Media","🔧 Utilities \u0026 Miscellaneous","办公与协作工具"],"sub_categories":["Uncategorized","FileSharing","Sharing Files","Windows Manager","网络服务_其他","Storage","Knowledge Base","FFmpeg-Based Tools","☁️ Cloud storage","文档协同"],"readme":"## Introduction [![Build Status](https://secure.travis-ci.org/haiwen/seafile.svg?branch=master)](http://travis-ci.org/haiwen/seafile)\n\nSeafile 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.\n\n\n## Feature Summary\n\nSeafile has the following features:\n\n### File syncing\n\n1. Selective sync for any folder.\n2. Correctly handles file conflicts based on history instead of timestamp.\n3. Only transfer content delta to the server. Interrupted transfers can be resumed.\n4. Sync with two or more servers.\n5. Sync with existing folders.\n\n\n### File sharing and collaboration\n\n1. Sharing folders between users or into groups.\n3. Download links with password protection\n4. Upload links\n5. Version control\n\n### Drive client\n\n* Access all files in the cloud via virtual drive.\n* Files are synced on demand.\n\n### Privacy protection\n\n1. Library encryption with a user chosen password.\n2. Client side encryption when using the desktop syncing.\n\n### Online documents and knowledge management (New)\n\n* Online Markdown editing in WYSIWYG way\n* A draft review workflow for online documents\n* Metadata management, including\n  * File labels\n  * Related documents\n* Wiki mode\n* Realtime notifications\n\n\n## Source repositories for Seafile components\n\n\nEach component of Seafile has its own source code repository on Github.\n\n* Sync client daemon (this repository): https://github.com/haiwen/seafile\n* Sync client GUI: https://github.com/haiwen/seafile-client\n* Server core: https://github.com/haiwen/seafile-server\n* Server web UI: https://github.com/haiwen/seahub\n* iOS app: https://github.com/haiwen/seafile-iOS\n* Android app: https://github.com/haiwen/seadroid\n* WebDAV: https://github.com/haiwen/seafdav\n\nBefore version 6.0, the source code of \"sync client daemon\" and \"server core\" was mixed together in https://github.com/haiwen/seafile.\nBut after 6.0 version, the server core is separated into its own repository.\nFor this reason, the sync client daemon repository is still the \"front page\" for Seafile project on Github.\n\nBuild and Run\n=============\n\nSee \u003chttps://manual.seafile.com/build_seafile/server\u003e\n\nBug and Feature Request Reports\n===============================\n\nPlease only submit bugs in GitHub issues (Pro customers should contact us via Email):\n\n* Server, Web interface (Seahub) and desktop clients: https://github.com/haiwen/seafile/issues\n* Android client: https://github.com/haiwen/seadroid/issues\n* iOS client: https://github.com/haiwen/seafile-iOS/issues\n\nFeature requests can be made and installation/usage problems can be discussed in the forum https://forum.seafile.com/.\n\nInternationalization (I18n)\n===========================\n\n* [Translate Seafile web ui](https://github.com/haiwen/seahub/?tab=readme-ov-file#internationalization-i18n)\n* [Translate Seafile desktop client](https://github.com/haiwen/seafile-client/#internationalization)\n* [Translate Seafile Android app](https://github.com/haiwen/seadroid#internationalization)\n* [Translate Seafile iOS app](https://github.com/haiwen/seafile-ios#internationalization-i18n)\n\nChange Logs\n===========\n\nSee \u003chttps://manual.seafile.com/changelog/server-changelog/\u003e\n\n\nWhy Open Source\n===============\n\nOur primary goal is to build a first-class product. We think this goal can only be achieved by collaborating with the whole world.\n\n\nContributing\n===========\n\nFor more information read [Contribution](https://manual.seafile.com/contribution/).\n\n\nLicense\n=======\n\n- Seafile iOS client: Apache License v2\n- Seafile Android client: GPLv3\n- Desktop syncing client (this repository): GPLv2\n- Seafile Server core: AGPLv3\n- Seahub (Seafile server Web UI): Apache License v2\n\nContact\n=======\n\nTwitter: @seafile \u003chttps://twitter.com/seafile\u003e\n\nForum: \u003chttps://forum.seafile.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaiwen%2Fseafile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhaiwen%2Fseafile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhaiwen%2Fseafile/lists"}