Package Details: seafile-server 11.0.8-1

Git Clone URL: https://aur.archlinux.org/seafile-server.git (read-only, click to copy)
Package Base: seafile-server
Description: Seafile server core
Upstream URL: https://github.com/haiwen/seafile-server
Licenses: AGPL3
Conflicts: seafile
Submitter: eolianoe
Maintainer: Joffrey
Last Packager: Joffrey
Votes: 18
Popularity: 0.000000
First Submitted: 2017-01-07 15:22 (UTC)
Last Updated: 2024-04-20 09:42 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

yuyichao commented on 2020-03-28 19:35 (UTC)

Just a heads up, for 7.1.3 (really 7.1.2) upgrade, https://github.com/haiwen/seafile-server/commit/150c90df40a09a1f8e96dca73a239fd68f90673e caused some additional trouble since it is reading the path of seafile-controller. The current solution I'm using at https://github.com/archlinuxcn/repo/tree/3844a0e73eff940e25e5d138f4d379d43ffbdb0a/archlinuxcn/seafile-server is not very pretty (though it's not the ugliest patch I've writen either...) but it get the job done for me ATM.

My long term plan is still to use a combination of symlinks, upstream patches and downstream patches so that I could make my setup capatible with the seafile-server/ scripts instead of seafile-admin which seems to be abandoned. Currently it's not in that state so the patch there could be useful but may not be clean enough for general consumption...

cybertron commented on 2020-03-14 09:28 (UTC)

@ghostv33 https://github.com/haiwen/seafile/issues/791 should help you :)

ghostv33 commented on 2019-09-03 21:05 (UTC)

Anyone can give the steps to install and use it on a network behind a router? The archwiki is backdated thats why asking

h44z commented on 2019-07-12 22:55 (UTC)

@eolianoe: I have updated this package to version 7.0.3. Find the updated PKGBUILD and .SRCINFO here: https://drive.google.com/open?id=1RQDuhkKu-4JeUER_yPyuTmfwyC5usf-w

I also updated the seafile-client, ccnet-server and seafile packages.

Joffrey commented on 2018-06-29 12:27 (UTC)

@all When there a big change or an error fixed, I add it in the Changelog. @DasGurke sha256sum is now fixed thanks. @cybertron python2-django PKGBUILD was recently removed from the Extra/ repo and because of that Archlinuxarm do not compile it any more.. You can compile it yourself:

# $Id$
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Maintainer: Dan McGee <dan@archlinux.org>
# Contributor: Shahar Weiss <sweiss4@gmx.net>

pkgbase=django
pkgname=('python2-django')
pkgver='1.11.13'
pkgrel=1
pkgdesc="A high-level Python Web framework that encourages rapid development and clean design"
arch=('any')
license=('BSD')
url="http://www.djangoproject.com/"
makedepends=('python2' 'python2-setuptools')
depends=('python2' 'python2-setuptools' 'python2-pytz')
optdepends=('python2-psycopg2: for PostgreSQL backend')
source=("https://www.djangoproject.com/m/releases/1.11/Django-$pkgver.tar.gz")
sha256sums=('46adfe8e0abe4d1f026c1086889970b611aec492784fbdfbdaabc2457360a4a5')
options=('!strip')

package() {
    cd "$srcdir/Django-$pkgver"
    python2 setup.py install --root="$pkgdir" --optimize=1

    mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
    mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
    install -Dm644 extras/django_bash_completion \
        "$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
    ln -s django-admin2.py \
        "$pkgdir"/usr/share/bash-completion/completions/django-admin2

  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}

DasGurke commented on 2018-06-29 10:27 (UTC)

Seahub upgrading instructions are stickied at https://aur.archlinux.org/packages/seahub/

cybertron commented on 2018-06-29 09:35 (UTC) (edited on 2018-06-29 09:36 (UTC) by cybertron)

but seafile-server seems to be totaly broken on arch o.O how can I upgrade now? preupgrade is away? I tried manually to upgrade with the upgrade server directory but now it seems django issnt found anymount if I try to start seafile-admin start

/update: ah because of no python2-django package is available

cybertron commented on 2018-06-29 09:12 (UTC)

@DasGurke, remove both packages and reinstall

and the sha256 checksum for the server pkg is 3e21836e374e4c321f87594c7a5f5db516890c9b40f61e102750c84d638dbf37

DasGurke commented on 2018-06-28 11:09 (UTC)

After editing the checksum, I have trouble with the ccnet-server dependency.

installing ccnet-server (6.3.1-2) breaks dependency 'ccnet-server=6.2.5' required by seafile-server

It seems that compiling seafile-server 6.3 requires ccnet-server 6.3 to be installed. I had to first build and then install (using --nodeps) the following packages one by one:

1) ccnet-server 2) seafile-server 3) seahub