/seafile-pro-docker

Provide a seafile environment behind a reverse proxy

Primary LanguageShellMIT LicenseMIT

Description

Provide a seafile environment behind a reverse proxy (jwilder/nginx-proxy).

Usage

  1. Clone repository
git clone https://github.com/patrick-birkle/seafile-pro-docker.git seafile && cd seafile
  1. Copy .env file and change file permissions
cp .env_template .env
chmod 600 .env
  1. Fill values for environment variables in .env file (ESC + :wq is your friend)
vi .env
  1. Login to seafile docker registry (credentials)
docker login docker.seadrive.org
  1. Make start.sh executable and execute it
chmod 764 start.sh
./start.sh

Limitations

At the moment this is only working with seafile docker image version 7.0.10 or lower. For more information see this issue.