From b085e5962e37cc761607a2ec7b8dfa4e1b465809 Mon Sep 17 00:00:00 2001 From: Huang Junxiang Date: Tue, 27 May 2025 15:36:07 +0800 Subject: [PATCH] mark the docs work in progress (#527) --- manual/setup/setup_ce_by_docker.md | 4 ++++ manual/setup/setup_pro_by_docker.md | 4 ++++ manual/setup/setup_with_an_existing_mysql_server.md | 4 ++++ manual/setup/setup_with_s3.md | 4 ++++ manual/setup_binary/installation_pro.md | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/manual/setup/setup_ce_by_docker.md b/manual/setup/setup_ce_by_docker.md index 84ba9f46..8ab16006 100644 --- a/manual/setup/setup_ce_by_docker.md +++ b/manual/setup/setup_ce_by_docker.md @@ -1,3 +1,7 @@ +--- +status: new +--- + # Installation of Seafile Server Community Edition with Docker ## System requirements diff --git a/manual/setup/setup_pro_by_docker.md b/manual/setup/setup_pro_by_docker.md index ed140043..803d23de 100644 --- a/manual/setup/setup_pro_by_docker.md +++ b/manual/setup/setup_pro_by_docker.md @@ -1,3 +1,7 @@ +--- +status: new +--- + # Installation of Seafile Server Professional Edition with Docker This manual explains how to deploy and run Seafile Server Professional Edition (Seafile PE) on a Linux server using Docker and Docker Compose. The deployment has been tested for Debian/Ubuntu and CentOS, but Seafile PE should also work on other Linux distributions. diff --git a/manual/setup/setup_with_an_existing_mysql_server.md b/manual/setup/setup_with_an_existing_mysql_server.md index 0f961333..101acf73 100644 --- a/manual/setup/setup_with_an_existing_mysql_server.md +++ b/manual/setup/setup_with_an_existing_mysql_server.md @@ -1,3 +1,7 @@ +--- +status: new +--- + # Deploy with an existing MySQL server The entire `db` service needs to be removed (or noted) in `seafile-server.yml` if you would like to use an existing MySQL server, otherwise there is a redundant database service is running diff --git a/manual/setup/setup_with_s3.md b/manual/setup/setup_with_s3.md index 0112f33d..ce90ca44 100644 --- a/manual/setup/setup_with_s3.md +++ b/manual/setup/setup_with_s3.md @@ -1,3 +1,7 @@ +--- +status: new +--- + # Setup With S3 Storage !!! note "Deployment notes" diff --git a/manual/setup_binary/installation_pro.md b/manual/setup_binary/installation_pro.md index 95982a68..8711f352 100644 --- a/manual/setup_binary/installation_pro.md +++ b/manual/setup_binary/installation_pro.md @@ -1,3 +1,7 @@ +--- +status: new +--- + # Installation of Seafile Server Professional Edition This manual explains how to deploy and run Seafile Server Professional Edition (Seafile PE) on a Linux server from a pre-built package using MySQL/MariaDB as database. The deployment has been tested for Debian/Ubuntu.