opt: 13.0 docs

This commit is contained in:
Junxiang Huang 2025-07-30 18:12:56 +08:00
parent b414149982
commit 079c539a45
2 changed files with 15 additions and 3 deletions

View File

@ -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

View File

@ -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"