Sign inSign up

fjctp/seafile-server

By fjctp

Updated about 9 years ago

All-in-one Seafile server (Support SSL)

Image
4

10K+

fjctp/seafile-server repository overview

Seafile-server

It deploys seafile server with Nginx, and it supports SSL.

Configuration

Environment Variables

NameUsageDefaultExample
PROTOCOLProtocol wantedhttphttps
DOMAINServer domain name0.0.0.0https://www.seafile.com

Login Information

Default
EmailPassword
admin@seafilepassword

**PLEASE CHANGE THE PASSWORD UPON LOGIN**

Want to change it?

Create admin.txt in the shared folder with following information

{
  "email": "admin@seafile",
  "password": "password"
}

Run as daemon

x86 or x86_64

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

RPi

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

Pre-build image

See https://hub.docker.com/r/fjctp/seafile-server/

Tag summary

Content type

Image

Digest

Size

128.1 MB

Last updated

about 9 years ago

docker pull fjctp/seafile-server