Add cleanup command that removes orphaned thumbnails and index entries

This commit is contained in:
Michael Mayer
2021-01-24 17:46:18 +01:00
parent 01f14d39c2
commit e04f0f937f
25 changed files with 340 additions and 28 deletions

View File

@@ -23,7 +23,7 @@ import (
"github.com/urfave/cli"
)
// StartCommand is used to register the start cli command
// StartCommand registers the start cli command.
var StartCommand = cli.Command{
Name: "start",
Aliases: []string{"up"},
@@ -105,7 +105,7 @@ func startAction(ctx *cli.Context) error {
}
if conf.ReadOnly() {
log.Infof("read-only mode enabled")
log.Infof("start: read-only mode enabled")
}
// start web server