Skip to content

short guide on how to set up seafile-docker behind a Caddy reverse proxy with subdomain

Notifications You must be signed in to change notification settings

skarockoi/Caddy-Seafile-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

caddy-seafile-docker

  1. install Caddy
  2. use my Caddyfile and replace example.com with your domain
  3. use my docker-compose.yml to set up seafile-docker and adjust the variables marked with "<>". You can use the offical documentation for help
  4. let Seafile build itself "docker-compose up -d"
  5. edit the file gunicorn.conf.py in the folder: "seafile-data/seafile/conf" and replace bind = "127.0.0.1:8000" with bind = "0.0.0.0:8000"
  6. restart seafile-docker "docker-compose restart"
  7. Done.

About

short guide on how to set up seafile-docker behind a Caddy reverse proxy with subdomain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published