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星跟踪图

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

主要指标

概览
名称与所有者haiwen/seahub
主编程语言JavaScript
编程语言Shell (语言数: 6)
平台
许可证Other
所有者活动
创建于2012-11-06 05:07:24
推送于2025-06-27 13:09:51
最后一次提交2025-06-27 21:02:25
发布数451
最新版本名称v13.0.6-server (发布于 )
第一版名称0.9.2 (发布于 2012-04-27 23:11:41)
用户参与
星数562
关注者数50
派生数383
提交数15.2k
已启用问题?
问题数694
打开的问题数124
拉请求数6354
打开的拉请求数70
关闭的拉请求数869
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?