Fixing import for a quick 1.0.1
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
22b5c3c752
commit
030b361d9e
2032 changed files with 26 additions and 821739 deletions
|
@ -6,7 +6,7 @@ import (
|
|||
|
||||
"github.com/kris-nova/logger"
|
||||
|
||||
photoprism "github.com/kris-nova/client-go"
|
||||
"github.com/kris-nova/photoprism-client-go"
|
||||
)
|
||||
|
||||
type SampleApplication struct {
|
||||
|
@ -23,8 +23,8 @@ var (
|
|||
CreateCommand = `pcreate`
|
||||
DestroyCommand = `pdestroy`
|
||||
LogsCommand = `plogs`
|
||||
StartCommand = `cd ../sample-app && bash -c "./pstart"`
|
||||
StopCommand = `pstop`
|
||||
StartCommand = `pstart`
|
||||
StopCommand = `pstop"`
|
||||
)
|
||||
|
||||
func (a *SampleApplication) Start() error {
|
||||
|
|
|
@ -17,9 +17,9 @@ docker run -d \
|
|||
-p 8080:2342 \
|
||||
-e PHOTOPRISM_UPLOAD_NSFW="true" \
|
||||
-e PHOTOPRISM_ADMIN_PASSWORD="missy" \
|
||||
-v ${GOPATH}/src/github.com/kris-nova/client-go/sample-app/photoprism/import:/photoprism/import \
|
||||
-v ${GOPATH}/src/github.com/kris-nova/client-go/sample-app/photoprism/originals:/photoprism/originals \
|
||||
-v ${GOPATH}/src/github.com/kris-nova/client-go/sample-app/photoprism/storage:/photoprism/storage \
|
||||
-v ${GOPATH}/src/github.com/kris-nova/photoprism-client-go/sample-app/photoprism/import:/photoprism/import \
|
||||
-v ${GOPATH}/src/github.com/kris-nova/photoprism-client-go/sample-app/photoprism/originals:/photoprism/originals \
|
||||
-v ${GOPATH}/src/github.com/kris-nova/photoprism-client-go/sample-app/photoprism/storage:/photoprism/storage \
|
||||
photoprism/photoprism:latest
|
||||
|
||||
|
||||
|
|
|
@ -829,6 +829,11 @@
|
|||
"tokens": null,
|
||||
"expiration": 1613694775895766029
|
||||
},
|
||||
"fd6b9df3ddd9716e724a2aeac9d79eac750838c0ff1860c0": {
|
||||
"user": "uqnzie01i1nypnt9",
|
||||
"tokens": null,
|
||||
"expiration": 1613707997358004286
|
||||
},
|
||||
"fdbeb275182730c03ee00fc84da57dc080e60fb9d1dc587e": {
|
||||
"user": "uqnzie01i1nypnt9",
|
||||
"tokens": null,
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue