mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #310] How to access upload/list UI, when index page is enabled? #164
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 @darklow on GitHub (Dec 5, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/310
Thanks for the amazing and useful library.
I have enabled index.html rendering using
DUFS_RENDER_TRY_INDEX=truehowever I can't find a way to access upload UI for this folder anymore in order to upload more files to it. Is there some trick available to access it? If not how about adding question mark after directory name would load UI? For example host/dir1/?@sigoden commented on GitHub (Dec 7, 2023):
PR #311 has been merged. You can access the upload user interface by using
?q=in the next version of dufs.@paul-hammant commented on GitHub (Dec 16, 2023):
Any chance of some addition hints as to rendered endpoints in the "Listening on:" section as dufs launches?
@sigoden commented on GitHub (Dec 16, 2023):
Can you give an example? @paul-hammant