Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-04 11:14:53 +00:00
parent 2520f8cd2a
commit 6cb6f7a779
11 changed files with 1979 additions and 0 deletions

View File

View File

@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.12.1
deprecated: false
description: Snippet Box is a simple self-hosted app for organizing your code snippets.
home: https://truecharts.org/charts/incubator/snippet-box
icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.png
keywords:
- snippet-box
- Productivity
- Tools-Utilities
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: snippet-box
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/snippet-box
- https://github.com/pawelmalak/snippet-box
type: application
version: 3.0.1
annotations:
truecharts.org/catagories: |
- Productivity
- Tools-Utilities
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%20Apps/Important-MUST-READ).
- 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,8 @@
Snippet Box is a simple self-hosted app for organizing your code snippets.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/snippet-box](https://truecharts.org/charts/stable/snippet-box)
---
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.

View File

@ -0,0 +1,41 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/snippet-box
tag: latest@sha256:cddcb706538f65fcf69a2d86f30c400f2dddbf04ea65e9801b8376a5c6f3e5e1
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
readiness:
type: http
startup:
type: http
service:
main:
ports:
main:
port: 5039
protocol: http
targetPort: 5000
persistence:
data:
enabled: true
mountPath: /app/data
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

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

View File

View File

@ -0,0 +1,5 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.png
categories:
- Productivity
- Tools-Utilities