[PR #760] [CLOSED] #WIP: Webroot support on new server #778

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

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/760
Author: @fmartingr
Created: 10/15/2023
Status: Closed

Base: masterHead: webroot-support-new-server


📝 Commits (1)

📊 Changes

3 files changed (+71 additions, -0 deletions)

View changed files

internal/http/middleware/webroot.go (+23 -0)
internal/http/middleware/webroot_test.go (+44 -0)
📝 internal/http/server.go (+4 -0)

📄 Description

Note: I'm not sure if this will reach production, since using a reverse proxy is an user's control and most reverse proxies should have options to send the unprefixed path to their upstreams, rather than have all services underneath handle a prefix.


🔄 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/go-shiori/shiori/pull/760 **Author:** [@fmartingr](https://github.com/fmartingr) **Created:** 10/15/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `webroot-support-new-server` --- ### 📝 Commits (1) - [`bb0664c`](https://github.com/go-shiori/shiori/commit/bb0664c2af1105d4f2429d5b7ff973c9880a8f2a) wip webroot ### 📊 Changes **3 files changed** (+71 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `internal/http/middleware/webroot.go` (+23 -0) ➕ `internal/http/middleware/webroot_test.go` (+44 -0) 📝 `internal/http/server.go` (+4 -0) </details> ### 📄 Description **Note**: I'm not sure if this will reach production, since using a reverse proxy is an user's control and most reverse proxies should have options to send the unprefixed path to their upstreams, rather than have all services underneath handle a prefix. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:26 +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/shiori#778
No description provided.