Skip to content

Seafile Server 9.0.2 for Raspberry Pi

Compare
Choose a tag to compare
@jobenvil jobenvil released this 06 Jan 09:45
· 27 commits to master since this release
e4fe487

♾️ Before to rise a GitHub issue, read the official support channel

👀 We are still searching builders volunteers for ARM (armv6, armv7, arm64v8) Architecture. Let us a message in Seafile Forum

9.0

Please check our document for how to upgrade to 9.0:

9.0.2 (2021-12-10)

  • Fix OnlyOffice/Collabora integration when golang http server
  • Enable showing password for encrypted sharing links

9.0.1 beta (2021-11-20)

  • Fix OnlyOffice integration

9.0.0 beta (2021-11-11)

  • Upgrade Django to 3.2
  • Rewrite HTTP service in seaf-server with golang and move it to a separate component (turn off by default)
  • Upgrade PDFjs to new version, support viewing of password protected PDF
  • Use database to store OnlyOffice cache keys
  • Supporting converting files like doc to docx using OnlyOffice for online editing
  • Move SERVICE_URL configuration from ccnet.conf to seahub_settings.py

The new file-server written in golang serves HTTP requests to upload/download/sync files. It provides three advantages:

  • The performance is better in a high-concurrency environment and it can handle long requests. Now you can sync libraries with large number of files.
  • Now file zipping and downloading can be done simultaneously. When zip downloading a folder, you don't need to wait until zip is done.
  • Support rate control for file uploading and downloading.

You can turn golang file-server on by adding following configuration in seafile.conf

[fileserver]
use_go_fileserver = true

You can check Seafile release table to find the lifetime of each release and current supported OS.

ChangeLog here