From 6600ca49ec2d3117546dab308585098c1920c48d Mon Sep 17 00:00:00 2001 From: SkywalkerSpace Date: Fri, 20 Jun 2025 17:24:32 +0800 Subject: [PATCH] update notification yml path --- manual/extension/notification-server.md | 4 ++-- manual/repo/docker/notification-server/{standalone => }/env | 0 .../{standalone => }/notification-server.yml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename manual/repo/docker/notification-server/{standalone => }/env (100%) rename manual/repo/docker/notification-server/{standalone => }/notification-server.yml (100%) diff --git a/manual/extension/notification-server.md b/manual/extension/notification-server.md index 6d800b92..89a66a52 100644 --- a/manual/extension/notification-server.md +++ b/manual/extension/notification-server.md @@ -70,8 +70,8 @@ If you enable [clustering](../setup_binary/cluster_deployment.md), You need to d Download `.env` and `notification-server.yml` to notification server directory: ```sh -wget https://manual.seafile.com/13.0/repo/docker/notification-server/standalone/notification-server.yml -wget -O .env https://manual.seafile.com/13.0/repo/docker/notification-server/standalone/env +wget https://manual.seafile.com/13.0/repo/docker/notification-server/notification-server.yml +wget -O .env https://manual.seafile.com/13.0/repo/docker/notification-server/env ``` Then modify the `.env` file according to your environment. The following fields are needed to be modified: diff --git a/manual/repo/docker/notification-server/standalone/env b/manual/repo/docker/notification-server/env similarity index 100% rename from manual/repo/docker/notification-server/standalone/env rename to manual/repo/docker/notification-server/env diff --git a/manual/repo/docker/notification-server/standalone/notification-server.yml b/manual/repo/docker/notification-server/notification-server.yml similarity index 100% rename from manual/repo/docker/notification-server/standalone/notification-server.yml rename to manual/repo/docker/notification-server/notification-server.yml