Wow that’s lots of information! Thank you very much and helped me a lot understanding what’s going on.
First I tried compiling with 7.1.5 tag and your seahub requirements, but that didn’t eliminate the Django error.
The compiling worked then with these constants in Edit: forgot to set back to build3.sh
and seahub is starting somehow (with timeout).daemon = True
in gunicorn.conf.py
VERSION=7.1.5
VERSION_TAG=v$VERSION-server
PYTHON_REQUIREMENTS_URL_SEAHUB=https://raw.githubusercontent.com/jobenvil/rpi-build-seafile/main/seahub_requirements_v7.1.5.txt
PYTHON_REQUIREMENTS_URL_SEAFDAV=https://raw.githubusercontent.com/jobenvil/rpi-build-seafile/main/seafdav_requirements_v7.1.5.txt
Edit: 7.1.5 is sufficient.VERSION_TAG=master
Edit: used not the raw file PYTHON_REQUIREMENTS_URL_SEAFDAV=seafdav/requirements_SeafDAV-7.1.5.txt at master · jobenvil/seafdav · GitHub
But then I wanted to try a new setup, before migrating and the old image. But then seafile/bin/seaf-server-init
was missing from package. I think you experienced a similar issue here:
How did you solve it? Greets ;D
Edit: seafile/pids/seafdav.pid is also missing