mirror of
https://github.com/matze/wastebin.git
synced 2026-04-25 00:25:59 +03:00
[PR #200] Support path prefix in reverse proxy scenarios. #203
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/wastebin-matze#203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/matze/wastebin/pull/200
Author: @MIvanchev
Created: 12/30/2025
Status: 🔄 Open
Base:
master← Head:path-prefix📝 Commits (1)
688d860Support 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.