[PR #165] [CLOSED] Feature: proxy support #1177

Closed
opened 2026-02-26 02:35:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/165
Author: @Beanow
Created: 12/30/2015
Status: Closed

Base: masterHead: feature/proxy-support


📝 Commits (8)

📊 Changes

6 files changed (+107 additions, -10 deletions)

View changed files

📝 .env.example (+5 -0)
📝 app/Http/Kernel.php (+2 -0)
📝 composer.json (+2 -1)
📝 composer.lock (+60 -9)
📝 config/app.php (+1 -0)
config/trustedproxy.php (+37 -0)

📄 Description

A better alternative to #155, use Symfony's proxy support through the fideloper/proxy middleware, plus simplified .env configuration.


🔄 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/koel/koel/pull/165 **Author:** [@Beanow](https://github.com/Beanow) **Created:** 12/30/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/proxy-support` --- ### 📝 Commits (8) - [`35bc94e`](https://github.com/koel/koel/commit/35bc94e51c27f3d7996497bb363f01e5f9fed544) Merge branch 'master' of https://github.com/phanan/koel - [`a52449d`](https://github.com/koel/koel/commit/a52449d43f555835e447ea47f3efdf97da6c730d) Add trusted proxy package and configuration. - [`e8a7b4f`](https://github.com/koel/koel/commit/e8a7b4ff296d120d26f894d3e85ec9a42cacb6d7) Configure trusted proxy middleware. - [`39c9832`](https://github.com/koel/koel/commit/39c98321ef62b89ab7d142504aecb1451a6bdc0e) Configure trusted proxy middleware. - [`b4f008b`](https://github.com/koel/koel/commit/b4f008b7c62c1036d2a31897ba5be18bb29f95b3) Merge branch 'feature/proxy-support' of https://github.com/Beanow/koel into HEAD - [`b3869d6`](https://github.com/koel/koel/commit/b3869d6544ecc0424556f0c313819140e821515d) Make nitpick-ci happy. - [`7f75d71`](https://github.com/koel/koel/commit/7f75d7121aba19cea94c40bfd980aad62dc10189) Merge branch 'feature/proxy-support' of https://github.com/Beanow/koel into HEAD - [`354a1f2`](https://github.com/koel/koel/commit/354a1f2d0e4938a1c56885e7aa97526c2abddca0) Though not sure why, add updated composer.lock. ### 📊 Changes **6 files changed** (+107 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+5 -0) 📝 `app/Http/Kernel.php` (+2 -0) 📝 `composer.json` (+2 -1) 📝 `composer.lock` (+60 -9) 📝 `config/app.php` (+1 -0) ➕ `config/trustedproxy.php` (+37 -0) </details> ### 📄 Description A better alternative to #155, use Symfony's proxy support through the [fideloper/proxy](https://github.com/fideloper/TrustedProxy) middleware, plus simplified .env configuration. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 02:35:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1177
No description provided.