Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Seafile ====== Homepage: http://seafile.com Manual: http://manual.seafile.com ===== Components ===== ==== Seahub (web interface) in FastCGI mode ==== <code> export SEAFILE_FASTCGI_HOST=10.0.0.10 ./seahub.sh start-fastcgi </code> ==== Maintenance ==== === fsck (check file system) === <code> cd seafile-server-latest ./seaf-fsck.sh [--repair|-r] [--enable-sync|-e] [--export|-E export_path] [repo_id_1 [repo_id_2 ...]] </code> >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 === <code> cd seafile-server-latest ./seaf-gc.sh repo_id_1 [repo_id_2 ...]] </code> ([[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 === <file python seahub_config.py> HTTP_SERVER_ROOT = 'https://DOMAIN/seafhttp' </file> === Peer certificate cannot be authenticated with given CA certificates === Settings → Advanced → Do not verify server certificate {{:admin:cloud:seafile-https.png?200|}} Last modified: 2024-07-05 14:31