Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
dd7542279c
commit
c2f778263a
|
@ -1,6 +1,11 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="photoprism-4.0.0"></a>
|
||||
### [photoprism-4.0.0](https://github.com/truecharts/apps/compare/photoprism-3.0.9...photoprism-4.0.0) (2021-10-12)
|
||||
|
||||
|
||||
|
||||
<a name="photoprism-3.0.9"></a>
|
||||
### [photoprism-3.0.9](https://github.com/truecharts/apps/compare/photoprism-3.0.8...photoprism-3.0.9) (2021-10-12)
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
|
||||
<a name="photoprism-3.0.9"></a>
|
||||
### [photoprism-3.0.9](https://github.com/truecharts/apps/compare/photoprism-3.0.8...photoprism-3.0.9) (2021-10-12)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
|
||||
<a name="photoprism-4.0.0"></a>
|
||||
### [photoprism-4.0.0](https://github.com/truecharts/apps/compare/photoprism-3.0.9...photoprism-4.0.0) (2021-10-12)
|
||||
|
|
|
@ -14,9 +14,15 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| env | object | See below | environment variables. See [image docs](https://docs.photoprism.org/getting-started/config-options/) for more details. |
|
||||
| env.GID | string | `nil` | Sets GID Photoprism runs under. |
|
||||
| env.PHOTOPRISM_ADMIN_PASSWORD | string | `"please-change"` | Initial admin password. **BE SURE TO CHANGE THIS!** |
|
||||
| env.PHOTOPRISM_CACHE_PATH | string | `"/assets/cache"` | Photoprism cache path |
|
||||
| env.PHOTOPRISM_CONFIG_PATH | string | `"/assets/config"` | Photoprism config path |
|
||||
| env.PHOTOPRISM_IMPORT_PATH | string | `"/photoprism/import"` | Photoprism import path |
|
||||
| env.PHOTOPRISM_ORIGINALS_PATH | string | `"/photoprism/originals"` | Photoprism originals path |
|
||||
| env.PHOTOPRISM_PUBLIC | string | `"false"` | Disable authentication / password protection |
|
||||
| env.PHOTOPRISM_STORAGE_PATH | string | `"/photoprism/storage"` | Photoprism storage path |
|
||||
| env.PHOTOPRISM_SIDECAR_PATH | string | `"/assets/sidecar"` | Photoprism sidecar path |
|
||||
| env.PHOTOPRISM_STORAGE_PATH | string | `"/assets/storage"` | Photoprism storage path |
|
||||
| env.PHOTOPRISM_TEMP_PATH | string | `"/photoprism/temp"` | Photoprism temp path |
|
||||
| env.PROTOPRISM_BACKUP_PATH | string | `"/assets/backup"` | Photoprism backup path |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| env.UID | string | `nil` | Sets UID Photoprism runs under. |
|
||||
| env.UMASK | string | `nil` | Sets UMASK. |
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="photoprism-4.0.0"></a>
|
||||
### [photoprism-4.0.0](https://github.com/truecharts/apps/compare/photoprism-3.0.9...photoprism-4.0.0) (2021-10-12)
|
||||
|
||||
|
||||
|
||||
<a name="photoprism-3.0.9"></a>
|
||||
### [photoprism-3.0.9](https://github.com/truecharts/apps/compare/photoprism-3.0.8...photoprism-3.0.9) (2021-10-12)
|
||||
|
||||
|
|
|
@ -14,9 +14,15 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| env | object | See below | environment variables. See [image docs](https://docs.photoprism.org/getting-started/config-options/) for more details. |
|
||||
| env.GID | string | `nil` | Sets GID Photoprism runs under. |
|
||||
| env.PHOTOPRISM_ADMIN_PASSWORD | string | `"please-change"` | Initial admin password. **BE SURE TO CHANGE THIS!** |
|
||||
| env.PHOTOPRISM_CACHE_PATH | string | `"/assets/cache"` | Photoprism cache path |
|
||||
| env.PHOTOPRISM_CONFIG_PATH | string | `"/assets/config"` | Photoprism config path |
|
||||
| env.PHOTOPRISM_IMPORT_PATH | string | `"/photoprism/import"` | Photoprism import path |
|
||||
| env.PHOTOPRISM_ORIGINALS_PATH | string | `"/photoprism/originals"` | Photoprism originals path |
|
||||
| env.PHOTOPRISM_PUBLIC | string | `"false"` | Disable authentication / password protection |
|
||||
| env.PHOTOPRISM_STORAGE_PATH | string | `"/photoprism/storage"` | Photoprism storage path |
|
||||
| env.PHOTOPRISM_SIDECAR_PATH | string | `"/assets/sidecar"` | Photoprism sidecar path |
|
||||
| env.PHOTOPRISM_STORAGE_PATH | string | `"/assets/storage"` | Photoprism storage path |
|
||||
| env.PHOTOPRISM_TEMP_PATH | string | `"/photoprism/temp"` | Photoprism temp path |
|
||||
| env.PROTOPRISM_BACKUP_PATH | string | `"/assets/backup"` | Photoprism backup path |
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| env.UID | string | `nil` | Sets UID Photoprism runs under. |
|
||||
| env.UMASK | string | `nil` | Sets UMASK. |
|
||||
|
|
|
@ -130481,6 +130481,35 @@ entries:
|
|||
- https://github.com/truecharts/apps/releases/download/pgadmin-1.0.1/pgadmin-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
photoprism:
|
||||
- apiVersion: v2
|
||||
appVersion: "20211010"
|
||||
created: "2021-10-12T18:51:30.063768682Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.3.5
|
||||
description: PhotoPrism® is a server-based application for browsing, organizing
|
||||
and sharing your personal photo collection
|
||||
digest: 074b390a70ed543778f6a1c45932d02d2460f5199d382d04a31818bc1e2b67a4
|
||||
home: https://github.com/truechartsapps/tree/master/charts/stable/photoprism
|
||||
icon: https://demo.photoprism.org/static/img/logo-avatar.svg
|
||||
keywords:
|
||||
- photos
|
||||
- photoprism
|
||||
- pictures
|
||||
- sharing
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: truecharts
|
||||
url: https://truecharts.org
|
||||
name: photoprism
|
||||
sources:
|
||||
- https://github.com/photoprism/photoprism
|
||||
- https://hub.docker.com/r/photoprism/photoprism
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/photoprism-4.0.0/photoprism-4.0.0.tgz
|
||||
version: 4.0.0
|
||||
- apiVersion: v2
|
||||
appVersion: "20211010"
|
||||
created: "2021-10-12T17:45:36.139773368Z"
|
||||
|
@ -204195,4 +204224,4 @@ entries:
|
|||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
generated: "2021-10-12T18:06:33.589006584Z"
|
||||
generated: "2021-10-12T18:51:30.129928865Z"
|
||||
|
|
Loading…
Reference in New Issue