[PR #200] Support path prefix in reverse proxy scenarios. #203

Open
opened 2026-02-27 10:16:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/matze/wastebin/pull/200
Author: @MIvanchev
Created: 12/30/2025
Status: 🔄 Open

Base: masterHead: path-prefix


📝 Commits (1)

  • 688d860 Support path prefix in reverse proxy scenarios.

📊 Changes

12 files changed (+56 additions, -29 deletions)

View changed files

📝 crates/wastebin_server/src/handlers/delete/form.rs (+1 -1)
📝 crates/wastebin_server/src/handlers/insert/form.rs (+1 -1)
📝 crates/wastebin_server/src/handlers/theme.rs (+1 -1)
📝 crates/wastebin_server/src/main.rs (+27 -1)
📝 crates/wastebin_server/templates/base.html (+14 -13)
📝 crates/wastebin_server/templates/burn.html (+1 -1)
📝 crates/wastebin_server/templates/encrypted.html (+1 -1)
📝 crates/wastebin_server/templates/error.html (+1 -1)
📝 crates/wastebin_server/templates/formatted.html (+1 -1)
📝 crates/wastebin_server/templates/index.html (+2 -2)
📝 crates/wastebin_server/templates/paste.html (+5 -5)
📝 crates/wastebin_server/templates/qr.html (+1 -1)

📄 Description

Fixes #176.


🔄 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/matze/wastebin/pull/200 **Author:** [@MIvanchev](https://github.com/MIvanchev) **Created:** 12/30/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `path-prefix` --- ### 📝 Commits (1) - [`688d860`](https://github.com/matze/wastebin/commit/688d860c244227f94932f5607f8000ba92e92679) Support path prefix in reverse proxy scenarios. ### 📊 Changes **12 files changed** (+56 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `crates/wastebin_server/src/handlers/delete/form.rs` (+1 -1) 📝 `crates/wastebin_server/src/handlers/insert/form.rs` (+1 -1) 📝 `crates/wastebin_server/src/handlers/theme.rs` (+1 -1) 📝 `crates/wastebin_server/src/main.rs` (+27 -1) 📝 `crates/wastebin_server/templates/base.html` (+14 -13) 📝 `crates/wastebin_server/templates/burn.html` (+1 -1) 📝 `crates/wastebin_server/templates/encrypted.html` (+1 -1) 📝 `crates/wastebin_server/templates/error.html` (+1 -1) 📝 `crates/wastebin_server/templates/formatted.html` (+1 -1) 📝 `crates/wastebin_server/templates/index.html` (+2 -2) 📝 `crates/wastebin_server/templates/paste.html` (+5 -5) 📝 `crates/wastebin_server/templates/qr.html` (+1 -1) </details> ### 📄 Description Fixes #176. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/wastebin-matze#203
No description provided.