Improve HTTP Basic Auth docs. Improves #269

This commit is contained in:
Enrico Ros
2023-12-10 00:17:34 -08:00
parent 5808c5ae27
commit 8023d4fd7e
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ to secure your application. To enable it in `big-AGI`, you **must manually build
- Build `big-AGI` with HTTP authentication enabled:
- Clone the repository
- Rename `middleware_BASIC_AUTH.ts` to `middleware_BASIC_AUTH.ts`
- Rename `middleware_BASIC_AUTH.ts` to `middleware.ts`
- Build: follow the build instructions in [Deploy manually](../README.md#-deploy-manually) or [Deploying with Docker](deploy-docker.md)
- Configure the following [environment variables](environment-variables.md) before launching `big-AGI`: