Delete dev directory
This commit is contained in:
parent
0e24d8a493
commit
618ee8c159
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [apprise-api-4.0.15](https://github.com/truecharts/charts/compare/apprise-api-4.0.14...apprise-api-4.0.15) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- move all incubator to dev
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,38 +0,0 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: notifications
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
apiVersion: v2
|
||||
appVersion: 0.9.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Push notifications that work with just about every platform!
|
||||
home: https://truecharts.org/charts/dev/apprise-api
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/apprise-api.png
|
||||
keywords:
|
||||
- apprise-api
|
||||
- notifications
|
||||
- usenet
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: apprise-api
|
||||
sources:
|
||||
- https://github.com/caronc/apprise-api
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/apprise-api
|
||||
- https://hub.docker.com/r/caronc/apprise
|
||||
type: application
|
||||
version: 4.0.15
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
title: 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/dev/apprise-api)
|
||||
|
||||
**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_
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
|
||||
## [apprise-api-4.0.15](https://github.com/truecharts/charts/compare/apprise-api-4.0.14...apprise-api-4.0.15) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- move all incubator to dev
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,8 +0,0 @@
|
|||
Push notifications that work with just about every platform!
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/apprise-api](https://truecharts.org/charts/dev/apprise-api)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -1,41 +0,0 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: caronc/apprise
|
||||
tag: 0.9.7@sha256:36b085415481d0d51cfbc3ed59e2aebd0cf8aa83e65c1a0c77c905d02f00c284
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 33
|
||||
runAsUser: 33
|
||||
pod:
|
||||
fsGroup: 33
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8000
|
||||
protocol: http
|
||||
targetPort: 8000
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
ALLOWED_HOSTS: "*"
|
||||
APPRISE_ALLOW_SERVICES: ""
|
||||
APPRISE_CONFIG_DIR: /config
|
||||
APPRISE_CONFIG_LOCK: "false"
|
||||
APPRISE_DENY_SERVICES: windows,dbus,gnome,macos,syslog
|
||||
APPRISE_RECURSION_MAX: "1"
|
||||
APPRISE_STATEFUL_MODE: hash
|
||||
DEBUG: "no"
|
||||
LOG_LEVEL: INFO
|
||||
SECRET_KEY: abc123
|
File diff suppressed because it is too large
Load Diff
|
@ -1,2 +0,0 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -1,4 +0,0 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/apprise-api.png
|
||||
categories:
|
||||
- notifications
|
||||
screenshots: []
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [appsmith-6.0.15](https://github.com/truecharts/charts/compare/appsmith-6.0.14...appsmith-6.0.15) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- move all incubator to dev
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,43 +0,0 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
apiVersion: v2
|
||||
appVersion: 1.9.57
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: redis
|
||||
version: 9.0.3
|
||||
repository: https://deps.truecharts.org
|
||||
condition: redis.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects.
|
||||
home: https://truecharts.org/charts/dev/appsmith
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/appsmith.png
|
||||
keywords:
|
||||
- appsmith
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: appsmith
|
||||
sources:
|
||||
- https://github.com/appsmithorg/appsmith
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/appsmith
|
||||
- https://hub.docker.com/r/appsmith/appsmith-ce
|
||||
type: application
|
||||
version: 6.0.15
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
title: 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/dev/appsmith)
|
||||
|
||||
**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_
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
|
||||
## [appsmith-6.0.15](https://github.com/truecharts/charts/compare/appsmith-6.0.14...appsmith-6.0.15) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- move all incubator to dev
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,8 +0,0 @@
|
|||
Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/appsmith](https://truecharts.org/charts/dev/appsmith)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -1,50 +0,0 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: appsmith/appsmith-ce
|
||||
tag: v1.9.57@sha256:33fdb9a84f202b3ff6dada31107f90946a7af883657849295181fb1393065dd8
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10217
|
||||
targetPort: 80
|
||||
supervisor:
|
||||
enabled: true
|
||||
ports:
|
||||
supervisor:
|
||||
enabled: true
|
||||
port: 10218
|
||||
targetPort: 9001
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
APPSMITH_ADMIN_EMAILS: me@example.com,you@example.com
|
||||
APPSMITH_REDIS_URL:
|
||||
secretKeyRef:
|
||||
expandObjectName: false
|
||||
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
||||
key: url
|
||||
persistence:
|
||||
appsmithstacks:
|
||||
enabled: true
|
||||
mountPath: /appsmith-stacks
|
||||
|
||||
redis:
|
||||
enabled: true
|
||||
existingSecret: rediscreds
|
||||
redisUsername: appsmith
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +0,0 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -1 +0,0 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -1,4 +0,0 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/appsmith.png
|
||||
categories:
|
||||
- productivity
|
||||
screenshots: []
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [awesome-ttrss-4.0.5](https://github.com/truecharts/charts/compare/awesome-ttrss-4.0.4...awesome-ttrss-4.0.5) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- move all incubator to dev
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,37 +0,0 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
apiVersion: v2
|
||||
appVersion: 2023.12.18
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS
|
||||
home: https://truecharts.org/charts/dev/awesome-ttrss
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/awesome-ttrss.png
|
||||
keywords:
|
||||
- tt-rss
|
||||
- awesome-ttrss
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: awesome-ttrss
|
||||
sources:
|
||||
- https://github.com/HenryQW/Awesome-TTRSS
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/awesome-ttrss
|
||||
- https://hub.docker.com/r/wangqiru/ttrss
|
||||
type: application
|
||||
version: 4.0.5
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
title: 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/dev/awesome-ttrss)
|
||||
|
||||
**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_
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
|
||||
## [awesome-ttrss-4.0.5](https://github.com/truecharts/charts/compare/awesome-ttrss-4.0.4...awesome-ttrss-4.0.5) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- move all incubator to dev
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,8 +0,0 @@
|
|||
Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/awesome-ttrss](https://truecharts.org/charts/dev/awesome-ttrss)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -1,81 +0,0 @@
|
|||
image:
|
||||
repository: wangqiru/ttrss
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest-2023-12-18@sha256:24c1332f944d4b156608df29a3222cb0a6a9f1ab6c3d09d4214b168c93b99204
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 10246
|
||||
targetPort: 80
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
path: /
|
||||
readiness:
|
||||
type: http
|
||||
path: /
|
||||
startup:
|
||||
type: http
|
||||
path: /
|
||||
env:
|
||||
# External URL you use to connect to the RSS
|
||||
# (the one you enter in your browser)
|
||||
SELF_URL_PATH: ""
|
||||
DB_HOST:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-urls
|
||||
key: host
|
||||
DB_PORT: "5432"
|
||||
DB_NAME: "{{ .Values.cnpg.main.database }}"
|
||||
DB_USER: "{{ .Values.cnpg.main.user }}"
|
||||
DB_PASS:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-user
|
||||
key: password
|
||||
|
||||
persistence:
|
||||
icons:
|
||||
enabled: true
|
||||
targetSelector:
|
||||
main:
|
||||
main:
|
||||
mountPath: /var/www/feed-icons
|
||||
plugins:
|
||||
enabled: true
|
||||
targetSelector:
|
||||
main:
|
||||
main:
|
||||
mountPath: /var/www/plugins.local
|
||||
themes:
|
||||
enabled: true
|
||||
targetSelector:
|
||||
main:
|
||||
main:
|
||||
mountPath: /var/www/themes.local
|
||||
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: awesome-ttrss
|
||||
database: awesome-ttrss
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -1,2 +0,0 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.all" . }}
|
|
@ -1,4 +0,0 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/awesome-ttrss.png
|
||||
categories:
|
||||
- media
|
||||
screenshots: []
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [btdex-3.0.14](https://github.com/truecharts/charts/compare/btdex-3.0.13...btdex-3.0.14) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- move all incubator to dev
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,37 +0,0 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Crypto
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
apiVersion: v2
|
||||
appVersion: latest
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui Chart.
|
||||
home: https://truecharts.org/charts/dev/btdex
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/btdex.png
|
||||
keywords:
|
||||
- btdex
|
||||
- Crypto
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: btdex
|
||||
sources:
|
||||
- https://btdex.trade/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/btdex
|
||||
- https://hub.docker.com/r/furritos/docker-btdex
|
||||
type: application
|
||||
version: 3.0.14
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
title: 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/dev/btdex)
|
||||
|
||||
**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_
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
|
||||
## [btdex-3.0.14](https://github.com/truecharts/charts/compare/btdex-3.0.13...btdex-3.0.14) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- move all incubator to dev
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,8 +0,0 @@
|
|||
This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui Chart.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/btdex](https://truecharts.org/charts/dev/btdex)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -1,31 +0,0 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: furritos/docker-btdex
|
||||
tag: latest@sha256:71ea137523fff87f9644b1c98290c11c64425f777957811b37a109f65b85f4ff
|
||||
persistence:
|
||||
btdex:
|
||||
enabled: true
|
||||
mountPath: /opt/btdex/cache
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 5800
|
||||
protocol: tcp
|
||||
targetPort: 8080
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
DISPLAY_HEIGHT: 800|900|1050
|
||||
DISPLAY_WIDTH: 1440|1680
|
File diff suppressed because it is too large
Load Diff
|
@ -1,2 +0,0 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -1,4 +0,0 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/btdex.png
|
||||
categories:
|
||||
- Crypto
|
||||
screenshots: []
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [cadquery-jupyter-3.0.14](https://github.com/truecharts/charts/compare/cadquery-jupyter-3.0.13...cadquery-jupyter-3.0.14) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- move all incubator to dev
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,41 +0,0 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Productivity
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
apiVersion: v2
|
||||
appVersion: 3.5.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.
|
||||
home: https://truecharts.org/charts/dev/cadquery-jupyter
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-jupyter.png
|
||||
keywords:
|
||||
- cadquery-jupyter
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
- Other
|
||||
- Network-Web
|
||||
- Network-Other
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: cadquery-jupyter
|
||||
sources:
|
||||
- https://github.com/bernhard-42/jupyter-cadquery
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/cadquery-jupyter
|
||||
- https://hub.docker.com/r/bwalter42/jupyter_cadquery
|
||||
type: application
|
||||
version: 3.0.14
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
title: 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/dev/cadquery-jupyter)
|
||||
|
||||
**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_
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
|
||||
## [cadquery-jupyter-3.0.14](https://github.com/truecharts/charts/compare/cadquery-jupyter-3.0.13...cadquery-jupyter-3.0.14) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- move all incubator to dev
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,8 +0,0 @@
|
|||
CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/cadquery-jupyter](https://truecharts.org/charts/dev/cadquery-jupyter)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -1,23 +0,0 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: bwalter42/jupyter_cadquery
|
||||
tag: 3.5.2@sha256:4480a823e53a2c8a4e86d37d16bd6d28343bb8e3fbd6a4890f66971297b58712
|
||||
persistence:
|
||||
workdir:
|
||||
enabled: true
|
||||
mountPath: /home/cq
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 8888
|
||||
protocol: tcp
|
||||
targetPort: 8888
|
File diff suppressed because it is too large
Load Diff
|
@ -1,2 +0,0 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -1,4 +0,0 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-jupyter.png
|
||||
categories:
|
||||
- Productivity
|
||||
screenshots: []
|
|
@ -1,99 +0,0 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [checkmk-1.0.14](https://github.com/truecharts/charts/compare/checkmk-1.0.13...checkmk-1.0.14) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [checkmk-1.0.13](https://github.com/truecharts/charts/compare/checkmk-1.0.12...checkmk-1.0.13) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [checkmk-1.0.12](https://github.com/truecharts/charts/compare/checkmk-1.0.11...checkmk-1.0.12) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump common ([#16751](https://github.com/truecharts/charts/issues/16751))
|
||||
|
||||
|
||||
## [checkmk-1.0.11](https://github.com/truecharts/charts/compare/checkmk-1.0.10...checkmk-1.0.11) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
||||
|
||||
|
||||
## [checkmk-1.0.10](https://github.com/truecharts/charts/compare/checkmk-1.0.9...checkmk-1.0.10) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- correct mistaken common references
|
||||
|
||||
|
||||
## [checkmk-1.0.10](https://github.com/truecharts/charts/compare/checkmk-1.0.9...checkmk-1.0.10) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- correct mistaken common references
|
||||
## [checkmk-1.0.9](https://github.com/truecharts/charts/compare/checkmk-1.0.8...checkmk-1.0.9) (2023-12-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- expose custom options for homepage integration
|
||||
|
||||
## [checkmk-1.0.8](https://github.com/truecharts/charts/compare/checkmk-1.0.7...checkmk-1.0.8) (2023-12-21)
|
||||
|
||||
### Fix
|
||||
|
||||
- bump to release middleware fix
|
||||
|
||||
## [checkmk-1.0.7](https://github.com/truecharts/charts/compare/checkmk-1.0.6...checkmk-1.0.7) (2023-12-21)
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: monitoring
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
apiVersion: v2
|
||||
appVersion: 2.2.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Checkmk is a leading tool for Infrastructure and Application Monitoring. Simple configuration, scalable, flexible. It provides powerful monitoring of networks, servers, clouds, containers and applications.
|
||||
home: https://truecharts.org/charts/dev/checkmk
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/checkmk.png
|
||||
keywords:
|
||||
- checkmk
|
||||
- monitoring
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: checkmk
|
||||
sources:
|
||||
- https://github.com/tribe29/checkmk
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/checkmk
|
||||
- https://hub.docker.com/r/checkmk/check-mk-raw
|
||||
type: application
|
||||
version: 1.0.14
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
title: 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/dev/checkmk)
|
||||
|
||||
**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_
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [checkmk-1.0.14](https://github.com/truecharts/charts/compare/checkmk-1.0.13...checkmk-1.0.14) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,8 +0,0 @@
|
|||
Checkmk is a leading tool for Infrastructure and Application Monitoring. Simple configuration, scalable, flexible. It provides powerful monitoring of networks, servers, clouds, containers and applications.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/checkmk](https://truecharts.org/charts/dev/checkmk)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -1,79 +0,0 @@
|
|||
cmk:
|
||||
livestatus_tcp: true
|
||||
mail_relay_host: ""
|
||||
password: secret
|
||||
site_id: cmk
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: checkmk/check-mk-raw
|
||||
tag: 2.2.0-latest@sha256:69baf5cd496fdd623ad36ccc466399aaab2de492f54787f4cc94e3cdf14ea378
|
||||
persistence:
|
||||
cmk-cron:
|
||||
enabled: true
|
||||
mountPath: /var/spool/cron/crontabs
|
||||
type: emptyDir
|
||||
cmk-temp:
|
||||
enabled: true
|
||||
mountPath: /omd/sites/cmk/tmp
|
||||
type: emptyDir
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /omd/sites
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
service:
|
||||
livestatustcp:
|
||||
enabled: true
|
||||
ports:
|
||||
livestatustcp:
|
||||
enabled: true
|
||||
port: 6557
|
||||
targetPort: 6557
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 15000
|
||||
protocol: http
|
||||
targetPort: 5000
|
||||
receiver:
|
||||
enabled: true
|
||||
ports:
|
||||
receiver:
|
||||
enabled: true
|
||||
port: 18000
|
||||
protocol: http
|
||||
targetPort: 8000
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: "secret"
|
||||
probes:
|
||||
liveness:
|
||||
spec:
|
||||
exec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- omd status
|
||||
readiness:
|
||||
exec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- omd status
|
||||
startup:
|
||||
exec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- omd status
|
File diff suppressed because it is too large
Load Diff
|
@ -1,13 +0,0 @@
|
|||
{{/* Define the secret */}}
|
||||
{{- define "checkmk.secret" -}}
|
||||
|
||||
{{- $secretName := printf "%s-secret" (include "tc.v1.common.names.fullname" .) }}
|
||||
enabled: true
|
||||
data:
|
||||
CMK_PASSWORD: {{ .Values.cmk.password | quote }}
|
||||
CMK_SITE_ID: {{ .Values.cmk.site_id | quote }}
|
||||
CMK_LIVESTATUS_TCP: {{ ternary "on" "off" .Values.cmk.livestatus_tcp | quote }}
|
||||
{{- with .Values.cmk.mail_relay_host }}
|
||||
MAIL_RELAY_HOST: {{ . | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
|
@ -1,8 +0,0 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{/* Render secret */}}
|
||||
{{- include "checkmk.secret" . }}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
|
@ -1,4 +0,0 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/checkmk.png
|
||||
categories:
|
||||
- monitoring
|
||||
screenshots: []
|
|
@ -1,99 +0,0 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [cherry-3.0.14](https://github.com/truecharts/charts/compare/cherry-3.0.13...cherry-3.0.14) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cherry-3.0.13](https://github.com/truecharts/charts/compare/cherry-3.0.12...cherry-3.0.13) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [cherry-3.0.12](https://github.com/truecharts/charts/compare/cherry-3.0.11...cherry-3.0.12) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump common ([#16751](https://github.com/truecharts/charts/issues/16751))
|
||||
|
||||
|
||||
## [cherry-3.0.11](https://github.com/truecharts/charts/compare/cherry-3.0.10...cherry-3.0.11) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
||||
|
||||
|
||||
## [cherry-3.0.10](https://github.com/truecharts/charts/compare/cherry-3.0.9...cherry-3.0.10) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- correct mistaken common references
|
||||
|
||||
|
||||
## [cherry-3.0.10](https://github.com/truecharts/charts/compare/cherry-3.0.9...cherry-3.0.10) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- correct mistaken common references
|
||||
## [cherry-3.0.9](https://github.com/truecharts/charts/compare/cherry-3.0.8...cherry-3.0.9) (2023-12-22)
|
||||
|
||||
### Fix
|
||||
|
||||
- expose custom options for homepage integration
|
||||
|
||||
## [cherry-3.0.8](https://github.com/truecharts/charts/compare/cherry-3.0.7...cherry-3.0.8) (2023-12-21)
|
||||
|
||||
### Fix
|
||||
|
|
@ -1,37 +0,0 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: bookmark
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
apiVersion: v2
|
||||
appVersion: 0.0.7
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: An open source self-hosted bookmark service
|
||||
home: https://truecharts.org/charts/dev/cherry
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cherry.png
|
||||
keywords:
|
||||
- bookmark
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: cherry
|
||||
sources:
|
||||
- https://cherry.haishan.me/
|
||||
- https://github.com/haishanh/cherry
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/cherry
|
||||
- https://hub.docker.com/r/haishanh/cherry
|
||||
type: application
|
||||
version: 3.0.14
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
title: 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/dev/cherry)
|
||||
|
||||
**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_
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [cherry-3.0.14](https://github.com/truecharts/charts/compare/cherry-3.0.13...cherry-3.0.14) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,8 +0,0 @@
|
|||
An open source self-hosted bookmark service
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/cherry](https://truecharts.org/charts/dev/cherry)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -1,50 +0,0 @@
|
|||
cherry:
|
||||
google_oauth_id: ""
|
||||
google_oauth_secret: ""
|
||||
google_oauth_uri: ""
|
||||
insecure_cookie: true
|
||||
page_bookmark_limit: 60
|
||||
public_registration: true
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: haishanh/cherry
|
||||
tag: v0.0.7@sha256:ac38d09dc167501882b60c882931ba89a2cdc4feb2f30e768098f142dde8b9ee
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: /data
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10303
|
||||
protocol: http
|
||||
targetPort: 8000
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: "cherry-secret"
|
||||
- configMapRef:
|
||||
name: "cherry-configmap"
|
||||
probes:
|
||||
liveness:
|
||||
path: /
|
||||
type: http
|
||||
readiness:
|
||||
path: /
|
||||
type: http
|
||||
startup:
|
||||
path: /
|
||||
type: http
|
File diff suppressed because it is too large
Load Diff
|
@ -1,15 +0,0 @@
|
|||
{{/* Define the configmap */}}
|
||||
{{- define "cherry.configmap" -}}
|
||||
|
||||
{{- $configName := printf "%s-cherry-configmap" (include "tc.v1.common.names.fullname" .) }}
|
||||
|
||||
enabled: true
|
||||
data:
|
||||
DATABASE_PATH: /data/cherry.sqlite
|
||||
ENABLE_PUBLIC_REGISTRATION: {{ ternary "1" "0" .Values.cherry.public_registration | quote }}
|
||||
USE_INSECURE_COOKIE: {{ ternary "1" "0" .Values.cherry.insecure_cookie | quote }}
|
||||
PAGE_BOOKMARK_LIMIT: {{ .Values.cherry.page_bookmark_limit | quote }}
|
||||
{{- with .Values.cherry.google_oauth_uri }}
|
||||
GOOGLE_OAUTH_REDIRECT_URI: {{ . }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
|
@ -1,19 +0,0 @@
|
|||
{{/* Define the secrets */}}
|
||||
{{- define "cherry.secrets" -}}
|
||||
|
||||
{{- $secretName := printf "%s-cherry-secret" (include "tc.v1.common.names.fullname" .) }}
|
||||
|
||||
enabled: true
|
||||
data:
|
||||
{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) }}
|
||||
JWT_SECRET: {{ index .data "JWT_SECRET" }}
|
||||
{{- else }}
|
||||
JWT_SECRET: {{ randAlphaNum 32 }}
|
||||
{{- end }}
|
||||
{{- with .Values.cherry.google_oauth_id }}
|
||||
GOOGLE_OAUTH_CLIENT_ID: {{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.cherry.google_oauth_secret }}
|
||||
GOOGLE_OAUTH_CLIENT_SECRET: {{ . }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
|
@ -1,7 +0,0 @@
|
|||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{- include "cherry.configmap" . }}
|
||||
|
||||
{{ include "cherry.secrets" . }}
|
||||
|
||||
{{ include "tc.v1.common.loader.apply" . }}
|
|
@ -1,4 +0,0 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/cherry.png
|
||||
categories:
|
||||
- bookmark
|
||||
screenshots: []
|
|
@ -1,99 +0,0 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [cleanarr-3.0.15](https://github.com/truecharts/charts/compare/cleanarr-3.0.14...cleanarr-3.0.15) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
||||
|
||||
|
||||
|
||||
|
||||
## [cleanarr-3.0.14](https://github.com/truecharts/charts/compare/cleanarr-3.0.13...cleanarr-3.0.14) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update ignored by renovate (patch) ([#16673](https://github.com/truecharts/charts/issues/16673))
|
||||
|
||||
|
||||
## [cleanarr-3.0.13](https://github.com/truecharts/charts/compare/cleanarr-3.0.12...cleanarr-3.0.13) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [cleanarr-3.0.12](https://github.com/truecharts/charts/compare/cleanarr-3.0.11...cleanarr-3.0.12) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump common ([#16751](https://github.com/truecharts/charts/issues/16751))
|
||||
|
||||
|
||||
## [cleanarr-3.0.11](https://github.com/truecharts/charts/compare/cleanarr-3.0.10...cleanarr-3.0.11) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
||||
|
||||
|
||||
## [cleanarr-3.0.10](https://github.com/truecharts/charts/compare/cleanarr-3.0.9...cleanarr-3.0.10) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- correct mistaken common references
|
||||
|
||||
|
||||
## [cleanarr-3.0.10](https://github.com/truecharts/charts/compare/cleanarr-3.0.9...cleanarr-3.0.10) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- correct mistaken common references
|
||||
## [cleanarr-3.0.9](https://github.com/truecharts/charts/compare/cleanarr-3.0.8...cleanarr-3.0.9) (2023-12-22)
|
|
@ -1,36 +0,0 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Media
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
apiVersion: v2
|
||||
appVersion: 2.5.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: A simple UI to help find and delete duplicate and sample files from your Plex server.
|
||||
home: https://truecharts.org/charts/dev/cleanarr
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cleanarr.png
|
||||
keywords:
|
||||
- cleanarr
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: cleanarr
|
||||
sources:
|
||||
- https://github.com/se1exin/cleanarr
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/cleanarr
|
||||
- https://hub.docker.com/r/selexin/cleanarr
|
||||
type: application
|
||||
version: 3.0.15
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
title: 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/dev/cleanarr)
|
||||
|
||||
**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_
|
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [cleanarr-3.0.15](https://github.com/truecharts/charts/compare/cleanarr-3.0.14...cleanarr-3.0.15) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,8 +0,0 @@
|
|||
A simple UI to help find and delete duplicate and sample files from your Plex server.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/cleanarr](https://truecharts.org/charts/dev/cleanarr)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -1,35 +0,0 @@
|
|||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: selexin/cleanarr
|
||||
tag: v2.5.1@sha256:dd627df235e3e72082ec930e3cc21400fcfd6abe9d48c2d695a3f1f9d00f040c
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10247
|
||||
protocol: http
|
||||
targetPort: 80
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
BYPASS_SSL_VERIFY: '{{ ternary "1" "0" .Values.workload.main.podSpec.containers.main.env.BYPASS_SSL_VERIFY_BOOL}}'
|
||||
BYPASS_SSL_VERIFY_BOOL: "true"
|
||||
LIBRARY_NAMES: ""
|
||||
PAGE_SIZE: "50"
|
||||
PLEX_BASE_URL: ""
|
||||
PLEX_TOKEN: ""
|
File diff suppressed because it is too large
Load Diff
|
@ -1,2 +0,0 @@
|
|||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
|
@ -1,4 +0,0 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/cleanarr.png
|
||||
categories:
|
||||
- Media
|
||||
screenshots: []
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [cloudbeaver-4.0.15](https://github.com/truecharts/charts/compare/cloudbeaver-4.0.14...cloudbeaver-4.0.15) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- move all incubator to dev
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,38 +0,0 @@
|
|||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: Cloud
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: dev
|
||||
apiVersion: v2
|
||||
appVersion: 23.3.1
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Cloud Database Manager (Official Chart)
|
||||
home: https://truecharts.org/charts/dev/cloudbeaver
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudbeaver.png
|
||||
keywords:
|
||||
- cloudbeaver
|
||||
- Cloud
|
||||
- Tools-Utilities
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: cloudbeaver
|
||||
sources:
|
||||
- https://github.com/dbeaver/cloudbeaver
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dev/cloudbeaver
|
||||
- https://hub.docker.com/r/dbeaver/cloudbeaver
|
||||
type: application
|
||||
version: 4.0.15
|
|
@ -1,28 +0,0 @@
|
|||
---
|
||||
title: 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/dev/cloudbeaver)
|
||||
|
||||
**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_
|
|
@ -1,11 +0,0 @@
|
|||
|
||||
|
||||
## [cloudbeaver-4.0.15](https://github.com/truecharts/charts/compare/cloudbeaver-4.0.14...cloudbeaver-4.0.15) (2024-01-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- move all incubator to dev
|
||||
|
||||
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
|
|
@ -1,8 +0,0 @@
|
|||
Cloud Database Manager (Official Chart)
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dev/cloudbeaver](https://truecharts.org/charts/dev/cloudbeaver)
|
||||
|
||||
---
|
||||
|
||||
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.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue