Seahub

seafile 服务器的 Web 端。Seafile 是一个开源的云存储系统,具有隐私保护和团队协作功能。「The web end of seafile server. Seafile is an open source cloud storage system with features on privacy protection and teamwork.」

Github stars Tracking Chart

Build Status

Introduction

Seahub is the web frontend for Seafile.

Preparation

Getting it

You can grab souce code from GitHub.

$ git clone git://github.com/haiwen/seahub.git

Set up a virtualenv to install dependencies locally:

$ virtualenv .virtualenv
$ . .virtualenv/bin/activate

Install python libraries by pip:

$ pip install -r requirements.txt

Configuration

Modify CCNET_CONF_DIR, SEAFILE_CENTRAL_CONF_DIR, SEAFILE_CONF_DIR and PYTHONPATH in setenv.sh.template to fit your path.

CCNET_CONF_DIR is the directory, that contains the ccnet socket (and formerly ccnet.conf).

Since 5.0 SEAFILE_CENTRAL_CONF_DIR contains most config files.

SEAFILE_CONF_DIR is the seafile-data directory (and formerly contained seafile.conf).

Run and Verify

Run as:

$ . .virtualenv/bin/activate
$ ./run-seahub.sh.template

Then open your browser, and input http://localhost:8000/, there should be a Login page. You can create admin account using seahub-admin.py script under tools/ directory.

Internationalization (I18n)

Please refer to https://github.com/haiwen/seafile/wiki/Seahub-Translation

Main metrics

Overview
Name With Ownerhaiwen/seahub
Primary LanguageJavaScript
Program languageShell (Language Count: 6)
Platform
License:Other
所有者活动
Created At2012-11-06 05:07:24
Pushed At2025-06-07 09:36:00
Last Commit At2025-06-07 17:28:40
Release Count448
Last Release Namev13.0.4-pro (Posted on )
First Release Name0.9.2 (Posted on 2012-04-27 23:11:41)
用户参与
Stargazers Count561
Watchers Count50
Fork Count378
Commits Count15.1k
Has Issues Enabled
Issues Count691
Issue Open Count124
Pull Requests Count6270
Pull Requests Open Count73
Pull Requests Close Count868
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private