From 079c539a45bebf52bf4fc115026ab23d17b7a3e1 Mon Sep 17 00:00:00 2001 From: Junxiang Huang Date: Wed, 30 Jul 2025 18:12:56 +0800 Subject: [PATCH] opt: 13.0 docs --- manual/repo/docker/thumbnail-server.yml | 5 +++-- manual/upgrade/upgrade_docker.md | 13 ++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/manual/repo/docker/thumbnail-server.yml b/manual/repo/docker/thumbnail-server.yml index f436e478..30875904 100644 --- a/manual/repo/docker/thumbnail-server.yml +++ b/manual/repo/docker/thumbnail-server.yml @@ -33,8 +33,9 @@ services: - S3_SSE_C_KEY=${S3_SSE_C_KEY:-} labels: caddy: ${SEAFILE_SERVER_PROTOCOL:-http}://${SEAFILE_SERVER_HOSTNAME:?Variable is not set or empty} - caddy.1_handle: "/thumbnail/*" - caddy.1_handle.0_reverse_proxy: "{{upstreams 80}}" + caddy.1_handle_path: "/thumbnail*" + caddy.1_handle_path.0_rewrite: "* {uri}" + caddy.1_handle_path.1_reverse_proxy: "{{upstreams 80}}" depends_on: db: condition: service_healthy diff --git a/manual/upgrade/upgrade_docker.md b/manual/upgrade/upgrade_docker.md index db32013c..080da075 100644 --- a/manual/upgrade/upgrade_docker.md +++ b/manual/upgrade/upgrade_docker.md @@ -40,7 +40,18 @@ Then download the new `seafile-server.yml` according to the following commands: wget https://manual.seafile.com/13.0/repo/docker/pro/seafile-server.yml ``` -#### Step 2.2) Download `.yml` file for search engine (Pro edition) +#### Step 2.2) Download `.yml` file for notification server + +=== "Deployment with Seafile" + ```sh + wget https://manual.seafile.com/13.0/repo/docker/notification-server.yml + ``` +=== "Standalone deployment" + ```sh + wget https://manual.seafile.com/13.0/repo/docker/notification-server/notification-server.yml + ``` + +#### Step 2.3) Download `.yml` file for search engine (Pro edition) === "ElasticSearch"