mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
[PR #257] [MERGED] Feature: HTTPS Integration with Nginx #347
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/docs/pull/257
Author: @matthewhand
Created: 10/30/2024
Status: ✅ Merged
Merged: 10/30/2024
Merged by: @tjbck
Base:
main← Head:feature-nginx-clean📝 Commits (1)
2b5fe0dClean📊 Changes
5 files changed (+223 additions, -55 deletions)
View changed files
➖
.github/workflows/gh-pages.yml(+0 -55)➕
docs/tutorials/integrations/https-nginx.md(+40 -0)➕
docs/tutorials/integrations/tab-nginx/LetsEncrypt.md(+108 -0)➕
docs/tutorials/integrations/tab-nginx/SelfSigned.md(+74 -0)📝
docusaurus.config.ts(+1 -0)📄 Description
This PR introduces new documentation and configuration updates for setting up HTTPS with Nginx in Open WebUI. The goal is to improve security by guiding users through both self-signed and Let's Encrypt certificate setups, as well as updating the project configuration with a refined
excluderule.Changes:
New Documentation Files:
docs/tutorials/integrations/https-nginx.md:docs/tutorials/integrations/tab-nginx/SelfSigned.md:docs/tutorials/integrations/tab-nginx/LetsEncrypt.md:Configuration Update:
docusaurus.config.ts:exclude: ['**/tab-**/**']to improve documentation filtering.Why This Contribution Matters:
Testing & Review:
Next Steps:
This PR follows the contribution guidelines by:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.