From f915575463081c4b1c74c1cdcad4c01bde6a17c0 Mon Sep 17 00:00:00 2001 From: Jizhou Deng Date: Sat, 22 Nov 2025 11:17:55 +0800 Subject: [PATCH] update: seahub customization --- manual/config/seahub_customization.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manual/config/seahub_customization.md b/manual/config/seahub_customization.md index f7a1a46a..4bbb47c8 100644 --- a/manual/config/seahub_customization.md +++ b/manual/config/seahub_customization.md @@ -6,7 +6,7 @@ Create customize folder === "Deploy in Docker" ```sh - mkdir -p /opt/seafile-data/seahub/media/custom + mkdir -p /opt/seafile-data/seafile/seahub-data/custom ``` === "Deploy from binary packages" ```sh @@ -56,9 +56,9 @@ BRANDING_CSS = 'custom/custom.css' === "Deploy in Docker" ```sh - mkdir -p /opt/seafile-data/seahub/media/custom/templates/help/ - cd /opt/seafile-data/seahub/media/custom - cp ../../help/templates/help/base.html templates/help/ + mkdir -p /opt/seafile-data/seafile/seahub-data/custom/templates/help/ + cd /opt/seafile-data/seafile/seahub-data/custom + cp ../../help/templates/help/install.html templates/help/ ``` === "Deploy from binary packages" ```sh @@ -67,7 +67,7 @@ BRANDING_CSS = 'custom/custom.css' cp ../../help/templates/help/base.html templates/help/ ``` -For example, modify the `templates/help/base.html` file and save it. You will see the new help page. +For example, modify the `templates/help/install.html` file and save it. You will see the new help page. !!! note There are some more help pages available for modifying, you can find the list of the html file [here](https://github.com/haiwen/seahub/tree/master/seahub/help/templates/help)