From 75b03182396f6556e5aa39345663771ff5b95cd3 Mon Sep 17 00:00:00 2001 From: Junxiang Huang Date: Fri, 6 Dec 2024 14:34:05 +0800 Subject: [PATCH] wip: 12.0 can setup without caddy --- manual/setup/setup_seafile_without_caddy.md | 2 ++ mkdocs.yml | 1 + 2 files changed, 3 insertions(+) create mode 100644 manual/setup/setup_seafile_without_caddy.md diff --git a/manual/setup/setup_seafile_without_caddy.md b/manual/setup/setup_seafile_without_caddy.md new file mode 100644 index 00000000..2de91648 --- /dev/null +++ b/manual/setup/setup_seafile_without_caddy.md @@ -0,0 +1,2 @@ +# Setup Seafile without Caddy + diff --git a/mkdocs.yml b/mkdocs.yml index b313e2b7..af89c876 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -96,6 +96,7 @@ nav: - Data migration: setup/migrate_backends_data.md - Seafile Docker autostart: setup/seafile_docker_autostart.md - Deploy with an existing MySQL server: setup/setup_with_an_existing_mysql_server.md + - Setup Seafile without Caddy: setup/setup_seafile_without_caddy.md - Run Seafile as non root user inside docker: setup/run_seafile_as_non_root_user_inside_docker.md - Cluster installation (Pro): - Seafile Docker Cluster Deployment: setup/cluster_deploy_with_docker.md