Git Product home page Git Product logo

seafile-user-manual's Introduction

Introduction

Seafile is an open source cloud storage system with file encryption and group sharing, and emphasis on reliability and high performance.

This repository contains documents for Seafile client.

LICENSE

This manual is licensed under Apache License v2.0.

About this manual

The source of this manual is hosted on Github https://github.com/haiwen/seafile-user-manual

How to compile

You can compile the code in this repository into HTML format by the mkdocs and deploy it to your own web container.

Install mkdocs

Install the mkdocs package using pip:

pip install mkdocs

Get the Code

git clone https://github.com/haiwen/seafile-user-manual.git

Start the server

Make sure you're in the same directory as the mkdocs.yml configuration file, and then start the server by running the mkdocs serve command:

cd seafile-user-manual
mkdocs serve

INFO    -  Building documentation...
INFO    -  Cleaning site directory
[I 160402 15:50:43 server:271] Serving on http://127.0.0.1:8000

Open up http://127.0.0.1:8000/ in your browser, and you'll see the seafile manual page being displayed.

Build the static website

mkdocs build

This will create a new directory, named site. Then you can deploy the 'site' as a static website.

Contact information

seafile-user-manual's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

seafile-user-manual's Issues

rpc client not ready

I ran into this error when starting seadrive-gui from a Fedora distrobox in my Manjaro system. How can i fix it?

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created.
lang = C, translation = (null), locale.name() = C
failed to load in the first way
Not unmounting because rpc client not ready.
[Daemon Mgr] stopping seadrive daemon

Issues with SeaDrive Client for M1 Mac

Hey everybody -

I encounter an issue where for one my files don't sync and also running into a warning from terminal - I posted a pic of my issue.
I'd love for it to work for my studies and collaborative efforts.

Regards:
Bildschirmfoto 2022-10-15 um 5 46 24 PM

Wrong instructions for Debian, result in error

Since the present version of Debian is Stretch, following the instructions in the user manual leads to the following error:

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
seafile-gui : Depends: libssl1.0.0 (>= 1.0.0) but it is not installable
Depends: ccnet (>= 5.1.2)
Depends: seafile-daemon (>= 5.1.2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

There is no present seafile-client for Stretch, see #936. I think the manual should be updated to indicate that seafile-client is not available for the current stable Debian, until that bug is fixed.

Seafile PPA not working on Linux Mint 17.3

I had Seafile 5.0.4 installed on my Linux Mint 17.3.
Back then installation was with a .deb-file

Now I followed the instructions and added the ppa.
Now it doesn't start. The terminal gets the following message:
terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc

seafile-applet cores dump instantly II: No such slot AccountManager::reloginAccount

pkill -f seaf
seafile-applet
Segmentation fault (core dumped)

If I look at the log ~/.ccnet/logs/applet.log, I see:

[10/10/2018 11:35:43 AM]QObject::connect: No such slot AccountManager::reloginAccount(const Account &)
[10/10/2018 11:35:43 AM]starting ccnet:  ("-c", "/home/karl/.ccnet")

config:

$ dpkg -l | grep seaf
ii  libseafile0                                       6.1.8-1240~ubuntu16.04.1                     amd64        Shared libraries for Seafile
ii  seafile-cli                                       6.1.8-1240~ubuntu16.04.1                     amd64        Seafile command line interface.
ii  seafile-daemon                                    6.1.8-1240~ubuntu16.04.1                     amd64        Seafile daemon
ii  seafile-gui                                       6.1.8-1431~ubuntu16.04.1                     amd64        Seafile desktop client.

Ubuntu 16.04.5 LTS

Linux 4.15.0-36-generic #39~16.04.1-Ubuntu SMP

I;m not able to install seafile-cli under ubuntu trusty on arm (qnap container)

I'm trying to install the seafile-cli under qnap network attached storage within virtual box. The ubuntu version is trusty. I run add-apt-repository and the file in etc/apt/sources.list.d was created. After running apt-get update it looks like the new repository has not been taken into account. So I have copied the first line from (uncommented one):
"deb http://ppa.launchpad.net/seafile/seafile-client/ubuntu trusty mainrusty.list"
from sources.list.d to sources.list file. Now apt-get update displays the following error:
W: Failed to fetch http://ppa.launchpad.net/seafile/seafile-client/ubuntu/dists/trusty/InRelease Unable to find expected entry 'mainrusty.list/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file). What am I missing?

seafile cores dump instantly

It used to work well, but now it fails instantly:

%seafile-applet 
(seafile-applet:4224): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
(seafile-applet:4224): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
Segmentation fault (core dumped)
%dpkg -l | grep seafile
ii  libseafile0                                6.1.2-1225~ubuntu16.04.1                     amd64        Shared libraries for Seafile
ii  seafile-daemon                             6.1.2-1225~ubuntu16.04.1                     amd64        Seafile daemon
ii  seafile-gui        

Ubuntu 16.04.4 LTS
Linux 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Missing release keys for Ubuntu 18.04 in ppa

Hey people,

sudo add-apt-repository ppa:seafile/seafile-client throws an error due to missing release keys in the PPA repository for Ubuntu Bionic Beaver.

We can circumvent this issue by editing /etc/apt/sources.list.d/seafile-ubuntu-seafile-client-bionic.list to point to trusty instead of bionic, but it would be more user-friendly if we could add a bionic directory :).

Cheers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.