[PR #2695] [MERGED] Allow setting Redis password from env #9895

Closed
opened 2026-04-30 06:02:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2695
Author: @noe-charmet
Created: 3/23/2026
Status: Merged
Merged: 3/23/2026
Merged by: @oschwartz10612

Base: devHead: redis-password-env


📝 Commits (1)

  • 3cca0c0 Allow setting Redis password from env

📊 Changes

1 file changed (+4 additions, -1 deletions)

View changed files

📝 server/private/lib/readConfigFile.ts (+4 -1)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Allow setting the Redis password configuration through environment variable.

How to test?

Set env variable and launch app, see it connect to Redis


🔄 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/fosrl/pangolin/pull/2695 **Author:** [@noe-charmet](https://github.com/noe-charmet) **Created:** 3/23/2026 **Status:** ✅ Merged **Merged:** 3/23/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `redis-password-env` --- ### 📝 Commits (1) - [`3cca0c0`](https://github.com/fosrl/pangolin/commit/3cca0c09c06e1a928c5cae9b8b5ad10ab231ee88) Allow setting Redis password from env ### 📊 Changes **1 file changed** (+4 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/private/lib/readConfigFile.ts` (+4 -1) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Allow setting the Redis password configuration through environment variable. ## How to test? Set env variable and launch app, see it connect to Redis --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-30 06:02:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#9895