mirror of
https://github.com/sigoden/dufs.git
synced 2026-06-07 23:16:54 +03:00
[PR #688] [MERGED] feat: support customizable 404 page #5507
Reference in New Issue
Block a user
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/sigoden/dufs/pull/688
Author: @sigoden
Created: 4/24/2026
Status: ✅ Merged
Merged: 4/24/2026
Merged by: @sigoden
Base:
main← Head:feat📝 Commits (1)
c9482defeat: 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.htmlfile in the assets directory.Close #678
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.