Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-19 13:35:28 +00:00
parent d9fac68c68
commit ca682392eb
38 changed files with 4801 additions and 16 deletions

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [gamevault-backend-0.0.2](https://github.com/truecharts/charts/compare/gamevault-backend-0.0.1...gamevault-backend-0.0.2) (2023-07-19)

View File

@ -0,0 +1,28 @@
apiVersion: v2
appVersion: "2.0.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
deprecated: false
description: the self-hosted gaming platform for alternatively obtained games.
home: https://truecharts.org/charts/stable/gamevault-backend
icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.png
keywords:
- gamevault-backend
- games
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: gamevault-backend
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/gamevault-backend
- https://github.com/Phalcode/gamevault-backend
type: application
version: 0.0.2
annotations:
truecharts.org/catagories: |
- games
truecharts.org/SCALE-support: "true"

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 @@
## [gamevault-backend-0.0.2](https://github.com/truecharts/charts/compare/gamevault-backend-0.0.1...gamevault-backend-0.0.2) (2023-07-19)

View File

@ -0,0 +1,8 @@
the self-hosted gaming platform for alternatively obtained games.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/gamevault-backend](https://truecharts.org/charts/stable/gamevault-backend)
---
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,91 @@
image:
repository: tccr.io/truecharts/gamevault-backend
pullPolicy: IfNotPresent
tag: 2.0.0@sha256:1cde674b30dc9abc8ff5958f1cd0bce4382ba65f64bb33fdce35c5a8c12641f6
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 8080
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: /api/v1/health
type: http
readiness:
path: /api/v1/health
type: http
startup:
path: /api/v1/health
type: http
env:
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
# manually set and change to /games so its easy for users to know where to place their game files.
VOLUMES_FILES: /games
VOLUMES_IMAGES: /images
VOLUMES_LOG: /logs
# DB
DB_SYSTEM: POSTGRESQL
DB_PORT: 5432
DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
DB_DATABASE: "{{ .Values.cnpg.main.database }}"
DB_USERNAME: "{{ .Values.cnpg.main.user }}"
DB_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
# ADMIN
SERVER_ADMIN_USERNAME: "admin"
SERVER_ADMIN_PASSWORD: "password"
SERVER_REGISTRATION_DISABLED: true
SERVER_ACCOUNT_ACTIVATION_DISABLED: false
# SERVER
SERVER_LOG_LEVEL: info
SERVER_CORS_ALLOWED_ORIGINS: "*"
# GAMES
GAMES_INDEX_INTERVAL_IN_MINUTES: 5
# IMAGES
IMAGE_GC_KEEP_DAYS: 30
IMAGE_GC_INTERVAL_MINUTES: 60
# RAWG
RAWG_API_URL: https://api.rawg.io/api
RAWG_API_CACHE_DAYS: 7
# RAWG_API_KEY: ""
persistence:
logs:
enabled: true
mountPath: /logs
images:
enabled: true
mountPath: /images
games:
enabled: true
mountPath: /games
cnpg:
main:
enabled: true
user: gamevault
database: gamevault
portal:
open:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.png
categories:
- games
screenshots: []

View File

@ -0,0 +1,8 @@
**Important:**
*for the complete changelog, please refer to the website*
## [seafile-0.0.6](https://github.com/truecharts/charts/compare/seafile-0.0.5...seafile-0.0.6) (2023-07-19)

View File

@ -0,0 +1,36 @@
apiVersion: v2
appVersion: "10.0.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.2
- condition: mariadb.enabled
name: mariadb
repository: https://deps.truecharts.org/
version: 7.0.50
deprecated: false
description: Reliable and Performant File Sync and Share Solution
home: https://truecharts.org/charts/stable/seafile
icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png
keywords:
- seafile
- files
- cloud
- file-storage
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: seafile
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/seafile
- https://seafile.com
type: application
version: 0.0.6
annotations:
truecharts.org/catagories: |
- file-storage
- cloud
- storage
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,106 @@
Business Source License 1.1
Parameters
Licensor: The TrueCharts Project, it's owner and it's contributors
Licensed Work: The TrueCharts "Blocky" Helm Chart
Additional Use Grant: You may use the licensed work in production, as long
as it is directly sourced from a TrueCharts provided
official repository, catalog or source. You may also make private
modification to the directly sourced licenced work,
when used in production.
The following cases are, due to their nature, also
defined as 'production use' and explicitly prohibited:
- Bundling, including or displaying the licensed work
with(in) another work intended for production use,
with the apparent intend of facilitating and/or
promoting production use by third parties in
violation of this license.
Change Date: 2050-01-01
Change License: 3-clause BSD license
For information about alternative licensing arrangements for the Software,
please contact: legal@truecharts.org
Notice
The Business Source License (this document, or the “License”) is not an Open
Source license. However, the Licensed Work will eventually be made available
under an Open Source License, as stated in this License.
License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
“Business Source License” is a trademark of MariaDB Corporation Ab.
-----------------------------------------------------------------------------
Business Source License 1.1
Terms
The Licensor hereby grants you the right to copy, modify, create derivative
works, redistribute, and make non-production use of the Licensed Work. The
Licensor may make an Additional Use Grant, above, permitting limited
production use.
Effective on the Change Date, or the fourth anniversary of the first publicly
available distribution of a specific version of the Licensed Work under this
License, whichever comes first, the Licensor hereby grants you rights under
the terms of the Change License, and the rights granted in the paragraph
above terminate.
If your use of the Licensed Work does not comply with the requirements
currently in effect as described in this License, you must purchase a
commercial license from the Licensor, its affiliated entities, or authorized
resellers, or you must refrain from using the Licensed Work.
All copies of the original and modified Licensed Work, and derivative works
of the Licensed Work, are subject to this License. This License applies
separately for each version of the Licensed Work and the Change Date may vary
for each version of the Licensed Work released by Licensor.
You must conspicuously display this License on each original or modified copy
of the Licensed Work. If you receive the Licensed Work in original or
modified form from a third party, the terms and conditions set forth in this
License apply to your use of that work.
Any use of the Licensed Work in violation of this License will automatically
terminate your rights under this License for the current and all other
versions of the Licensed Work.
This License does not grant you any right in any trademark or logo of
Licensor or its affiliates (provided that you may use a trademark or logo of
Licensor as expressly required by this License).
TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
AN “AS IS” BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
TITLE.
MariaDB hereby grants you permission to use this Licenses text to license
your works, and to refer to it using the trademark “Business Source License”,
as long as you comply with the Covenants of Licensor below.
Covenants of Licensor
In consideration of the right to use this Licenses text and the “Business
Source License” name and trademark, Licensor covenants to MariaDB, and to all
other recipients of the licensed work to be provided by Licensor:
1. To specify as the Change License the GPL Version 2.0 or any later version,
or a license that is compatible with GPL Version 2.0 or a later version,
where “compatible” means that software provided under the Change License can
be included in a program with software provided under GPL Version 2.0 or a
later version. Licensor may specify additional Change Licenses without
limitation.
2. To either: (a) specify an additional grant of rights to use that does not
impose any additional restriction on the right granted in this License, as
the Additional Use Grant; or (b) insert the text “None”.
3. To specify a Change Date.
4. Not to modify this License in any other way.

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 @@
## [seafile-0.0.6](https://github.com/truecharts/charts/compare/seafile-0.0.5...seafile-0.0.6) (2023-07-19)

View File

@ -0,0 +1,8 @@
Reliable and Performant File Sync and Share Solution
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/seafile](https://truecharts.org/charts/stable/seafile)
---
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!

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,55 @@
image:
repository: tccr.io/truecharts/seafile
tag: v10.0.1@sha256:7cae32631d0b9075d65ef20a671031fd9c4ff28e30dc592d1dc6253f8a325106
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 13080
protocol: http
targetPort: 80
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
DB_HOST:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: plainhost
DB_ROOT_PASSWD:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: mariadb-root-password
SEAFILE_SERVER_LETSENCRYPT: false
SEAFILE_SERVER_HOSTNAME: "{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}"
SEAFILE_ADMIN_EMAIL: me@example.com
SEAFILE_ADMIN_PASSWORD: a_very_secret_password
FORCE_HTTPS_IN_CONF: false
persistence:
storage:
enabled: true
mountPath: "/shared/seafile"
mariadb:
enabled: true
mariadbUsername: seafile
mariadbDatabase: seafile
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

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

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

7
stable/seafile/item.yaml Normal file
View File

@ -0,0 +1,7 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.png
categories:
- file-storage
- cloud
- storage
screenshots: []

View File

@ -1,4 +0,0 @@
## [wg-easy-4.0.16](https://github.com/truecharts/charts/compare/wg-easy-4.0.15...wg-easy-4.0.16) (2023-07-07)

View File

@ -4,6 +4,15 @@
## [wg-easy-4.0.17](https://github.com/truecharts/charts/compare/wg-easy-4.0.16...wg-easy-4.0.17) (2023-07-19)
### Fix
- update mtu default ([#10515](https://github.com/truecharts/charts/issues/10515))
## [wg-easy-4.0.16](https://github.com/truecharts/charts/compare/wg-easy-4.0.15...wg-easy-4.0.16) (2023-07-07)
@ -88,12 +97,3 @@
## [wg-easy-4.0.7](https://github.com/truecharts/charts/compare/wg-easy-4.0.6...wg-easy-4.0.7) (2023-05-24)
### Chore
- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125))
## [wg-easy-4.0.6](https://github.com/truecharts/charts/compare/wg-easy-4.0.5...wg-easy-4.0.6) (2023-05-22)
### Chore

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/wg-easy
- https://github.com/WeeJeWel/wg-easy
type: application
version: 4.0.16
version: 4.0.17
annotations:
truecharts.org/catagories: |
- networking

View File

@ -0,0 +1,9 @@
## [wg-easy-4.0.17](https://github.com/truecharts/charts/compare/wg-easy-4.0.16...wg-easy-4.0.17) (2023-07-19)
### Fix
- update mtu default ([#10515](https://github.com/truecharts/charts/issues/10515))

Binary file not shown.

View File

@ -45,7 +45,7 @@ workload:
WG_HOST: "localhost"
PORT: "{{ .Values.service.main.ports.main.port }}"
WG_PORT: "{{ .Values.service.vpn.ports.vpn.port }}"
WG_MTU: 1420
WG_MTU: 0
WG_PERSISTENT_KEEPALIVE: 0
WG_DEFAULT_ADDRESS: "10.8.0.x"
WG_DEFAULT_DNS: "1.1.1.1"

View File

@ -121,7 +121,7 @@ questions:
description: "The MTU the clients will use. Server uses default WG MTU."
schema:
type: int
default: 1420
default: 0
- variable: WG_PERSISTENT_KEEPALIVE
label: "WG_PERSISTENT_KEEPALIVE"
description: "Value in seconds to keep the connection open."

View File

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

View File

@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File