Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-03 20:33:15 +00:00
parent c0d6879676
commit b00a555be6
25 changed files with 2422 additions and 104 deletions

View File

@ -0,0 +1,87 @@
**Important:**
*for the complete changelog, please refer to the website*
## [photoview-9.0.0](https://github.com/truecharts/charts/compare/photoview-8.0.0...photoview-9.0.0) (2023-07-03)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)
## [photoview-8.0.0](https://github.com/truecharts/charts/compare/photoview-7.0.23...photoview-8.0.0) (2023-05-24)

View File

@ -0,0 +1,27 @@
apiVersion: v2
appVersion: "2.3.13"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
description: Photoview is a simple and user-friendly photo gallery.
home: https://truecharts.org/charts/incubator/photoview
icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.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/truecharts/charts/tree/master/charts/incubator/photoview
- https://github.com/photoview/photoview
version: 9.0.0
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,9 @@
## [photoview-9.0.0](https://github.com/truecharts/charts/compare/photoview-8.0.0...photoview-9.0.0) (2023-07-03)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -0,0 +1,8 @@
Photoview is a simple and user-friendly photo gallery.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/photoview](https://truecharts.org/charts/incubator/photoview)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -0,0 +1,48 @@
image:
repository: tccr.io/truecharts/photoview
tag: 2.3.13@sha256:2df4e8e7a7f9b15e7d4af8d3b85d20c37434cb8503f04f48c50d30f1982a757b
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10159
workload:
main:
podSpec:
containers:
main:
env:
PHOTOVIEW_LISTEN_PORT: "{{ .Values.service.main.ports.main.port }}"
PHOTOVIEW_LISTEN_IP: "127.0.0.1"
PHOTOVIEW_DATABASE_DRIVER: "postgres"
PHOTOVIEW_MEDIA_CACHE: "/cache"
MAPBOX_TOKEN: ""
PHOTOVIEW_DISABLE_FACE_RECOGNITION: false
PHOTOVIEW_DISABLE_VIDEO_ENCODING: false
PHOTOVIEW_DISABLE_RAW_PROCESSING: false
PHOTOVIEW_POSTGRES_URL:
secretKeyRef:
name: secrets
key: PHOTOVIEW_POSTGRES_URL
persistence:
# Don't use emptyDir, it stores, thumbnails and optimized media
cache:
enabled: true
mountPath: "/cache"
photos:
enabled: true
mountPath: "/photos"
cnpg:
main:
enabled: true
user: photoview
database: photoview
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
{{/* Define the secrets */}}
{{- define "photoview.secrets" -}}
enabled: true
data:
PHOTOVIEW_POSTGRES_URL: {{ (printf "%s?client_encoding=utf8" (.Values.cnpg.main.creds.std | trimAll "\"")) | quote }}
{{- end -}}

View File

@ -0,0 +1,11 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render secrets for photoview */}}
{{- $secrets := include "photoview.secrets" . | fromYaml -}}
{{- if $secrets -}}
{{- $_ := set .Values.secret "secrets" $secrets -}}
{{- end -}}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.png
categories:
- media
screenshots: []

View File

