WebDAV: Allow read access in read-only mode and improve logs #3177 #3183

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2023-02-09 13:14:56 +01:00
parent ef6e3d3f9d
commit a7b1c1b11e
14 changed files with 61 additions and 33 deletions

View File

@@ -65,7 +65,7 @@ func indexAction(ctx *cli.Context) error {
}
if conf.ReadOnly() {
log.Infof("config: read-only mode enabled")
log.Infof("config: enabled read-only mode")
}
var indexed fs.Done