photoprism/internal/commands
Anders Brander 3ed5370439
Do not print starting web server before starting web server. (#240)
Thnigs can go wrong and abort in server.Start() before the web server is
started. This commit will move the log message to where the webserver is
started to avoid confusing the user.
2020-02-05 23:05:37 +01:00
..
commands.go Backend: Move reusable packages to pkg/ 2020-01-12 14:00:56 +01:00
config.go Backend: Disable NSFW detection by default to boost performance 2020-01-13 16:48:32 +01:00
config_test.go Backend: Add thumb config options and lower defaults #157 2020-01-13 11:07:09 +01:00
convert.go Backend: Improve command help #187 2020-01-22 10:35:00 +01:00
copy.go Docker: Fix demo after renaming import command 2020-01-31 17:29:55 +01:00
import.go Docker: Fix demo after renaming import command 2020-01-31 17:29:55 +01:00
index.go Split import command into copy and move 2020-01-31 15:29:06 +01:00
migrate.go Backend: Improve command help #187 2020-01-22 10:35:00 +01:00
start.go Do not print starting web server before starting web server. (#240) 2020-02-05 23:05:37 +01:00
stop.go Docker: Fix demo after renaming import command 2020-01-31 17:29:55 +01:00
thumbs.go Docker: Fix demo after renaming import command 2020-01-31 17:29:55 +01:00
version.go Rename context package to config and fsutil to util 2019-05-06 23:18:10 +02:00