File tree Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Expand file tree Collapse file tree 6 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Manual for SeaSearch
4
4
5
- The website: https://haiwen.github.io/ seasearch-docs/
5
+ The website: https://seasearch-manual.seafile.com
6
6
7
7
## Serve docs locally
8
8
Original file line number Diff line number Diff line change
1
+ seasearch-manual.seafile.com
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ SS_S3_AWS_REGION=us-east-1
29
29
SS_S3_SSE_C_KEY=<your SSE-C key>
30
30
31
31
# log
32
- SeaSearch_LOG_TO_STDOUT =false
32
+ SS_LOG_TO_STDOUT =false
33
33
SS_LOG_OUTPUT=true
34
- SS_LOG_LEVEL=debug
34
+ SS_LOG_LEVEL=info
35
35
36
36
# initial
37
37
INIT_SS_ADMIN_USER=<admin-username>
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ services:
39
39
- ZINC_CLUSTER_MANAGER_PORT=${SS_CLUSTER_MANAGER_PORT:-4081}
40
40
- ZINC_CLUSTER_MANAGER_ETCD_ENDPOINTS=${SS_CLUSTER_MANAGER_ETCD_ENDPOINTS:-127.0.0.1:2379}
41
41
- ZINC_CLUSTER_MANAGER_ETCD_PREFIX=${SS_CLUSTER_MANAGER_ETCD_PREFIX:-/zinc}
42
- - SeaSearch_LOG_TO_STDOUT =${SeaSearch_LOG_TO_STDOUT :-false}
42
+ - SS_LOG_TO_STDOUT =${SS_LOG_TO_STDOUT :-false}
43
43
- ZINC_LOG_OUTPUT=${SS_LOG_OUTPUT:-true}
44
44
- ZINC_LOG_DIR=${SS_LOG_DIR:-/opt/seasearch/data/log}
45
45
- ZINC_LOG_LEVEL=${SS_LOG_LEVEL:-debug}
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ You can download the `.yml` and `.env` files by following commands:
17
17
``` bash
18
18
mkdir /opt/seasearch
19
19
cd /opt/seasearch
20
- wget https://haiwen.github.io/ seasearch-docs/repo /caddy.yml
21
- wget https://haiwen.github.io/ seasearch-docs/repo /seasearch.yml
22
- wget -O .env https://haiwen.github.io/ seasearch-docs/repo /env
20
+ wget https://seasearch-manual.seafile.comrepo /caddy.yml
21
+ wget https://seasearch-manual.seafile.comrepo /seasearch.yml
22
+ wget -O .env https://seasearch-manual.seafile.comrepo /env
23
23
```
24
24
25
25
## Modify .env file
Original file line number Diff line number Diff line change 1
1
site_name : SeaSearch Manual
2
2
site_author : seafile
3
3
docs_dir : ./manual
4
- site_url : https://haiwen.github.io/ seasearch-docs/
4
+ site_url : https://seasearch-manual.seafile.com
5
5
6
6
repo_name : haiwen/seasearch-docs
7
7
repo_url : https://github.com/haiwen/seasearch-docs/
56
56
- Deployment and Usage :
57
57
- Overview : usage/overview.md
58
58
- Deploy SeaSearch : usage/deploy.md
59
- - Use and Access SeaSearch APIs : usage/use_and_access_seasearch_apis.md
59
+ - Use and access SeaSearch APIs : usage/use_and_access_seasearch_apis.md
60
60
- Https : usage/https.md
61
61
- Configuration : config/README.md
62
62
- SeaSearch API :
63
63
- Overview : api/overview.md
64
64
- API Authentication : api/authentication.md
65
65
- Index management : api/index_management.md
66
- - Document Operation : api/document_operation.md
67
- - Search Document : api/search_document.md
66
+ - Document operation : api/document_operation.md
67
+ - Search document : api/search_document.md
You can’t perform that action at this time.
0 commit comments