Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-08-06 09:21:54 +00:00
parent 939d93b9b3
commit 11fc46473e
12 changed files with 2137 additions and 0 deletions

View File

@ -0,0 +1,13 @@
**Important:**
*for the complete changelog, please refer to the website*
## [static-web-server-0.0.1]static-web-server-0.0.1 (2023-08-06)
### Feat
- Add Static Web Server ([#11224](https://github.com/truecharts/charts/issues/11224))

View File

@ -0,0 +1,31 @@
apiVersion: v2
appVersion: "2.20.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.1
deprecated: false
description: A cross-platform, high-performance and asynchronous web server for static files-serving.
home: https://truecharts.org/charts/incubator/static-web-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/static-web-server.png
keywords:
- web-server
- apache
- rust
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: static-web-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/static-web-server
- https://github.com/static-web-server/static-web-server
- https://static-web-server.net
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- web-server
- networking
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/stable/)
**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,9 @@
## [static-web-server-0.0.1]static-web-server-0.0.1 (2023-08-06)
### Feat
- Add Static Web Server ([#11224](https://github.com/truecharts/charts/issues/11224))

View File

@ -0,0 +1,8 @@
A cross-platform, high-performance and asynchronous web server for static files-serving.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/static-web-server](https://truecharts.org/charts/incubator/static-web-server)
---
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,36 @@
image:
repository: ghcr.io/static-web-server/static-web-server
pullPolicy: IfNotPresent
tag: 2.20.2@sha256:cf59f0f22a5d0120a5cfbcd9f8e943825b9e8622b25796647d9645d2802a3634
service:
main:
ports:
main:
protocol: http
port: 38080
workload:
main:
podSpec:
containers:
main:
env:
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
SERVER_ROOT: "/public"
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
persistence:
config:
enabled: true
mountPath: "/public"
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

@ -0,0 +1,6 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/static-web-server.png
categories:
- web-server
- networking
screenshots: []