From 22c83a39f13337e06e474f3ce68d0bb4cf99c496 Mon Sep 17 00:00:00 2001 From: Junxiang Huang Date: Tue, 24 Sep 2024 21:59:14 +0800 Subject: [PATCH] opt: some santences in 12.0 --- .../deploy_seafile_with_docker_v12.0.md | 22 ++++++++--------- .../deploy_seafile_pro_with_docker_v12.0.md | 24 +++++++++---------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/manual/docker/deploy_seafile_with_docker_v12.0.md b/manual/docker/deploy_seafile_with_docker_v12.0.md index 0fa49ff73..889cb1dc2 100644 --- a/manual/docker/deploy_seafile_with_docker_v12.0.md +++ b/manual/docker/deploy_seafile_with_docker_v12.0.md @@ -32,17 +32,17 @@ nano .env The following fields merit particular attention: -* The volume directory of Seafile data (SEAFILE_VOLUMES) -* The volume directory of MySQL data (SEAFILE_MYSQL_VOLUMES) -* The volume directory of Caddy data (SEAFILE_CADDY_VOLUMES) -* The root password of MySQL (SEAFILE_MYSQL_ROOT_PASSWORD) -* The user password of MySQL (SEAFILE_MYSQL_DB_PASSWORD) -* JWT (JWT_PRIVATE_KEY, A random string with a length of no less than 32 characters, generate example: `pwgen -s 40 1`) -* Seafile server hostname (SEAFILE_SERVER_HOSTNAME) -* Seafile server protocol (SEAFILE_SERVER_PROTOCOL, use http or https) -* Time zone (TIME_ZONE) -* Admin username (SEAFILE_ADMIN_EMAIL) -* Admin password (SEAFILE_ADMIN_PASSWORD) +- `SEAFILE_VOLUMES`: The volume directory of Seafile data +- `SEAFILE_MYSQL_VOLUMES`: The volume directory of MySQL data +- `SEAFILE_CADDY_VOLUMES`: The volume directory of Caddy data +- `SEAFILE_MYSQL_ROOT_PASSWORD`: The user `root` password of MySQL +- `SEAFILE_MYSQL_DB_PASSWORD`: The user `seafile` password of MySQL +- `JWT`: JWT_PRIVATE_KEY, A random string with a length of no less than 32 characters, generate example: `pwgen -s 40 1` +- `SEAFILE_SERVER_HOSTNAME`: Seafile server hostname or domain +- `SEAFILE_SERVER_PROTOCOL`: Seafile server protocol (http or https) +- `TIME_ZONE`: Time zone (default UTC) +- `SEAFILE_ADMIN_EMAIL`: Admin username +- `SEAFILE_ADMIN_PASSWORD`: Admin password NOTE: SSL is now handled by the caddy server. diff --git a/manual/docker/pro-edition/deploy_seafile_pro_with_docker_v12.0.md b/manual/docker/pro-edition/deploy_seafile_pro_with_docker_v12.0.md index 55796d1ab..5c45b66b4 100644 --- a/manual/docker/pro-edition/deploy_seafile_pro_with_docker_v12.0.md +++ b/manual/docker/pro-edition/deploy_seafile_pro_with_docker_v12.0.md @@ -66,18 +66,18 @@ nano .env The following fields merit particular attention: -* The volume directory of Seafile data (SEAFILE_VOLUMES) -* The volume directory of MySQL data (SEAFILE_MYSQL_VOLUMES) -* The volume directory of Caddy data (SEAFILE_CADDY_VOLUMES) -* The volume directory of Elasticsearch data (SEAFILE_ELASTICSEARCH_VOLUMES) -* The root password of MySQL (SEAFILE_MYSQL_ROOT_PASSWORD) -* The user password of MySQL (SEAFILE_MYSQL_DB_PASSWORD) -* JWT (JWT_PRIVATE_KEY, A random string with a length of no less than 32 characters, generate example: `pwgen -s 40 1`) -* Seafile server hostname (SEAFILE_SERVER_HOSTNAME) -* Seafile server protocol (SEAFILE_SERVER_PROTOCOL, use http or https) -* Time zone (TIME_ZONE) -* Admin username (SEAFILE_ADMIN_EMAIL) -* Admin password (SEAFILE_ADMIN_PASSWORD) +- `SEAFILE_VOLUMES`: The volume directory of Seafile data +- `SEAFILE_MYSQL_VOLUMES`: The volume directory of MySQL data +- `SEAFILE_CADDY_VOLUMES`: The volume directory of Caddy data +- `SEAFILE_ELASTICSEARCH_VOLUMES`: The volume directory of Elasticsearch data +- `SEAFILE_MYSQL_ROOT_PASSWORD`: The `root` password of MySQL +- `SEAFILE_MYSQL_DB_PASSWORD`: The user `seafile` password of MySQL +- `JWT`: JWT_PRIVATE_KEY, A random string with a length of no less than 32 characters, generate example: `pwgen -s 40 1` +- `SEAFILE_SERVER_HOSTNAME`: Seafile server hostname or domain +- `SEAFILE_SERVER_PROTOCOL`: Seafile server protocol (http or https) +- `TIME_ZONE`: Time zone (default UTC) +- `SEAFILE_ADMIN_EMAIL`: Admin username +- `SEAFILE_ADMIN_PASSWORD`: Admin password NOTE: SSL is now handled by the caddy server.