admin:cloud:seafile

Seafile

export SEAFILE_FASTCGI_HOST=10.0.0.10
./seahub.sh start-fastcgi

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.

(Seafile FSCK in manual.seafile.com)

Garbage Collection

cd seafile-server-latest
./seaf-gc.sh repo_id_1 [repo_id_2 ...]]

(Seafile GC in manual.seafile.com)

Look in the Firefox error console! (Ctrl-Shift-K)

CORS Request Error

seahub_config.py
HTTP_SERVER_ROOT = 'https://DOMAIN/seafhttp'

Peer certificate cannot be authenticated with given CA certificates

Settings → Advanced → Do not verify server certificate

  • Last modified: 2019-12-20 14:21