Adding docs and ready for 1.0.0
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
c78e3d199e
commit
94dde03103
63 changed files with 394 additions and 5616 deletions
17
sample-app/README.md
Normal file
17
sample-app/README.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Sample App
|
||||
|
||||
This is bad code.
|
||||
|
||||
We shell exec the start/stop/create/destroy docker commands (poorly)
|
||||
and this is how the unit testing suite attempts to start/stop/create/destroy
|
||||
the local persistent store.
|
||||
|
||||
### Running The Sample App
|
||||
|
||||
```bash
|
||||
./pcreate # Will create the sample app running locally
|
||||
./pdestroy # Will destroy the sample app, but the data will persist regardles of running this command
|
||||
./pstop # Will stop the photoprism app from running/serving
|
||||
./plogs # Will tail the photoprism logs
|
||||
./pstart # Will start an already created, and then stopped Photoprism application
|
||||
```
|
9
sample-app/photoprism/storage/albums/album/aqoe8ez1jjge2mq2.yml
Executable file
9
sample-app/photoprism/storage/albums/album/aqoe8ez1jjge2mq2.yml
Executable file
|
@ -0,0 +1,9 @@
|
|||
UID: aqoe8ez1jjge2mq2
|
||||
Slug: testalbum
|
||||
Type: album
|
||||
Title: TestAlbum
|
||||
Order: oldest
|
||||
Country: zz
|
||||
CreatedAt: 2021-02-12T02:04:11Z
|
||||
UpdatedAt: 2021-02-12T02:04:11Z
|
||||
DeletedAt: 2021-02-12T02:04:11.32572869Z
|
9
sample-app/photoprism/storage/albums/album/aqoe8ez2htvawjx6.yml
Executable file
9
sample-app/photoprism/storage/albums/album/aqoe8ez2htvawjx6.yml
Executable file
|
@ -0,0 +1,9 @@
|
|||
UID: aqoe8ez2htvawjx6
|
||||
Slug: testalbum
|
||||
Type: album
|
||||
Title: TestAlbum
|
||||
Order: oldest
|
||||
Country: zz
|
||||
CreatedAt: 2021-02-12T02:04:11Z
|
||||
UpdatedAt: 2021-02-12T02:04:11Z
|
||||
DeletedAt: 2021-02-12T02:04:11.277362825Z
|
10
sample-app/photoprism/storage/albums/album/aqoe8ez3kaiy71vi.yml
Executable file
10
sample-app/photoprism/storage/albums/album/aqoe8ez3kaiy71vi.yml
Executable file
|
@ -0,0 +1,10 @@
|
|||
UID: aqoe8ez3kaiy71vi
|
||||
Slug: testalbum
|
||||
Type: album
|
||||
Title: TestAlbum
|
||||
Description: An updated album description
|
||||
Order: oldest
|
||||
Country: zz
|
||||
CreatedAt: 2021-02-12T02:04:11Z
|
||||
UpdatedAt: 2021-02-12T02:04:11.178898158Z
|
||||
DeletedAt: 2021-02-12T02:04:11.190112861Z
|
9
sample-app/photoprism/storage/albums/album/aqoe8ez3vp0ubysv.yml
Executable file
9
sample-app/photoprism/storage/albums/album/aqoe8ez3vp0ubysv.yml
Executable file
|
@ -0,0 +1,9 @@
|
|||
UID: aqoe8ez3vp0ubysv
|
||||
Slug: testalbum
|
||||
Type: album
|
||||
Title: TestAlbum
|
||||
Order: oldest
|
||||
Country: zz
|
||||
CreatedAt: 2021-02-12T02:04:11Z
|
||||
UpdatedAt: 2021-02-12T02:04:11Z
|
||||
DeletedAt: 2021-02-12T02:04:11.250601775Z
|
|
@ -594,6 +594,11 @@
|
|||
"tokens": null,
|
||||
"expiration": 1613502660685792657
|
||||
},
|
||||
"b1fe34099243a851154b4dae23220b31d5f7d846f64570eb": {
|
||||
"user": "uqnzie01i1nypnt9",
|
||||
"tokens": null,
|
||||
"expiration": 1613700252681272255
|
||||
},
|
||||
"b50e6818199b7570676580eff73ffa346c4896c9bd9305f0": {
|
||||
"user": "uqnzie01i1nypnt9",
|
||||
"tokens": null,
|
||||
|
@ -624,6 +629,11 @@
|
|||
"tokens": null,
|
||||
"expiration": 1613693719704975163
|
||||
},
|
||||
"bbdbf96d91d72d87fb819d31d7f175b733164975c1802243": {
|
||||
"user": "uqnzie01i1nypnt9",
|
||||
"tokens": null,
|
||||
"expiration": 1613700251152122404
|
||||
},
|
||||
"be6101bcba1fe4f99bc3b1b2f650e659b56d7b29ed028902": {
|
||||
"user": "uqnzie01i1nypnt9",
|
||||
"tokens": null,
|
||||
|
|
Binary file not shown.
|
@ -9,4 +9,4 @@ Day: -1
|
|||
Details:
|
||||
Keywords: black, cat, eptcef, voaeias
|
||||
CreatedAt: 2021-02-04T03:17:14.849461459Z
|
||||
UpdatedAt: 2021-02-11T19:46:41.889198363Z
|
||||
UpdatedAt: 2021-02-12T02:04:35.996772284Z
|
||||
|
|
|
@ -3,7 +3,7 @@ UID: pqnzigq351j2fqgn
|
|||
Type: image
|
||||
Title: A really great photo!
|
||||
TitleSrc: manual
|
||||
Description: 'Sample App Description: 2021-02-11 17:24:09.899837223 -0800 PST m=+6.509602721'
|
||||
Description: 'Sample App Description: 2021-02-11 18:04:11.428496744 -0800 PST m=+6.520817628'
|
||||
DescriptionSrc: manual
|
||||
OriginalName: IMG_3044
|
||||
Year: -1
|
||||
|
@ -13,5 +13,5 @@ Details:
|
|||
Keywords: green, tambourine
|
||||
KeywordsSrc: manual
|
||||
CreatedAt: 2021-02-04T03:17:14.613092062Z
|
||||
UpdatedAt: 2021-02-12T01:24:09.908530756Z
|
||||
EditedAt: 2021-02-12T01:24:10Z
|
||||
UpdatedAt: 2021-02-12T02:04:35.895262838Z
|
||||
EditedAt: 2021-02-12T02:04:11Z
|
||||
|
|
|
@ -10,5 +10,5 @@ Day: -1
|
|||
Details:
|
||||
Keywords: blue, elgexeiu, portrait
|
||||
CreatedAt: 2021-02-04T03:17:14.668332772Z
|
||||
UpdatedAt: 2021-02-11T19:46:42.041205155Z
|
||||
UpdatedAt: 2021-02-12T02:04:36.057209628Z
|
||||
EditedAt: 2021-02-09T18:39:46Z
|
||||
|
|
|
@ -9,4 +9,4 @@ Day: -1
|
|||
Details:
|
||||
Keywords: grey, seashore
|
||||
CreatedAt: 2021-02-04T03:17:14.738798274Z
|
||||
UpdatedAt: 2021-02-11T19:46:41.918409745Z
|
||||
UpdatedAt: 2021-02-12T02:04:36.006365324Z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue