Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-02-13 21:42:26 +00:00
parent 36ddaec990
commit dc51294bfb
7 changed files with 851 additions and 40 deletions

View File

@ -1,6 +1,15 @@
# Changelog<br>
<a name="photoview-1.0.0"></a>
### [photoview-1.0.0](https://github.com/truecharts/apps/compare/photoview-0.0.1...photoview-1.0.0) (2022-02-13)
#### Feat
* move photoview to stable ([#1892](https://github.com/truecharts/apps/issues/1892))
<a name="photoview-0.0.1"></a>
### photoview-0.0.1 (2022-02-13)

View File

@ -0,0 +1,18 @@
# Changelog<br>
<a name="photoview-1.0.0"></a>
### [photoview-1.0.0](https://github.com/truecharts/apps/compare/photoview-0.0.1...photoview-1.0.0) (2022-02-13)
#### Feat
* move photoview to stable ([#1892](https://github.com/truecharts/apps/issues/1892))
<a name="photoview-0.0.1"></a>
### photoview-0.0.1 (2022-02-13)
#### Feat
* Add photoview ([#1881](https://github.com/truecharts/apps/issues/1881))

View File

@ -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.

View File

@ -0,0 +1,38 @@
# 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.MAPBOX_TOKEN | string | `""` | |
| env.PHOTOVIEW_DATABASE_DRIVER | string | `"postgres"` | |
| env.PHOTOVIEW_DISABLE_FACE_RECOGNITION | bool | `false` | |
| env.PHOTOVIEW_DISABLE_RAW_PROCESSING | bool | `false` | |
| env.PHOTOVIEW_DISABLE_VIDEO_ENCODING | bool | `false` | |
| env.PHOTOVIEW_LISTEN_PORT | string | `"{{ .Values.service.main.ports.main.targetPort }}"` | |
| env.PHOTOVIEW_MEDIA_CACHE | string | `"/cache"` | |
| env.TZ | string | `"UTC"` | |
| envValueFrom.PHOTOVIEW_POSTGRES_URL.secretKeyRef.key | string | `"url"` | |
| envValueFrom.PHOTOVIEW_POSTGRES_URL.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/photoview"` | |
| image.tag | string | `"2.3.12@sha256:84a2a71f6efdf659bbe127dc017cc4ef5fab34a20ba1d5c9c75321c2a75b9531"` | |
| persistence.cache.enabled | bool | `true` | |
| persistence.cache.mountPath | string | `"/cache"` | |
| persistence.photos.enabled | bool | `true` | |
| persistence.photos.mountPath | string | `"/photos"` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"photoview"` | |
| postgresql.postgresqlUsername | string | `"photoview"` | |
| service.main.ports.main.port | int | `10159` | |
| service.main.ports.main.targetPort | int | `10159` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,39 @@
# Introduction
Photoview is a simple and user-friendly photo gallery.
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/photoview/photoview>
* <https://hub.docker.com/r/viktorstrate/photoview>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 6.0.66 |
| https://truecharts.org | common | 8.15.2 |
## 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

File diff suppressed because one or more lines are too long

View File

@ -23597,45 +23597,6 @@ entries:
- https://github.com/truecharts/apps/releases/download/libreoffice-0.0.1/libreoffice-0.0.1.tgz
version: 0.0.1
librephotos:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 2022w06
created: "2022-02-13T21:29:42.015124143Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.15.2
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.66
- condition: redis.enabled
name: redis
repository: https://truecharts.org
version: 1.0.71
description: A self-hosted open source photo management service.
digest: a8fe0dd2c045750b2cea5ffd548656625cbeedc701836e9051a35921b3ab83aa
home: https://github.com/truecharts/apps/tree/master/charts/stable/librephotos
icon: https://truecharts.org/_static/img/appicons/librephotos-icon.png
keywords:
- photos
- gallery
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: librephotos
sources:
- https://github.com/LibrePhotos/librephotos
- https://hub.docker.com/r/reallibrephotos/librephotos
urls:
- https://github.com/truecharts/apps/releases/download/librephotos-0.0.2/librephotos-0.0.2.tgz
version: 0.0.2
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
@ -38462,6 +38423,42 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/photoshow-1.0.25/photoshow-1.0.25.tgz
version: 1.0.25
photoview:
- annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- media
truecharts.org/grade: U
apiVersion: v2
appVersion: 2.3.12
created: "2022-02-13T21:42:25.455531172Z"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.15.2
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
version: 6.0.66
description: Photoview is a simple and user-friendly photo gallery.
digest: a1ed7a9d23e6227ae1e386e6e983975ba8822cc97a534e8aed364804bae71497
home: https://github.com/truecharts/apps/tree/master/charts/stable/photoview
icon: https://truecharts.org/_static/img/appicons/photoview-icon.png
keywords:
- photo
- gallery
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: photoview
sources:
- https://github.com/photoview/photoview
- https://hub.docker.com/r/viktorstrate/photoview
urls:
- https://github.com/truecharts/apps/releases/download/photoview-1.0.0/photoview-1.0.0.tgz
version: 1.0.0
phpldapadmin:
- annotations:
truecharts.org/SCALE-support: "true"
@ -60712,4 +60709,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
version: 9.0.24
generated: "2022-02-13T21:29:42.020214974Z"
generated: "2022-02-13T21:42:25.462710775Z"