[PR #524] [MERGED] 523-Added support for HTTPS to Server. #3384

Closed
opened 2026-02-22 18:33:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/524
Author: @pritchey
Created: 1/4/2024
Status: Merged
Merged: 1/4/2024
Merged by: @timothycarambat

Base: masterHead: add_server_https


📝 Commits (2)

  • 103f277 Added support for HTTPS to server.
  • 544fe08 Move boot scripts to helper file

📊 Changes

4 files changed (+88 additions, -20 deletions)

View changed files

📝 docker/.env.example (+10 -1)
📝 server/.env.example (+9 -0)
📝 server/index.js (+6 -19)
server/utils/boot/index.js (+63 -0)

📄 Description

Details provided in the issue ticket (#523). This pull request adds the ability to enable HTTPS capability in the server for those that require it for self-hosted deployments.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/524 **Author:** [@pritchey](https://github.com/pritchey) **Created:** 1/4/2024 **Status:** ✅ Merged **Merged:** 1/4/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `add_server_https` --- ### 📝 Commits (2) - [`103f277`](https://github.com/Mintplex-Labs/anything-llm/commit/103f27728d559e2f37e5ebbfc221a52c5c834454) Added support for HTTPS to server. - [`544fe08`](https://github.com/Mintplex-Labs/anything-llm/commit/544fe08c41ab7405779777154f34ad749b772ee0) Move boot scripts to helper file ### 📊 Changes **4 files changed** (+88 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+10 -1) 📝 `server/.env.example` (+9 -0) 📝 `server/index.js` (+6 -19) ➕ `server/utils/boot/index.js` (+63 -0) </details> ### 📄 Description Details provided in the issue ticket (#523). This pull request adds the ability to enable HTTPS capability in the server for those that require it for self-hosted deployments. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:40 -05:00
yindo closed this issue 2026-02-22 18:33:40 -05:00
yindo changed title from [PR #524] 523-Added support for HTTPS to Server. to [PR #524] [MERGED] 523-Added support for HTTPS to Server. 2026-06-05 15:13:07 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3384