You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual/extension/thumbnail-server.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Then modify the `.env` file according to your environment. The following fields
55
55
|`SEAFILE_MYSQL_DB_PASSWORD`| Seafile MySQL password |
56
56
|`TIME_ZONE`| Time zone |
57
57
|`JWT_PRIVATE_KEY`| JWT key, the same as the config in Seafile `.env` file |
58
-
|`INNER_SEAHUB_SERVICE_URL`| Intranet URL for accessing Seahub component, like `http://<your Seafile server intranet IP>`. |
58
+
|`INNER_SEAHUB_SERVICE_URL`| Intranet URL for accessing Seahub component, like `http://<your Seahub component intranet IP>`. |
59
59
|`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)) |
@@ -70,7 +70,17 @@ Then modify the `.env` file according to your environment. The following fields
70
70
|`S3_SSE_C_KEY`| A string of 32 characters can be generated by openssl rand -base64 24. It can be any 32-character long random string. It's required to use V4 authentication protocol and https if you enable SSE-C. |
71
71
|`NON_ROOT`| Run container without a root user |`false`|
72
72
73
-
Then you can run thumbnail server with the following command:
73
+
74
+
!!! tip "About INNER_SEAHUB_SERVICE_URL"
75
+
The thumbnail server must call the Seahub component to verify permissions.
76
+
77
+
The INNER_SEAHUB_SERVICE_URL should point to the Seahub URL located at one of the front-end nodes, such as http://192.168.0.10 .
78
+
79
+
Alternatively, you can use an external URL for the thumbnail server to access Seahub, like https://seafile.example.com . In this scenario, it is essential to ensure that the CA is trusted on the thumbnail server node.
80
+
81
+
82
+
83
+
You can run thumbnail server with the following command:
0 commit comments