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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
dev← Head:redis-password-env📝 Commits (1)
3cca0c0Allow 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.