My GitHub Mirror of docker_deployment_notes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Tai d822f2c9ac Seafile Initial Commit 6 years ago
..
.env Seafile Initial Commit 6 years ago
README.md Seafile Initial Commit 6 years ago
docker-compose.yml Seafile Initial Commit 6 years ago

README.md

Minimum File Structure

/home/
└── ~/
    └── docker/
        └── seafile/
            ├── .env
            ├── docker-compose.yml

Caddyfile

subdomain.example.com { reverse_proxy seafile:80 }

Other things to do

seahub_settings.py

nano /home/~/docker/seafile/seafile-data/seafile/conf/seahub_settings.py

Change FILE_SERVER_ROOT to be https instead of http. Example Below: FILE_SERVER_ROOT = "https://subdomain.example.com/seafhttp"

ccnet.conf

nano /home/~/docker/seafile/seafile-data/seafile/conf/ccnet.conf

Change SERVICE_URL from http to https and remove the :8000 at the end. Example Below: SERVICE_URL https://subdomain.example.com