mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
rcserver: set ModTime for dirs and files served by --rc-serve
This commit is contained in:
committed by
Nick Craig-Wood
parent
08bf5228a7
commit
92368f6d2b
@@ -23,6 +23,7 @@ type Options struct {
|
||||
Template libhttp.TemplateConfig
|
||||
Enabled bool // set to enable the server
|
||||
Serve bool // set to serve files from remotes
|
||||
ServeNoModTime bool // don't read the modification time
|
||||
Files string // set to enable serving files locally
|
||||
NoAuth bool // set to disable auth checks on AuthRequired methods
|
||||
WebUI bool // set to launch the web ui
|
||||
|
||||
Reference in New Issue
Block a user