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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?