Questions tagged [seafile-server]

Seafile is an open source cloud storage system with advanced support for file syncing, privacy protection and teamwork. Seafile Server is a part of it.

Seafile server consists of several components.

  • Seahub (django):the website. Seafile server package contains a light-weight Python HTTP server gunicorn that serves the website. Seahub runs as an application within gunicorn.
  • HttpServer (httpserver): handles raw file upload/download functions for Seahub. Due to Gunicorn being poor at handling large files, so we wrote this "HttpServer" in the C programming language to serve raw file upload/download.
  • Seafile server (seaf-server):data service daemon
  • Ccnet server (ccnet-server):networking service daemon. In our initial design, Ccnet worked like a traffic bus. All the network traffic between client, server and internal traffic between different components would go through Ccnet. After further development we found that file transfer is improved by utilizing the Seafile daemon component directly.

The picture below shows how Seafile desktop client syncs files with Seafile server: enter image description here

The picture below shows how Seafile mobile client interacts with Seafile server: enter image description here

The picture below shows how Seafile mobile client interacts with Seafile server if the server is configured behind Nginx/Apache: enter image description here

Project site: http://seafile.com/ Documentation: http://manual.seafile.com/

34 questions
0
votes
0 answers

linux: Permission denied although having permissions

I am trying to install Seafile but there occurs an strange error. I create a group and user named seafile to do all stuff, but I can't run my owned shell scripts: [09:24] seafile@raspberrypi…
Jack
  • 745
  • 1
  • 6
  • 27
0
votes
1 answer

Apache: Install Baikal besides Seafile

I need a hint in which direction I should look for an answer on this. I have set up a Seafile server which is accessible under https://subdomain.no-ip.org, i now want baikal to be accessible under https://subdomain.no-ip.org/baikal However, I can't…
ch1ll
  • 419
  • 7
  • 20
0
votes
1 answer

Seafile-server search option in web

I have installed Seafile server in centos and seafile client in windows machine. Please anyone help me to clarify my doubts. I have included screenshot. How to enable search bar in all pages like seacloud.cc After I logged Admin account how to view…
0
votes
1 answer

How to access Seafile server in a virtual machine through IPtables?

I have installed Seafile-server 3.0.4 64bit on a Ubuntu-server 14.04 with default ports settings (i.e. 8000, 8082, 10001, 12001) but fail to access the instance with the client. Infrastructure The Ubuntu-server is running as a KVM machine on a…
Édouard Lopez
  • 40,270
  • 28
  • 126
  • 178
1 2
3