seafile-docker icon indicating copy to clipboard operation
seafile-docker copied to clipboard

A Docker image for Seafile server

Results 38 seafile-docker issues
Sort by recently updated
recently updated
newest added

Hello, I'd like to use the seaf-fuse system to view the files in their native format, however, in my docker implementation of Seafile Pro, I have to run the container...

The docs [list an S3 endpoint](https://www.seafile.com/en/download/) for downloading the source, but the [Dockerfile](https://github.com/haiwen/seafile-docker/blob/3d2c47182a52b5c4eafb14fc9446e97810438240/image/seafile_8.0/Dockerfile#L58) instead pulls from a server in China. While both of these have the same MD5 signature today,...

in order to comply with the GDPR i want to delete unneeded user-generated data. unfortunately Django isn't properly set up in the container. setting the `DJANGO_SETTINGS_MODULE` environment variable might just...

feature

Edit: After manually fixing this and playing around a bit it seems like seahub itself is also gonna need to address some issues to fully support CORS (e.g. [this issue](https://github.com/encode/django-rest-framework/issues/5616))...

feature

please add pyjwt (18kb) during build to the seafile docker image to support jwt secrets when using onlyoffice

feature

The same issue is #169. But I don't think the solution https://github.com/haiwen/seafile-docker/issues/169#issuecomment-524792259 is reasonable. Custom `memcached` service name by environment : ```yml version: '2.0' services: seafile-db: image: mariadb:10.1 ... seafile-memcached:...

bug

Without this library, OAuth authentication is failing due to missing import. This was installed through requirements file in the previous versions of this image.

Currently the bootstrap script creates a seafile user with the following Host: `%.%.%.%`. This leads to denied access if the database is accessed over IPv6. Instead, use `%` which is...