From 401f42e35d9ae32778509aa357b177ed7a3029a8 Mon Sep 17 00:00:00 2001 From: Adam J Campbell Date: Mon, 23 Jun 2025 20:51:41 +1200 Subject: [PATCH] :memo: Update README.md (#15120) added instruction for disabling access authorization code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 779729854..ed6992a17 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ docker run -d \ * In alternative, it's possible to set the path via the `SIYUAN_WORKSPACE_PATH` env variable. The commandline will always have the priority, if both are set. * `accessAuthCode`: Access authorization code (please **be sure to modify**, otherwise anyone can access your data) * In alternative, it's possible to set the auth code via the `SIYUAN_ACCESS_AUTH_CODE` env variable. The commandline will always have the priority, if both are set. + * To disable the Access authorization code set the env `SIYUAN_ACCESS_AUTH_CODE_BYPASS=true`. To simplify things, it is recommended to configure the workspace folder path to be consistent on the host and container, such as having both `workspace_dir_host` and `workspace_dir_container` configured as `/siyuan/workspace`. The corresponding startup command would be: