linux/doc/Seafile.md
2015-10-03 13:11:09 +02:00

1.6 KiB

Introduction

Seafile is a cloud hosting solution like ownCloud. It is more efficient for file transfers, has more fine-grained sharing settings, and better supports collaboration between teams.

This page lists the relevant configuration files of a Seafile installation which is accessible using HTTP and HTTPS.

Basically, it is a summary of the following articles:

Configuration

The configuration files are documented in the manual chapter Server Configuration and Customization.

seahub_settings.py

SECRET_KEY = "SGkhCg=="
FILE_SERVER_ROOT = "/seafhttp"
CLOUD_MODE = True
FILE_PREVIEW_MAX_SIZE = 200 * 1024 * 1024

ccnet/ccnet.conf

SERVICE_URL = https://seafile.example.com

seafile-server-latest/runtime/seahub.conf

In this file, daemon can be set to False to see debug messages.

Nginx

See Nginx Seafile Config.

Autostart

See