Package Details: seahub 13.0.15-1

Git Clone URL: https://aur.archlinux.org/seahub.git (read-only, click to copy)
Package Base: seahub
Description: The web frontend for seafile server
Upstream URL: https://github.com/haiwen/seahub
Licenses: Apache-2.0
Submitter: eolianoe
Maintainer: Joffrey
Last Packager: Joffrey
Votes: 7
Popularity: 0.000000
First Submitted: 2017-07-03 09:48 (UTC)
Last Updated: 2026-01-02 21:24 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 15 Next › Last »

Joffrey commented on 2025-11-21 17:04 (UTC)

The Seafile server 13.0 components introduce several important changes. They were redesigned for deployment with Docker.

All settings must be specified as environment variables in the conf/.env file.
https://manual.seafile.com/latest/config/env/

You must also export these variables before running the upgrade script.
For example:

env "$(< ./conf/.env)" ./seafile-server/upgrade/upgrade_12.0_13.0.sh

A new seafile-notification service has been added to the package, and several existing services have been updated.
See /etc/webapps/seahub/nginx.conf and notification-server environment variables for details.

Joffrey commented on 2025-11-10 08:36 (UTC)

Thanks @trap000d for your works, I'll look that ASAP.

trap000d commented on 2025-11-08 02:21 (UTC)

@Joffrey, It appears Seafile 12.X. is outdated. See https://www.seafile.com/en/download/ == You can download old version at: 12.0.14 64bit ==

With 13.X they've switched to Docker only. You can see it in official documentation (note the version):

https://manual.seafile.com/latest/setup/setup_ce_by_docker/

I've managed to build and run the latest 13.0.12. Seems all works OK (after some quirks and patches).

Please consider to look at PKGBUILD's in my repo here:

https://github.com/trap000d/aur/tree/master/seafile-server

https://github.com/trap000d/aur/tree/master/seahub

https://github.com/trap000d/aur/tree/master/seafile-config

(and two following AUR packages which I've maintaining)

https://github.com/trap000d/aur/tree/master/python-seafobj

https://github.com/trap000d/aur/tree/master/python-wsgidav-seafile

klemens commented on 2025-08-24 13:23 (UTC)

This needs python-setuptools as a makedepends because of installing django in package.

pvagner commented on 2025-05-13 22:34 (UTC)

For generating thunbnails for pdf files pdftoppm is used through subprocess. So consider installing poppler package, otherwise seahub prints a lot of tracebacks into the logfile while it can't find pdftoppm.

pvagner commented on 2025-05-09 14:35 (UTC)

Package python-elementpath 5.0.0-1 appears to be broken and as an indirect dependency through python-django-saml2 causes seahub to print internal server error. The traceback can be seen in the gunicorn's output if you are logging that into a file. Until it's addressed stick with older version of the python-elementpath package or get it from the archive. https://archive.archlinux.org/packages/p/python-elementpath/python-elementpath-4.8.0-1-any.pkg.tar.zst

ChuckHL commented on 2024-12-16 17:17 (UTC)

@figue, i've sent you an email, ill continue over there. ty

figue commented on 2024-12-15 10:54 (UTC)

@ChuckHL I'm running python-django 5.1.2-1, libsearpc 2:3.3.0-4 and Seahub 11.0.13-1 with no particular issues. You can reach me by email, I'll try to help you.

ChuckHL commented on 2024-12-15 02:20 (UTC) (edited on 2024-12-15 04:20 (UTC) by ChuckHL)

Sadly I got tired of waiting, looking for alternatives now. Some sort of acknowledgement message would have been greatly appreciated... At least that way i would know that there might be a fix in the future....

ChuckHL commented on 2024-12-09 05:03 (UTC)

I have not been able to resolve my issue even after rolling back to version 4.2.12... Has anyone seen @Joffrey?