Seafile package for YunoHost
Find a file
tostaki db4d3124fe Merge pull request #9 from mbugeia/Dev
Update to Seafile 5.0.3

Former-commit-id: be32ffb163
2016-01-02 18:33:11 +01:00
conf Fix update to 5.0.3 2016-01-02 18:17:44 +01:00
scripts Fix update to 5.0.3 2016-01-02 18:17:44 +01:00
sources Update to seafile v5.0.3 2015-12-26 13:44:01 +01:00
.gitattributes Add .gitattributes 2014-12-09 22:29:25 +01:00
.gitignore Fix media content 2015-03-17 01:15:44 +01:00
LICENSE Add license infos 2015-10-28 15:48:10 +01:00
manifest.json Add info to manifest 2015-12-26 13:45:15 +01:00
README.md Add dev info o readme 2016-01-02 18:31:41 +01:00

Seafile for Yunohost

Seafile is an open Source Cloud Storage application.

Official website: http://seafile.com/

Requirements

Functionnal instance of Yunohost

Installation

From command line:

sudo yunohost app install -l Seafile https://github.com/mbugeia/seafile_ynh

Upgrade

From command line:

sudo yunohost app upgrade -u https://github.com/mbugeia/seafile_ynh seafile

Infos

Seafile server v5.0.3

Available for x64, i386, and Raspberry Pi architecture but only tested for x64 (feedback are welcome)

Seafile no longer distribute binary for generic armhf architectures but rpi binary could work.

/!\ To login use your yunohost email not your username.

License

Seafile server and its desktop clients are published under GPLv2.

Mobile clients are published under the GPLv3.

The Seafile server's web end, i.e. Seahub, is published under the Apache License.

This package is published under MIT License

TODO

  • Auto login/logout, see #1
  • Test of backup/restore script

Developper infos

Please do your pull request to the Dev branch.

Test or upgrade to dev version:

su - admin
git clone -b Dev https://github.com/mbugeia/seafile_ynh
# to install
sudo yunohost app install -l Seafile /home/admin/seafile_ynh
# to upgrade
sudo yunohost app upgrade -f /home/admin/seafile_ynh seafile