Install seafile on Ubuntu 24.04
Install Docker
$mkdir seafile
$cd seafile
$wget -O "docker-compose.yml" "https://manual.seafile.com/11.0/docker/docker-compose/ce/11.0/docker-compose.yml"
$nano docker-compose.yml
- The password of MySQL root (
MYSQL_ROOT_PASSWORD
andDB_ROOT_PASSWD
) - The volume directory of MySQL data (volumes)
- The volume directory of Seafile data (volumes).
change port 80:80 to preferred port (e.g. 8888.80)
$docker compose up -d
ngingx reverse proxy and let's encrypt
$sudo -i
$cd /opt/seafile-data/seafile/conf/
$nano seahub_settings.py
Add CSRF_TRUSTED_ORIGINS = ['https://your domain']
and change URL from http -> https