From f4c859ee626f90c6acdfd7b1fe7960a864042b04 Mon Sep 17 00:00:00 2001 From: Junxiang Huang Date: Wed, 2 Jul 2025 18:35:09 +0800 Subject: [PATCH] update description of INNER_SEAHUB_SERVICE_URL --- manual/extension/seafile-ai.md | 2 +- manual/extension/thumbnail-server.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/extension/seafile-ai.md b/manual/extension/seafile-ai.md index f85746c5..212b7468 100644 --- a/manual/extension/seafile-ai.md +++ b/manual/extension/seafile-ai.md @@ -62,7 +62,7 @@ The Seafile AI basic service will use API calls to external large language model |------------------------|---------------------------------------------------------------------------------------------------------------| | `SEAFILE_VOLUME` | The volume directory of thumbnail server data | | `JWT_PRIVATE_KEY` | JWT key, the same as the config in Seafile `.env` file | - | `INNER_SEAHUB_SERVICE_URL`| Inner Seafile url | + | `INNER_SEAHUB_SERVICE_URL`| Inner Seafile url (e.g., `https://seafile.example.com`) | | `REDIS_HOST` | Redis server host | | `REDIS_PORT` | Redis server port | | `REDIS_PASSWORD` | Redis server password | diff --git a/manual/extension/thumbnail-server.md b/manual/extension/thumbnail-server.md index 5cd7631e..bc5705c8 100644 --- a/manual/extension/thumbnail-server.md +++ b/manual/extension/thumbnail-server.md @@ -55,7 +55,7 @@ Then modify the `.env` file according to your environment. The following fields | `SEAFILE_MYSQL_DB_PASSWORD`| Seafile MySQL password | | `TIME_ZONE` | Time zone | | `JWT_PRIVATE_KEY` | JWT key, the same as the config in Seafile `.env` file | -| `INNER_SEAHUB_SERVICE_URL`| Inner Seafile url | +| `INNER_SEAHUB_SERVICE_URL`| Inner Seafile url (e.g., `https://seafile.example.com`) | | `SEAF_SERVER_STORAGE_TYPE` | What kind of the Seafile data for storage. Available options are `disk` (i.e., local disk), `s3` and `multiple` (see the details of [multiple storage backends](../setup/setup_with_multiple_storage_backends.md)) | | `S3_COMMIT_BUCKET` | S3 storage backend commit objects bucket | | `S3_FS_BUCKET` | S3 storage backend fs objects bucket |