Repository for easy and fast setup of seafile with Traefik as Docker.
- Clone this repository.
- Change all occurences of "" to your wished domain and the "admin e-mail" and "password" in
docker-compose.yml
- Change permissions of
acme.json
to 600 (chmod 600 acme.json
). - Start the container with
docker-compose up -d
. - Seafile should be reachable over the wished domain.
- Adjust in Seafile:
System-Administration
->Einstellungen
->SERVICE_URL
andFILE_SERVER_ROOT
If "installed" you only need to run docker-compose up -d
in the main directory (where the docker-compose.yml
is located).