@ -1,17 +0,0 @@
## [sftpgo-3.0.0](https://github.com/truecharts/charts/compare/sftpgo-2.0.13...sftpgo-3.0.0) (2023-07-02)
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
### Fix
- fix mistakes on questions.yaml
### Migrate
- Migrate to new common *Breaking* ([#10091](https://github.com/truecharts/charts/issues/10091))

View File

@ -4,6 +4,11 @@
## [sftpgo-3.0.1](https://github.com/truecharts/charts/compare/sftpgo-3.0.0...sftpgo-3.0.1) (2023-07-03)
## [sftpgo-3.0.0](https://github.com/truecharts/charts/compare/sftpgo-2.0.13...sftpgo-3.0.0) (2023-07-02)
### Feat
@ -92,8 +97,3 @@
### Chore
- update helm general non-major

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "v2.5.3"
appVersion: "2.5.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/sftpgo
- https://github.com/drakkan/sftpgo
type: application
version: 3.0.0
version: 3.0.1
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,4 @@
## [sftpgo-3.0.1](https://github.com/truecharts/charts/compare/sftpgo-3.0.0...sftpgo-3.0.1) (2023-07-03)

Binary file not shown.

View File

@ -3,34 +3,6 @@ image:
repository: tccr.io/truecharts/sftpgo
tag: v2.5.3@sha256:1a159663e5a9a2430edbf9b143fe8cab2998697bee9909598db32351c9de4f85
workload:
main:
podSpec:
containers:
main:
env:
SFTPGO_COMMON__DEFENDER__ENABLED: "true"
SFTPGO_FTPD__BINDINGS__0__DEBUG: "0"
SFTPGO_FTPD__BINDINGS__0__FORCE_PASSIVE_IP: 10.0.0.10
SFTPGO_FTPD__BINDINGS__0__PORT: "2121"
SFTPGO_FTPD__PASSIVE_PORT_RANGE__END: "50100"
SFTPGO_FTPD__PASSIVE_PORT_RANGE__START: "50000"
SFTPGO_WEBDAVD__BINDINGS__0__PORT: "10080"
persistence:
backupdirectory:
enabled: true
mountPath: /srv/sftpgo/backups
configpath:
enabled: true
mountPath: /var/lib/sftpgo
data:
enabled: true
mountPath: /srv/sftpgo/data
shareaccess:
enabled: true
mountPath: /shareaccess
securityContext:
container:
runAsNonRoot: false
@ -78,6 +50,34 @@ service:
protocol: tcp
targetPort: 10080
workload:
main:
podSpec:
containers:
main:
env:
SFTPGO_COMMON__DEFENDER__ENABLED: "true"
SFTPGO_FTPD__BINDINGS__0__DEBUG: "0"
SFTPGO_FTPD__BINDINGS__0__FORCE_PASSIVE_IP: 10.0.0.10
SFTPGO_FTPD__BINDINGS__0__PORT: "2121"
SFTPGO_FTPD__PASSIVE_PORT_RANGE__END: "50100"
SFTPGO_FTPD__PASSIVE_PORT_RANGE__START: "50000"
SFTPGO_WEBDAVD__BINDINGS__0__PORT: "10080"
persistence:
backupdirectory:
enabled: true
mountPath: /srv/sftpgo/backups
configpath:
enabled: true
mountPath: /var/lib/sftpgo
data:
enabled: true
mountPath: /srv/sftpgo/data
shareaccess:
enabled: true
mountPath: /shareaccess
portal:
open:
enabled: true

View File

@ -100,6 +100,52 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: SFTPGO_FTPD__BINDINGS__0__FORCE_PASSIVE_IP
label: "SFTPGO_FTPD__BINDINGS__0__FORCE_PASSIVE_IP"
description: "Put your server IP here for local access, or your public IP for public access via port forwarding."
schema:
type: string
default: "10.0.0.10"
- variable: SFTPGO_COMMON__DEFENDER__ENABLED
label: "SFTPGO_COMMON__DEFENDER__ENABLED"
description: "httpsgithub.comdrakkansftpgoblobmaindocsdefender.md"
schema:
type: string
default: "true"
- variable: SFTPGO_FTPD__PASSIVE_PORT_RANGE__START
label: "SFTPGO_FTPD__PASSIVE_PORT_RANGE__START"
schema:
type: string
default: "50000"
- variable: SFTPGO_FTPD__PASSIVE_PORT_RANGE__END
label: "SFTPGO_FTPD__PASSIVE_PORT_RANGE__END"
schema:
type: string
default: "50100"
- variable: SFTPGO_FTPD__BINDINGS__0__PORT
label: "SFTPGO_FTPD__BINDINGS__0__PORT"
schema:
type: string
default: "2121"
- variable: SFTPGO_WEBDAVD__BINDINGS__0__PORT
label: "SFTPGO_WEBDAVD__BINDINGS__0__PORT"
schema:
type: string
default: "10080"
- variable: SFTPGO_FTPD__BINDINGS__0__DEBUG
label: "SFTPGO_FTPD__BINDINGS__0__DEBUG"
description: "0 = false, 1 = true"
schema:
type: string
default: "0"
- variable: envList
label: Extra Environment Variables
description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..."
@ -150,58 +196,6 @@ questions:
schema:
type: string
- variable: main
label: Main Container
schema:
additional_attrs: true
type: dict
attrs:
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: SFTPGO_FTPD__BINDINGS__0__FORCE_PASSIVE_IP
label: "SFTPGO_FTPD__BINDINGS__0__FORCE_PASSIVE_IP"
description: "Put your server IP here for local access, or your public IP for public access via port forwarding."
schema:
type: string
default: "10.0.0.10"
- variable: SFTPGO_COMMON__DEFENDER__ENABLED
label: "SFTPGO_COMMON__DEFENDER__ENABLED"
description: "httpsgithub.comdrakkansftpgoblobmaindocsdefender.md"
schema:
type: string
default: "true"
- variable: SFTPGO_FTPD__PASSIVE_PORT_RANGE__START
label: "SFTPGO_FTPD__PASSIVE_PORT_RANGE__START"
schema:
type: string
default: "50000"
- variable: SFTPGO_FTPD__PASSIVE_PORT_RANGE__END
label: "SFTPGO_FTPD__PASSIVE_PORT_RANGE__END"
schema:
type: string
default: "50100"
- variable: SFTPGO_FTPD__BINDINGS__0__PORT
label: "SFTPGO_FTPD__BINDINGS__0__PORT"
schema:
type: string
default: "2121"
- variable: SFTPGO_WEBDAVD__BINDINGS__0__PORT
label: "SFTPGO_WEBDAVD__BINDINGS__0__PORT"
schema:
type: string
default: "10080"
- variable: SFTPGO_FTPD__BINDINGS__0__DEBUG
label: "SFTPGO_FTPD__BINDINGS__0__DEBUG"
description: "0 = false, 1 = true"
schema:
type: string
default: "0"
- variable: TZ
label: Timezone
group: "General Settings"

View File

@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File