[PR #2713] [CLOSED] fix: Allow admin page working on subpaths #3208

Closed
opened 2025-10-09 18:19:06 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2713
Author: @GeekCornerGH
Created: 8/28/2022
Status: Closed

Base: mainHead: permit-subpath-admin-page-fix


📝 Commits (2)

  • 3cd3bcc fix: Permit admin page on subpaths
  • e035407 Merge branch 'main' into permit-subpath-admin-page-fix

📊 Changes

5 files changed (+31 additions, -31 deletions)

View changed files

📝 src/static/templates/admin/base.hbs (+11 -11)
📝 src/static/templates/admin/diagnostics.hbs (+1 -1)
📝 src/static/templates/admin/organizations.hbs (+4 -4)
📝 src/static/templates/admin/settings.hbs (+4 -4)
📝 src/static/templates/admin/users.hbs (+11 -11)

📄 Description

Hi everyone,
I made this patch to fix this bug on the admin page when using subpath:
image

Have a great day


🔄 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/dani-garcia/vaultwarden/pull/2713 **Author:** [@GeekCornerGH](https://github.com/GeekCornerGH) **Created:** 8/28/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `permit-subpath-admin-page-fix` --- ### 📝 Commits (2) - [`3cd3bcc`](https://github.com/dani-garcia/vaultwarden/commit/3cd3bcc89babc6f550a481b459a16d4666a7e911) fix: Permit admin page on subpaths - [`e035407`](https://github.com/dani-garcia/vaultwarden/commit/e0354077ba77f46409f46968e5c08179256df890) Merge branch 'main' into permit-subpath-admin-page-fix ### 📊 Changes **5 files changed** (+31 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `src/static/templates/admin/base.hbs` (+11 -11) 📝 `src/static/templates/admin/diagnostics.hbs` (+1 -1) 📝 `src/static/templates/admin/organizations.hbs` (+4 -4) 📝 `src/static/templates/admin/settings.hbs` (+4 -4) 📝 `src/static/templates/admin/users.hbs` (+11 -11) </details> ### 📄 Description Hi everyone, I made this patch to fix this bug on the admin page when using subpath: ![image](https://user-images.githubusercontent.com/45696571/187068510-a00770b3-a23d-400e-9234-919fe299ad0e.png) Have a great day --- <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 2025-10-09 18:19:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3208