====== Seafile ======
Homepage: http://seafile.com
Manual: http://manual.seafile.com
===== Components =====
==== Seahub (web interface) in FastCGI mode ====
export SEAFILE_FASTCGI_HOST=10.0.0.10
./seahub.sh start-fastcgi
==== Maintenance ====
=== fsck (check file system) ===
cd seafile-server-latest
./seaf-fsck.sh [--repair|-r] [--enable-sync|-e] [--export|-E export_path] [repo_id_1 [repo_id_2 ...]]
>Running seaf-fsck.sh without any arguments will run a **read-only** integrity check for all libraries.
([[http://manual.seafile.com/maintain/seafile_fsck.html|Seafile FSCK in manual.seafile.com]])
=== Garbage Collection ===
cd seafile-server-latest
./seaf-gc.sh repo_id_1 [repo_id_2 ...]]
([[http://manual.seafile.com/maintain/seafile_gc.html|Seafile GC in manual.seafile.com]])
===== Errors =====
==== Unknown Error ====
Look in the Firefox error console! (Ctrl-Shift-K)
=== CORS Request Error ===
HTTP_SERVER_ROOT = 'https://DOMAIN/seafhttp'
=== Peer certificate cannot be authenticated with given CA certificates ===
Settings → Advanced → Do not verify server certificate
{{:admin:cloud:seafile-https.png?200|}}