[PR #688] [MERGED] feat: support customizable 404 page #6953

Closed
opened 2026-05-31 00:16:42 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigoden/dufs/pull/688
Author: @sigoden
Created: 4/24/2026
Status: Merged
Merged: 4/24/2026
Merged by: @sigoden

Base: mainHead: feat


📝 Commits (1)

  • c9482de feat: support customizable 404 page

📊 Changes

3 files changed (+74 additions, -7 deletions)

View changed files

📝 src/args.rs (+8 -0)
📝 src/server.rs (+33 -7)
📝 tests/assets.rs (+33 -0)

📄 Description

Users can customize the error page by placing a 404.html file in the assets directory.

Close #678


🔄 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/sigoden/dufs/pull/688 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 4/24/2026 **Status:** ✅ Merged **Merged:** 4/24/2026 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat` --- ### 📝 Commits (1) - [`c9482de`](https://github.com/sigoden/dufs/commit/c9482de245ea05eb2112c042000a9342811dd150) feat: support customizable 404 page ### 📊 Changes **3 files changed** (+74 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/args.rs` (+8 -0) 📝 `src/server.rs` (+33 -7) 📝 `tests/assets.rs` (+33 -0) </details> ### 📄 Description Users can customize the error page by placing a `404.html` file in the assets directory. Close #678 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-05-31 00:16:42 +03:00
zhus closed this issue 2026-05-31 00:16:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#6953