欢乐马
欢乐马
> If possible, it would be great to be able to use specific environment variable references for redis & memcached in docker compose Would you mean to add these two...
You can refer to this manual https://manual.seafile.com/docker/cluster/deploy_seafile_cluster_with_docker/
Because the execution of this command requires manage.py in the diango project, and use the script to import the correct environment variables. The available commands are as follows:`docker exec seafile...
This is one command. Yep, there's an extra Python environment within a container. Because Seafile needs a customized Python environment to run。
Nginx cannot be stripped from the seafile docker yet, the difficulty lies in how to proxy static files. If you want to use a reverse proxy on the host, you...
Thanks for your feedback, we will fix this in Seafile 11.0. In Seafile 12.0, we use caddy instead of acme to obtain ssl certificates, which should also solve this problem.
Since version 12.0, we have set the default mysql configurations in the environment variables. If your mysql configuration is different from the default, please add the custom mysql configurations in...
播放本地视频提一个思路,视频列表主要在 videos.json 里,所以通过 nginx 将浏览器 videos.json 的请求转发到一个自己的后端服务器,再由后端服务器返回本地视频的 videos.json 内容,再用 nginx 代理本地视频文件即可。
Thank you for your feedback, we fixed this issue in this commit