All-in-one Seafile server (Support SSL)
10K+
It deploys seafile server with Nginx, and it supports SSL.
| Name | Usage | Default | Example |
|---|---|---|---|
| PROTOCOL | Protocol wanted | http | https |
| DOMAIN | Server domain name | 0.0.0.0 | https://www.seafile.com |
| Password | |
|---|---|
| admin@seafile | password |
**PLEASE CHANGE THE PASSWORD UPON LOGIN**
Create admin.txt in the shared folder with following information
{
"email": "admin@seafile",
"password": "password"
}
docker run -d --name seafile-server \
-p 80:80 \
-p 443:443 \
-e "PROTOCOL=https"
-e "DOMAIN=https://www.seafile.com"
-v <YOUR LOCAL STORAGE>:/var/seafile/shared \
-v <YOUR SSL CERTS>:/etc/ssl \
fjctp/seafile-server:latest
docker run -d --name seafile-server \
-p 80:80 \
-p 443:443 \
-e "PROTOCOL=https"
-e "DOMAIN=https://www.seafile.com"
-v <YOUR LOCAL STORAGE>:/var/seafile/shared \
-v <YOUR SSL CERTS>:/etc/ssl \
fjctp/seafile-server:raspberrypi3-latest
Content type
Image
Digest
Size
128.1 MB
Last updated
about 9 years ago
docker pull fjctp/seafile-server