Michael Mayer
|
ae3b5a7978
|
Add "photoprism status" command to check server health
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-04-22 10:27:48 +02:00 |
|
Michael Mayer
|
b97867ed25
|
Show version information in Web UI
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-04-19 09:45:55 +02:00 |
|
Michael Mayer
|
17e1fb0f8a
|
Docker: Fix demo after renaming import command
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-01-31 17:29:55 +01:00 |
|
Michael Mayer
|
a4e2867c86
|
Split import command into copy and move
Upgraded JS dependencies and did some refactoring along the way...
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-01-31 15:29:06 +01:00 |
|
Michael Mayer
|
5fd454b856
|
Backend: Improve startup error messages #194
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2020-01-21 13:59:41 +01:00 |
|
Michael Mayer
|
4f33965ec9
|
Backend: Shorten header comment
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2019-12-30 23:36:57 +01:00 |
|
Michael Mayer
|
8155927dd9
|
Update copyright notice (in advance)
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
|
2019-12-30 19:24:15 +01:00 |
|
Vedhavyas Singareddi
|
f63efc5f51
|
Implement daemon mode (#119)
* add daemon process
* add daemon stop command
* add daemon log to log file
* check for running daemons
* minor changes
|
2019-06-20 01:11:03 +02:00 |
|
Michael Mayer
|
dc4536b249
|
Improve thumbnail rendering and indexing performance
|
2019-05-13 18:01:50 +02:00 |
|
Michael Mayer
|
0ddef3a02d
|
Rename context package to config and fsutil to util
|
2019-05-06 23:18:10 +02:00 |
|
Michael Mayer
|
868e1b80b9
|
Use reflection and yaml.Unmarshal() for configuration, see #66
|
2019-05-04 05:25:00 +02:00 |
|
Michael Mayer
|
77c101a504
|
Move version command to the bottom, see #50
|
2018-12-21 04:40:45 +01:00 |
|
Michael Mayer
|
9e887be2d6
|
Add version command, see #50
|
2018-12-21 04:32:17 +01:00 |
|
Yuji Yaginuma
|
bde3219f20
|
Update license badge and license description (#77)
* Update license badge and license description
* Use GPL instead of GPL v3 for badge
|
2018-12-06 11:20:14 +01:00 |
|
Michael Mayer
|
fb91ce9a06
|
Move utils and test config to separate packages #58
|
2018-11-17 06:21:39 +01:00 |
|
Michael Mayer
|
ac31141669
|
Smaller docker images with multi-stage build #39
|
2018-11-08 10:56:11 +01:00 |
|
Michael Mayer
|
f657bc5543
|
Move photoprism command docs to doc.go #14
|
2018-11-06 19:08:15 +01:00 |
|
Michael Mayer
|
a4d6f810d6
|
Added inline documentation #14
|
2018-11-06 19:02:03 +01:00 |
|
Michael Mayer
|
6a2af16d1c
|
Using goimports for formatting imports #50
|
2018-10-31 07:14:33 +01:00 |
|
Michael Mayer
|
6844c5f36f
|
Updated Usage and Copyright in command help
|
2018-10-14 03:58:12 +02:00 |
|
Michael Mayer
|
10859ee695
|
Moved perceptual hash from photo to file model; code clean-up (go fmt)
- Files might show different details of the full photo
|
2018-09-27 08:59:53 +02:00 |
|
Michael Mayer
|
034495d75c
|
Refactoring: Separate file for each command
|
2018-09-24 09:53:16 +02:00 |
|
Michael Mayer
|
ee705e2a61
|
Short flag for server-host must be "i", not "h" to avoid conflict with "help"
|
2018-09-18 21:43:22 +02:00 |
|
Michael Mayer
|
0148096c86
|
Importer now instantly converts and indexes files
|
2018-09-18 18:36:12 +02:00 |
|
Michael Mayer
|
982d43f973
|
Renamed migrate-db to migrate
|
2018-09-18 15:21:22 +02:00 |
|
Michael Mayer
|
5e12c48de2
|
Renamed server-ip to server-host
|
2018-09-18 15:18:54 +02:00 |
|
Michael Mayer
|
eec90acce3
|
Improved docker-compose config for production environments
|
2018-09-18 14:42:49 +02:00 |
|
Michael Mayer
|
a204b21cda
|
Added support for setting config values via environment variables
|
2018-09-18 10:12:25 +02:00 |
|
Michael Mayer
|
9096d87aca
|
Using defaults from flag config if no value was set
|
2018-09-18 10:06:26 +02:00 |
|
Michael Mayer
|
706166ac98
|
Improved CLI flag usage hints; added author & email
|
2018-09-18 09:40:09 +02:00 |
|
Michael Mayer
|
78d9484d81
|
Directory clean-up: Moved source code to internal/ and config files to configs/
|
2018-09-14 14:04:03 +02:00 |
|
Michael Mayer
|
609778e7d6
|
Moved all assets to assets/ and improved config
|
2018-09-14 12:44:15 +02:00 |
|
Michael Mayer
|
31562d43cb
|
Improved docker and application config
|
2018-09-13 20:54:34 +02:00 |
|
Michael Mayer
|
37912b4b99
|
Reorganized server assets directory and config; added --debug flag
|
2018-09-13 11:34:56 +02:00 |
|
Michael Mayer
|
801b680f12
|
Major search API and database refactoring
|
2018-09-12 16:37:30 +02:00 |
|
Michael Mayer
|
3d23056851
|
Indexer now automatically sets title, keywords and detected colors
|
2018-09-11 10:56:52 +02:00 |
|
Michael Mayer
|
1716c5a38f
|
Formatted code (go fmt ./...)
|
2018-09-06 14:47:32 +02:00 |
|
Michael Mayer
|
1517afc1fd
|
Improved Docker configuration
|
2018-09-05 18:05:34 +02:00 |
|
Michael Mayer
|
6a6017a478
|
Improved tile view with link button
|
2018-08-07 20:17:14 +02:00 |
|
Michael Mayer
|
82329a6dcb
|
Implemented web server stub as proof of concept
|
2018-07-20 14:13:52 +02:00 |
|
Michael Mayer
|
546a65aff0
|
Implemented index command
|
2018-07-20 10:54:31 +02:00 |
|
Michael Mayer
|
595c32b856
|
Implemented migrate-db command
|
2018-07-18 15:17:56 +02:00 |
|
Michael Mayer
|
cfad5ecb35
|
Improved CLI usage help texts
|
2018-06-20 12:46:14 +02:00 |
|
Michael Mayer
|
b2659ba5ce
|
Implemented export command
|
2018-06-17 20:12:02 +02:00 |
|
Michael Mayer
|
3c80d4a842
|
Implemented thumbnails command
|
2018-06-17 12:56:02 +02:00 |
|
Michael Mayer
|
187449226a
|
Implemented convert command
|
2018-06-16 14:19:18 +02:00 |
|
Michael Mayer
|
48ac7ff054
|
Updated documentation
|
2018-03-26 06:32:48 +02:00 |
|
Michael Mayer
|
aa9073c2b8
|
Code clean-up
|
2018-02-28 10:08:49 +01:00 |
|
Michael Mayer
|
ad061a1cea
|
Proof-of-concept for running PhotoPrism in Docker
|
2018-02-28 08:47:50 +01:00 |
|
Michael Mayer
|
794c661184
|
Fixed CLI parameter list
|
2018-02-27 20:42:25 +01:00 |
|