mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
opt: some sentences
This commit is contained in:
parent
7a8f8227a5
commit
6f21c9726b
|
|
@ -105,7 +105,7 @@ enabled = true # Default is false, when enabled, users can use file auto del
|
|||
interval = 86400 # The unit is second(s), the default frequency is one day, that is, it runs once a day
|
||||
|
||||
[SEASEARCH]
|
||||
enabled = true # Default is false, when enabled, seafile can use SeaSearch as the file indexer
|
||||
enabled = true # Default is false, when enabled, seafile can use SeaSearch as the search engine
|
||||
seasearch_url = http://seasearch:4080 # If your SeaSearch server deploy on another machine, replace it to the truth address
|
||||
seasearch_token = <your auth token> # base64 code consist of `username:password`
|
||||
interval = 10m # The interval the search index is updated. Can be s(seconds), m(minutes), h(hours), d(days)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Use SeaSearch as files indexer (Pro)
|
||||
# Use SeaSearch as search engine (Pro)
|
||||
|
||||
!!! success "New features"
|
||||
[SeaSearch](https://haiwen.github.io/seasearch-docs/), a file indexer with more lightweight and efficiency than *Elasticsearch*, is supported from Seafile 12.
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ nav:
|
|||
- OpenStack Swift Backend: setup/setup_with_swift.md
|
||||
- Multiple Storage Backends: setup/setup_with_multiple_storage_backends.md
|
||||
- Data migration: setup/migrate_backends_data.md
|
||||
- Use SeaSearch as files indexer (Pro): setup/use_seasearch.md
|
||||
- Use SeaSearch as search engine (Pro): setup/use_seasearch.md
|
||||
- Seafile Docker autostart: setup/seafile_docker_autostart.md
|
||||
- Deploy with an existing MySQL server: setup/setup_with_an_existing_mysql_server.md
|
||||
- Use other reverse proxy: setup/use_other_reverse_proxy.md
|
||||
|
|
|
|||
Loading…
Reference in New Issue