Merge pull request #580 from haiwen/opt_13.0_docs
Some checks are pending
Deploy CI - 13.0 / deploy (push) Waiting to run

opt: 13.0 docs
This commit is contained in:
Daniel Pan 2025-07-30 20:37:49 +08:00 committed by GitHub
commit 9329d4410b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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"