diff --git a/README.md b/README.md index 03a7c88c1..4f2ce4332 100644 --- a/README.md +++ b/README.md @@ -194,8 +194,6 @@ docker run -d -p 3000:3000 -p 8000:8000 \ ``` > [!NOTE] -> - For Google OAuth, create credentials in the [Google Cloud Console](https://console.cloud.google.com/apis/credentials) -> - For Airtable connector, create an OAuth integration in the [Airtable Developer Hub](https://airtable.com/create/oauth) > - If deploying behind a reverse proxy with HTTPS, add `-e BACKEND_URL=https://api.yourdomain.com` After starting, access SurfSense at: diff --git a/README.zh-CN.md b/README.zh-CN.md index fcccddcaa..fe6ec8e30 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -201,8 +201,6 @@ docker run -d -p 3000:3000 -p 8000:8000 \ ``` > [!NOTE] -> - 对于 Google OAuth,请在 [Google Cloud Console](https://console.cloud.google.com/apis/credentials) 中创建凭据 -> - 对于 Airtable 连接器,请在 [Airtable 开发者中心](https://airtable.com/create/oauth) 中创建 OAuth 集成 > - 如果部署在带有 HTTPS 的反向代理后面,请添加 `-e BACKEND_URL=https://api.yourdomain.com` 启动后,访问 SurfSense: