[PR #2948] [MERGED] use a custom 404 page #3124

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

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2948
Author: @stefan0xC
Created: 12/2/2022
Status: Merged
Merged: 12/8/2022
Merged by: @dani-garcia

Base: mainHead: use-custom-404-page


📝 Commits (1)

📊 Changes

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

View changed files

resources/404.svg (+93 -0)
📝 src/api/web.rs (+10 -5)
📝 src/config.rs (+2 -0)
src/static/images/404.png (+0 -0)
src/static/templates/404.hbs (+62 -0)

📄 Description

As suggested here https://github.com/dani-garcia/bw_web_builds/pull/100 we might want to use a custom 404 page.

first-draft


🔄 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/2948 **Author:** [@stefan0xC](https://github.com/stefan0xC) **Created:** 12/2/2022 **Status:** ✅ Merged **Merged:** 12/8/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `use-custom-404-page` --- ### 📝 Commits (1) - [`d209df9`](https://github.com/dani-garcia/vaultwarden/commit/d209df9e10544b7c1fc8ebfdb3a7910400ba0289) use a custom 404 page ### 📊 Changes **5 files changed** (+167 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `resources/404.svg` (+93 -0) 📝 `src/api/web.rs` (+10 -5) 📝 `src/config.rs` (+2 -0) ➕ `src/static/images/404.png` (+0 -0) ➕ `src/static/templates/404.hbs` (+62 -0) </details> ### 📄 Description As suggested here https://github.com/dani-garcia/bw_web_builds/pull/100 we might want to use a custom 404 page. [first-draft](https://user-images.githubusercontent.com/509385/205351136-575edb6e-9006-478d-8468-617155bc2b76.png) --- <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:17:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3124