[PR #1278] feat: Add support for proxy #1261

Open
opened 2026-02-05 19:00:12 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/1278
Author: @dburner
Created: 8/3/2025
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 22dad92 feat: Add support for proxy

📊 Changes

5 files changed (+40 additions, -16 deletions)

View changed files

📝 docker-compose.yml (+1 -1)
📝 server/.env.sample (+1 -1)
server/api/middleware/dynamicBaseUrl.js (+20 -0)
📝 server/config/custom.js (+4 -4)
📝 server/config/http.js (+14 -10)

📄 Description

Description

Add support for dynamic base url. Having this set should allow you to host on multiple domains or behind proxies with ease.


🔄 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/plankanban/planka/pull/1278 **Author:** [@dburner](https://github.com/dburner) **Created:** 8/3/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`22dad92`](https://github.com/plankanban/planka/commit/22dad92999f6c135cac8e80ca10582b488908e0b) feat: Add support for proxy ### 📊 Changes **5 files changed** (+40 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `docker-compose.yml` (+1 -1) 📝 `server/.env.sample` (+1 -1) ➕ `server/api/middleware/dynamicBaseUrl.js` (+20 -0) 📝 `server/config/custom.js` (+4 -4) 📝 `server/config/http.js` (+14 -10) </details> ### 📄 Description # Description Add support for dynamic base url. Having this set should allow you to host on multiple domains or behind proxies with ease. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 19:00:12 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka-plankanban#1261