Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
86be267e30
commit
94ed2ab29a
|
@ -0,0 +1,99 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="photoprism-6.0.0"></a>
|
||||
### [photoprism-6.0.0](https://github.com/truecharts/apps/compare/photoprism-5.0.12...photoprism-6.0.0) (2021-11-28)
|
||||
|
||||
#### Feat
|
||||
|
||||
* use mariadb instead of sqllite ([#1419](https://github.com/truecharts/apps/issues/1419))
|
||||
|
||||
|
||||
|
||||
<a name="photoprism-5.0.12"></a>
|
||||
### [photoprism-5.0.12](https://github.com/truecharts/apps/compare/photoprism-5.0.11...photoprism-5.0.12) (2021-11-23)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1386](https://github.com/truecharts/apps/issues/1386))
|
||||
|
||||
|
||||
|
||||
<a name="photoprism-5.0.11"></a>
|
||||
### [photoprism-5.0.11](https://github.com/truecharts/apps/compare/photoprism-5.0.10...photoprism-5.0.11) (2021-11-22)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1383](https://github.com/truecharts/apps/issues/1383))
|
||||
|
||||
|
||||
|
||||
<a name="photoprism-5.0.10"></a>
|
||||
### [photoprism-5.0.10](https://github.com/truecharts/apps/compare/photoprism-5.0.9...photoprism-5.0.10) (2021-11-16)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1345](https://github.com/truecharts/apps/issues/1345))
|
||||
|
||||
|
||||
|
||||
<a name="photoprism-5.0.9"></a>
|
||||
### [photoprism-5.0.9](https://github.com/truecharts/apps/compare/photoprism-5.0.8...photoprism-5.0.9) (2021-11-15)
|
||||
|
||||
#### Chore
|
||||
|
||||
* persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329))
|
||||
* update non-major deps helm releases ([#1338](https://github.com/truecharts/apps/issues/1338))
|
||||
|
||||
|
||||
|
||||
<a name="photoprism-5.0.8"></a>
|
||||
### [photoprism-5.0.8](https://github.com/truecharts/apps/compare/photoprism-5.0.7...photoprism-5.0.8) (2021-11-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316))
|
||||
* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326))
|
||||
* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322))
|
||||
* update non-major deps helm releases ([#1328](https://github.com/truecharts/apps/issues/1328))
|
||||
|
||||
#### Fix
|
||||
|
||||
* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321))
|
||||
* Allow spaces in paths ([#1306](https://github.com/truecharts/apps/issues/1306))
|
||||
|
||||
|
||||
|
||||
<a name="photoprism-5.0.7"></a>
|
||||
### [photoprism-5.0.7](https://github.com/truecharts/apps/compare/photoprism-5.0.6...photoprism-5.0.7) (2021-11-09)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1297](https://github.com/truecharts/apps/issues/1297))
|
||||
|
||||
|
||||
|
||||
<a name="photoprism-5.0.6"></a>
|
||||
### [photoprism-5.0.6](https://github.com/truecharts/apps/compare/photoprism-5.0.5...photoprism-5.0.6) (2021-11-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295))
|
||||
|
||||
|
||||
|
||||
<a name="photoprism-5.0.5"></a>
|
||||
### [photoprism-5.0.5](https://github.com/truecharts/apps/compare/photoprism-5.0.4...photoprism-5.0.5) (2021-11-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291))
|
||||
|
||||
#### Chore
|
||||
|
||||
* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289))
|
||||
|
||||
#### Feat
|
||||
|
||||
* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290))
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# Configuration Options
|
||||
|
||||
##### Connecting to other apps
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
|
||||
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
|
||||
|
||||
##### Available config options
|
||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
|
@ -0,0 +1,9 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.9.4
|
||||
- name: mariadb
|
||||
repository: https://truecharts.org/
|
||||
version: 1.0.14
|
||||
digest: sha256:5e9e690d8f7e690e1c778c5c0138361783600ee28999056697fd662961cee0a6
|
||||
generated: "2021-11-28T16:18:50.974338383Z"
|
|
@ -0,0 +1,34 @@
|
|||
apiVersion: v2
|
||||
appVersion: "20211018"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.9.4
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://truecharts.org/
|
||||
version: 1.0.14
|
||||
description: "PhotoPrism\xC2\xAE is a server-based application for browsing, organizing\
|
||||
\ and sharing your personal photo collection"
|
||||
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
|
||||
version: 6.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,39 @@
|
|||
# Introduction
|
||||
|
||||
PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/photoprism/photoprism>
|
||||
* <https://hub.docker.com/r/photoprism/photoprism>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | mariadb | 1.0.14 |
|
||||
| https://truecharts.org | common | 8.9.4 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
---
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,3 @@
|
|||
PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
|
||||
|
||||
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,44 @@
|
|||
# Default Helm-Values
|
||||
|
||||
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
|
||||
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
|
||||
|
||||
Most of our Apps also consume our "common" Helm Chart.
|
||||
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
|
||||
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| 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_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. |
|
||||
| envValueFrom.PHOTOPRISM_DATABASE_PASSWORD.secretKeyRef.key | string | `"mariadb-password"` | |
|
||||
| envValueFrom.PHOTOPRISM_DATABASE_PASSWORD.secretKeyRef.name | string | `"mariadbcreds"` | |
|
||||
| envValueFrom.PHOTOPRISM_DATABASE_SERVER.secretKeyRef.key | string | `"plainporthost"` | |
|
||||
| envValueFrom.PHOTOPRISM_DATABASE_SERVER.secretKeyRef.name | string | `"mariadbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"docker.io/photoprism/photoprism"` | image repository |
|
||||
| image.tag | string | `"20211018@sha256:f61fb623187faa33d1e3f4d86e384cdf401442d4ba6bec96897f42fa4fbb84b4"` | image tag |
|
||||
| mariadb.enabled | bool | `true` | |
|
||||
| mariadb.existingSecret | string | `"mariadbcreds"` | |
|
||||
| mariadb.mariadbDatabase | string | `"photoprism"` | |
|
||||
| mariadb.mariadbUsername | string | `"photoprism"` | |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,88 @@
|
|||
#
|
||||
# IMPORTANT NOTE
|
||||
#
|
||||
# This chart inherits from our common library chart. You can check the default values/options here:
|
||||
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
||||
#
|
||||
|
||||
image:
|
||||
# -- image repository
|
||||
repository: docker.io/photoprism/photoprism
|
||||
# -- image tag
|
||||
tag: 20211018@sha256:f61fb623187faa33d1e3f4d86e384cdf401442d4ba6bec96897f42fa4fbb84b4
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
# -- environment variables. See [image docs](https://docs.photoprism.org/getting-started/config-options/) for more details.
|
||||
# @default -- See below
|
||||
env:
|
||||
# -- Set the container timezone
|
||||
TZ: UTC
|
||||
# -- Photoprism originals path
|
||||
PHOTOPRISM_ORIGINALS_PATH: /photoprism/originals
|
||||
# -- Photoprism import path
|
||||
PHOTOPRISM_IMPORT_PATH: /photoprism/import
|
||||
# -- Photoprism temp path
|
||||
PHOTOPRISM_TEMP_PATH: /photoprism/temp
|
||||
# -- Photoprism storage path
|
||||
PHOTOPRISM_STORAGE_PATH: /assets/storage
|
||||
# -- Photoprism sidecar path
|
||||
PHOTOPRISM_SIDECAR_PATH: /assets/sidecar
|
||||
# -- Photoprism cache path
|
||||
PHOTOPRISM_CACHE_PATH: /assets/cache
|
||||
# -- Photoprism config path
|
||||
PHOTOPRISM_CONFIG_PATH: /assets/config
|
||||
# -- Photoprism backup path
|
||||
PROTOPRISM_BACKUP_PATH: /assets/backup
|
||||
# -- Initial admin password. **BE SURE TO CHANGE THIS!**
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "please-change"
|
||||
# -- Disable authentication / password protection
|
||||
PHOTOPRISM_PUBLIC: "false"
|
||||
# -- Sets UID Photoprism runs under.
|
||||
UID: # 1000
|
||||
# -- Sets GID Photoprism runs under.
|
||||
GID: # 1000
|
||||
# -- Sets UMASK.
|
||||
UMASK: # 0000
|
||||
PHOTOPRISM_DATABASE_DRIVER: "mysql" # Use MariaDB 10.5+ or MySQL 8+ instead of SQLite for improved performance
|
||||
PHOTOPRISM_DATABASE_NAME: "photoprism" # MariaDB or MySQL database schema name
|
||||
PHOTOPRISM_DATABASE_USER: "photoprism" # MariaDB or MySQL database user name
|
||||
|
||||
envValueFrom:
|
||||
PHOTOPRISM_DATABASE_SERVER:
|
||||
secretKeyRef:
|
||||
name: mariadbcreds
|
||||
key: plainporthost
|
||||
PHOTOPRISM_DATABASE_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: mariadbcreds
|
||||
key: mariadb-password
|
||||
|
||||
# -- Configures service settings for the chart.
|
||||
# @default -- See values.yaml
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 2342
|
||||
targetPort: 2342
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
persistence:
|
||||
storage:
|
||||
enabled: true
|
||||
mountPath: "/assets"
|
||||
temp:
|
||||
enabled: true
|
||||
mountPath: "/photoprism/temp"
|
||||
type: emptyDir
|
||||
|
||||
mariadb:
|
||||
enabled: true
|
||||
mariadbUsername: photoprism
|
||||
mariadbDatabase: photoprism
|
||||
existingSecret: "mariadbcreds"
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{ include "common.all" . }}
|
Loading…
Reference in New Issue