seafile-10
官方Docker 应用程序 from dglb99's Repository
概述
This is an unofficial template that uses the official seafile community docker image.
Seafile is an open source file sync&share solution designed for high reliability, performance and productivity. Sync, share and collaborate across devices and teams. Build your team's knowledge base with Seafile's built-in Wiki feature.
STOP!Before continuing you must create your own custom docker network for Seafile to work.
Step 1In the webui naviate to Settings>Docker
Enable "Preserve user defined networks"
Open Unraid terminal and type:
docker network create seafile-net
Verify it was created by running "docker network list"
Make sure "Network Type:" under the ADVANCED VIEW is set to seafile-net. We will set our Database and memcached (if used) to also use seafile-net
Step 4 - Database setup (assuming MariaDB)Create a new database container that has nothing on it. (This is very important and it will not work if you skip this step!)
Step 5Set the container name to: "seafile-mariadb" (this is important!)
Set the "Network Type: seafile-net"
Note the root password you used.
要求
- MariaDB or another compatible SQL server
- memcached is not required but you may decide you want to use it.
运行时参数
- 网络用户界面
http://[IP]:[PORT:80]- 网络
seafile-net- 外壳
sh- 特权
- false
模板配置
Web UI http port.
- 目标
- 80
- 默认值
- 80
- 价值
- 8080
- 目标
- SEAFILE_SERVER_HOSTNAME
- 价值
- seafile.example.com
Name of your database container. Due to an existing bug in seafile, we cannot set our own database IP. But we can still communicate to it over our custom docker network using the container name instead.
- 目标
- DB_HOST
- 默认值
- seafile-mariadb
- 价值
- seafile-mariadb
Root password of SQL database you took note of earlier.
- 目标
- DB_ROOT_PASSWD
- 默认值
- changeme
- 价值
- changeme
Seafile admin user. Recommend you change this.
- 目标
- SEAFILE_ADMIN_EMAIL
- 价值
- admin@changeme.com
Defualt admin password.
- 目标
- SEAFILE_ADMIN_PASSWORD
- 价值
- changeme
- 目标
- /shared/
- 默认值
- /mnt/user/seafile/
- 价值
- /mnt/user/seafile/
Recommended to leave blank. Specify a port only if you intend to use SSL/TLS without a reverse proxy. Reverse proxy is recommended.
- 目标
- 443
Seafile will request and install a SSL-Certificate by itself based on the Seafile hostanme. Only viable with SSL/TLS Port. Domain needed. Do not use when using a reverse proxy (recommended).
- 目标
- SEAFILE_SERVER_LETSENCRYPT
- 默认值
- false
- 价值
- false
下载统计数据
长期下载总量
详细信息
seafileltd/seafile-mc:10.0-latest在Unraid 上运行 seafile-10 。
seafile-10 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。