mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #469] Customizing favicon, page title, font/font color #259
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?
Originally created by @spoisseroux on GitHub (Oct 23, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/469
I see here that Dufs UI is able to be customized, but I'm not really sure how to go about doing it without creating a whole new UI. I just want to change things like the page title, favicon, and font/font-color. Is it possible to do this simply?
@sigoden commented on GitHub (Oct 23, 2024):
If you only need to make slight adjustments to the current user interface, you can modify it based on the dufs's assets.
@sigoden commented on GitHub (Oct 23, 2024):
The UI doesn't use any frameworks, just plain html/js/css. As long as you have some basic knowledge of web development, it shouldn't be difficult to modify.
@spoisseroux commented on GitHub (Oct 23, 2024):
Thank you! Exactly what I needed to know, sorry about the trouble