chore(apps): bump apps, remove duplicates and move incubator to stable for RC1
This commit is contained in:
@@ -1,73 +0,0 @@
|
|||||||
# Changelog<br>
|
|
||||||
|
|
||||||
|
|
||||||
<a name="librespeed-1.0.0"></a>
|
|
||||||
### [librespeed-1.0.0](https://github.com/truecharts/apps/compare/librespeed-0.0.4...librespeed-1.0.0) (2021-10-20)
|
|
||||||
|
|
||||||
#### Chore
|
|
||||||
|
|
||||||
* update helm chart postgresql to v4 ([#1214](https://github.com/truecharts/apps/issues/1214))
|
|
||||||
|
|
||||||
#### Fix
|
|
||||||
|
|
||||||
* use correct PVC storageClass when using postgresql as a dependency on SCALE ([#1212](https://github.com/truecharts/apps/issues/1212))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="librespeed-0.0.4"></a>
|
|
||||||
### [librespeed-0.0.4](https://github.com/truecharts/apps/compare/librespeed-0.0.3...librespeed-0.0.4) (2021-10-20)
|
|
||||||
|
|
||||||
#### Chore
|
|
||||||
|
|
||||||
* bump versions to rerelease and fix icons
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="librespeed-0.0.3"></a>
|
|
||||||
### [librespeed-0.0.3](https://github.com/truecharts/apps/compare/librespeed-0.0.2...librespeed-0.0.3) (2021-10-19)
|
|
||||||
|
|
||||||
#### Change
|
|
||||||
|
|
||||||
* Project-Eclipse 3, Automatically generate item.yaml ([#1178](https://github.com/truecharts/apps/issues/1178))
|
|
||||||
|
|
||||||
#### Chore
|
|
||||||
|
|
||||||
* Project-Eclipse 5, move app-readme to automatic generation script ([#1181](https://github.com/truecharts/apps/issues/1181))
|
|
||||||
* update helm chart common to v8.3.13 ([#1184](https://github.com/truecharts/apps/issues/1184))
|
|
||||||
* update non-major ([#1174](https://github.com/truecharts/apps/issues/1174))
|
|
||||||
|
|
||||||
#### Feat
|
|
||||||
|
|
||||||
* Project-Eclipse 4, Add App grading annotations to Chart.yaml ([#1180](https://github.com/truecharts/apps/issues/1180))
|
|
||||||
|
|
||||||
#### Refactor
|
|
||||||
|
|
||||||
* Project Eclipse Part 6, move questions.yaml to root App folder ([#1182](https://github.com/truecharts/apps/issues/1182))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="librespeed-0.0.2"></a>
|
|
||||||
### [librespeed-0.0.2](https://github.com/truecharts/apps/compare/librespeed-0.0.1...librespeed-0.0.2) (2021-10-19)
|
|
||||||
|
|
||||||
#### Chore
|
|
||||||
|
|
||||||
* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
|
|
||||||
* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="librespeed-0.0.1"></a>
|
|
||||||
### [librespeed-0.0.1](https://github.com/truecharts/apps/compare/librespeed-3.0.14...librespeed-0.0.1) (2021-10-19)
|
|
||||||
|
|
||||||
#### Feat
|
|
||||||
|
|
||||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="librespeed-0.0.1"></a>
|
|
||||||
### [librespeed-0.0.1](https://github.com/truecharts/apps/compare/librespeed-3.0.10...librespeed-0.0.1) (2021-10-16)
|
|
||||||
|
|
||||||
#### Feat
|
|
||||||
|
|
||||||
* Add more Apps using postgresql
|
|
||||||
@@ -1,33 +0,0 @@
|
|||||||
apiVersion: v2
|
|
||||||
appVersion: "5.2.4"
|
|
||||||
description: Librespeed is a HTML5 webpage to test upload and download speeds
|
|
||||||
name: librespeed
|
|
||||||
version: 1.0.2
|
|
||||||
kubeVersion: ">=1.16.0-0"
|
|
||||||
keywords:
|
|
||||||
- librespeed
|
|
||||||
- speedtest
|
|
||||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/librespeed
|
|
||||||
icon: https://github.com/librespeed/speedtest/blob/master/.logo/icon_huge.png?raw=true
|
|
||||||
sources:
|
|
||||||
- https://github.com/librespeed/speedtest
|
|
||||||
- https://hub.docker.com/r/linuxserver/librespeed
|
|
||||||
- https://github.com/truecharts/apps/tree/master/charts/librespeed
|
|
||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://truecharts.org
|
|
||||||
version: 8.3.14
|
|
||||||
- condition: postgresql.enabled
|
|
||||||
name: postgresql
|
|
||||||
repository: https://truecharts.org/
|
|
||||||
version: 4.0.1
|
|
||||||
maintainers:
|
|
||||||
- email: info@truecharts.org
|
|
||||||
name: TrueCharts
|
|
||||||
url: truecharts.org
|
|
||||||
annotations:
|
|
||||||
truecharts.org/catagories: |
|
|
||||||
- media
|
|
||||||
|
|
||||||
truecharts.org/SCALE-support: "true"
|
|
||||||
truecharts.org/grade: U
|
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
# Introduction
|
|
||||||
|
|
||||||
Librespeed is a HTML5 webpage to test upload and download speeds
|
|
||||||
|
|
||||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
|
||||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
|
||||||
|
|
||||||
## Source Code
|
|
||||||
|
|
||||||
* <https://github.com/librespeed/speedtest>
|
|
||||||
* <https://hub.docker.com/r/linuxserver/librespeed>
|
|
||||||
* <https://github.com/truecharts/apps/tree/master/charts/librespeed>
|
|
||||||
|
|
||||||
## Requirements
|
|
||||||
|
|
||||||
Kubernetes: `>=1.16.0-0`
|
|
||||||
|
|
||||||
## Dependencies
|
|
||||||
|
|
||||||
| Repository | Name | Version |
|
|
||||||
|------------|------|---------|
|
|
||||||
| https://truecharts.org/ | postgresql | 4.0.1 |
|
|
||||||
| https://truecharts.org | common | 8.3.13 |
|
|
||||||
|
|
||||||
## Installing the Chart
|
|
||||||
|
|
||||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
|
|
||||||
|
|
||||||
## Uninstalling the Chart
|
|
||||||
|
|
||||||
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
|
|
||||||
|
|
||||||
## Support
|
|
||||||
|
|
||||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
|
|
||||||
- See the [Wiki](https://truecharts.org)
|
|
||||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
|
||||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
|
||||||
---
|
|
||||||
All Rights Reserved - The TrueCharts Project
|
|
||||||
@@ -1,37 +0,0 @@
|
|||||||
# Default Helm-Values
|
|
||||||
|
|
||||||
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
|
|
||||||
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
|
|
||||||
|
|
||||||
Most of our Apps also consume our "common" Helm Chart.
|
|
||||||
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
|
|
||||||
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
|
|
||||||
|
|
||||||
## Values
|
|
||||||
|
|
||||||
| Key | Type | Default | Description |
|
|
||||||
|-----|------|---------|-------------|
|
|
||||||
| env.CUSTOM_RESULTS | bool | `false` | |
|
|
||||||
| env.PUID | string | `"568"` | Specify the user ID the application will run as |
|
|
||||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
|
||||||
| envTpl.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
|
||||||
| envTpl.DB_PORT | string | `"5432"` | |
|
|
||||||
| envTpl.DB_TYPE | string | `"postgresql"` | |
|
|
||||||
| envTpl.DB_USERNAME | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
|
||||||
| envValueFrom.DB_HOSTNAME.secretKeyRef.key | string | `"plainhost"` | |
|
|
||||||
| envValueFrom.DB_HOSTNAME.secretKeyRef.name | string | `"dbcreds"` | |
|
|
||||||
| envValueFrom.DB_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
|
||||||
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
|
||||||
| image.repository | string | `"ghcr.io/linuxserver/librespeed"` | image repository |
|
|
||||||
| image.tag | string | `"5.2.4@sha256:a959471ba82cfa2ea290128b799f3ddbe333706c405e4b45bfcd5841d359f554"` | image tag |
|
|
||||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
|
||||||
| podSecurityContext.runAsGroup | int | `0` | |
|
|
||||||
| podSecurityContext.runAsUser | int | `0` | |
|
|
||||||
| postgresql | object | Enabled (see values.yaml for more details) | Enable and configure postgresql database subchart under this key. |
|
|
||||||
| secret | object | See below | environment variables. See [image docs](https://hub.docker.com/r/linuxserver/librespeed) for more details. |
|
|
||||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
|
||||||
| securityContext.runAsNonRoot | bool | `false` | |
|
|
||||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
|
||||||
|
|
||||||
All Rights Reserved - The TrueCharts Project
|
|
||||||
@@ -1,683 +0,0 @@
|
|||||||
# Include{groups}
|
|
||||||
portals:
|
|
||||||
web_portal:
|
|
||||||
protocols:
|
|
||||||
- "$kubernetes-resource_configmap_portal_protocol"
|
|
||||||
host:
|
|
||||||
- "$kubernetes-resource_configmap_portal_host"
|
|
||||||
ports:
|
|
||||||
- "$kubernetes-resource_configmap_portal_port"
|
|
||||||
questions:
|
|
||||||
- variable: portal
|
|
||||||
group: "Container Image"
|
|
||||||
label: "Configure Portal Button"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
hidden: true
|
|
||||||
attrs:
|
|
||||||
- variable: enabled
|
|
||||||
label: "Enable"
|
|
||||||
description: "enable the portal button"
|
|
||||||
schema:
|
|
||||||
hidden: true
|
|
||||||
editable: false
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
# Include{global}
|
|
||||||
- variable: controller
|
|
||||||
group: "Controller"
|
|
||||||
label: ""
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: type
|
|
||||||
description: "Please specify type of workload to deploy"
|
|
||||||
label: "(Advanced) Controller Type"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "deployment"
|
|
||||||
required: true
|
|
||||||
enum:
|
|
||||||
- value: "deployment"
|
|
||||||
description: "Deployment"
|
|
||||||
- value: "statefulset"
|
|
||||||
description: "Statefulset"
|
|
||||||
- value: "daemonset"
|
|
||||||
description: "Daemonset"
|
|
||||||
- variable: replicas
|
|
||||||
description: "Number of desired pod replicas"
|
|
||||||
label: "Desired Replicas"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 1
|
|
||||||
required: true
|
|
||||||
- variable: strategy
|
|
||||||
description: "Please specify type of workload to deploy"
|
|
||||||
label: "(Advanced) Update Strategy"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "Recreate"
|
|
||||||
required: true
|
|
||||||
enum:
|
|
||||||
- value: "Recreate"
|
|
||||||
description: "Recreate: Kill existing pods before creating new ones"
|
|
||||||
- value: "RollingUpdate"
|
|
||||||
description: "RollingUpdate: Create new pods and then kill old ones"
|
|
||||||
- value: "OnDelete"
|
|
||||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
|
||||||
# Include{controllerExpert}
|
|
||||||
- variable: secret
|
|
||||||
group: "Container Configuration"
|
|
||||||
label: "Image Secrets"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: PASSWORD
|
|
||||||
label: "PASSWORD"
|
|
||||||
description: "Sets the PASSWORD env var"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "changeme"
|
|
||||||
- variable: env
|
|
||||||
group: "Container Configuration"
|
|
||||||
label: "Image Environment"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
# Include{fixedEnv}
|
|
||||||
- variable: PUID
|
|
||||||
label: "PUID"
|
|
||||||
description: "Sets the PUID env var for LinuxServer.io (compatible) containers"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 568
|
|
||||||
- variable: CUSTOM_RESULTS
|
|
||||||
label: "CUSTOM_RESULTS"
|
|
||||||
description: "Sets the CUSTOM_RESULTS env var"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
# Include{containerConfig}
|
|
||||||
|
|
||||||
- variable: service
|
|
||||||
group: "Networking and Services"
|
|
||||||
label: "Configure Service(s)"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: main
|
|
||||||
label: "Main Service"
|
|
||||||
description: "The Primary service on which the healthcheck runs, often the webUI"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: enabled
|
|
||||||
label: "Enable the service"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
hidden: true
|
|
||||||
- variable: type
|
|
||||||
label: "Service Type"
|
|
||||||
description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "NodePort"
|
|
||||||
enum:
|
|
||||||
- value: "NodePort"
|
|
||||||
description: "NodePort"
|
|
||||||
- value: "ClusterIP"
|
|
||||||
description: "ClusterIP"
|
|
||||||
- value: "LoadBalancer"
|
|
||||||
description: "LoadBalancer"
|
|
||||||
- variable: loadBalancerIP
|
|
||||||
label: "LoadBalancer IP"
|
|
||||||
description: "LoadBalancerIP"
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "LoadBalancer"]]
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: externalIPs
|
|
||||||
label: "External IP's"
|
|
||||||
description: "External IP's"
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "LoadBalancer"]]
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: externalIP
|
|
||||||
label: "External IP"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: ports
|
|
||||||
label: "Service's Port(s) Configuration"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: main
|
|
||||||
label: "Main Service Port Configuration"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: enabled
|
|
||||||
label: "Enable the port"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
hidden: true
|
|
||||||
- variable: protocol
|
|
||||||
label: "Port Type"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "HTTP"
|
|
||||||
enum:
|
|
||||||
- value: HTTP
|
|
||||||
description: "HTTP"
|
|
||||||
- value: "HTTPS"
|
|
||||||
description: "HTTPS"
|
|
||||||
- value: TCP
|
|
||||||
description: "TCP"
|
|
||||||
- value: "UDP"
|
|
||||||
description: "UDP"
|
|
||||||
- variable: targetPort
|
|
||||||
label: "Target Port"
|
|
||||||
description: "This port exposes the container port on the service"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 80
|
|
||||||
editable: false
|
|
||||||
hidden: true
|
|
||||||
- variable: port
|
|
||||||
label: "Container Port"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 80
|
|
||||||
editable: true
|
|
||||||
required: true
|
|
||||||
- variable: nodePort
|
|
||||||
label: "Node Port (Optional)"
|
|
||||||
description: "This port gets exposed to the node. Only considered when service type is NodePort"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
min: 9000
|
|
||||||
max: 65535
|
|
||||||
default: 36161
|
|
||||||
|
|
||||||
- variable: serviceexpert
|
|
||||||
group: "Networking and Services"
|
|
||||||
label: "Show Expert Config"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
show_subquestions_if: true
|
|
||||||
subquestions:
|
|
||||||
- variable: hostNetwork
|
|
||||||
group: "Networking and Services"
|
|
||||||
label: "Host-Networking (Complicated)"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
|
|
||||||
- variable: dnsPolicy
|
|
||||||
group: "Networking and Services"
|
|
||||||
label: "dnsPolicy"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
enum:
|
|
||||||
- value: ""
|
|
||||||
description: "Default"
|
|
||||||
- value: "ClusterFirst"
|
|
||||||
description: "ClusterFirst"
|
|
||||||
- value: "ClusterFirstWithHostNet"
|
|
||||||
description: "ClusterFirstWithHostNet"
|
|
||||||
- value: "None"
|
|
||||||
description: "None"
|
|
||||||
|
|
||||||
- variable: dnsConfig
|
|
||||||
label: "DNS Configuration"
|
|
||||||
group: "Networking and Services"
|
|
||||||
description: "Specify custom DNS configuration which will be applied to the pod"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: nameservers
|
|
||||||
label: "Nameservers"
|
|
||||||
schema:
|
|
||||||
default: []
|
|
||||||
type: list
|
|
||||||
items:
|
|
||||||
- variable: nameserver
|
|
||||||
label: "Nameserver"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: options
|
|
||||||
label: "options"
|
|
||||||
schema:
|
|
||||||
default: []
|
|
||||||
type: list
|
|
||||||
items:
|
|
||||||
- variable: option
|
|
||||||
label: "Option Entry"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: searches
|
|
||||||
label: "Searches"
|
|
||||||
schema:
|
|
||||||
default: []
|
|
||||||
type: list
|
|
||||||
items:
|
|
||||||
- variable: search
|
|
||||||
label: "Search Entry"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
|
|
||||||
# Include{serviceList}
|
|
||||||
|
|
||||||
- variable: persistence
|
|
||||||
label: "Integrated Persistent Storage"
|
|
||||||
description: "Integrated Persistent Storage"
|
|
||||||
group: "Storage and Persistence"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: varrun
|
|
||||||
label: "varrun Storage"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
hidden: true
|
|
||||||
attrs:
|
|
||||||
- variable: enabled
|
|
||||||
label: "Enable the storage"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
hidden: true
|
|
||||||
default: true
|
|
||||||
- variable: config
|
|
||||||
label: "App Config Storage"
|
|
||||||
description: "Stores the Application Configuration."
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: enabled
|
|
||||||
label: "Enable the storage"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
- variable: type
|
|
||||||
label: "(Advanced) Type of Storage"
|
|
||||||
description: "Sets the persistence type"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "pvc"
|
|
||||||
enum:
|
|
||||||
- value: "pvc"
|
|
||||||
description: "pvc"
|
|
||||||
- value: "emptyDir"
|
|
||||||
description: "emptyDir"
|
|
||||||
- value: "hostPath"
|
|
||||||
description: "hostPath"
|
|
||||||
- variable: storageClass
|
|
||||||
label: "(Advanced) storageClass"
|
|
||||||
description: " Warning: Anything other than SCALE-ZFS will break rollback!"
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "pvc"]]
|
|
||||||
type: string
|
|
||||||
default: "SCALE-ZFS"
|
|
||||||
- variable: labelsList
|
|
||||||
label: "Labels"
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: labelItem
|
|
||||||
label: "Label"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: name
|
|
||||||
label: "Name"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: value
|
|
||||||
label: "Value"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: annotationsList
|
|
||||||
label: "Annotations"
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: annotationItem
|
|
||||||
label: "Label"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: name
|
|
||||||
label: "Name"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: value
|
|
||||||
label: "Value"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: setPermissions
|
|
||||||
label: "Automatic Permissions"
|
|
||||||
description: "Automatically set permissions on install"
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "hostPath"]]
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
- variable: readOnly
|
|
||||||
label: "readOnly"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: hostPath
|
|
||||||
label: "hostPath"
|
|
||||||
description: "Path inside the container the storage is mounted"
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "hostPath"]]
|
|
||||||
type: hostpath
|
|
||||||
- variable: hostPathType
|
|
||||||
label: "hostPath Type"
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "hostPath"]]
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
enum:
|
|
||||||
- value: ""
|
|
||||||
description: "Default"
|
|
||||||
- value: "DirectoryOrCreate"
|
|
||||||
description: "DirectoryOrCreate"
|
|
||||||
- value: "Directory"
|
|
||||||
description: "Directory"
|
|
||||||
- value: "FileOrCreate"
|
|
||||||
description: "FileOrCreate"
|
|
||||||
- value: "File"
|
|
||||||
description: "File"
|
|
||||||
- value: "Socket"
|
|
||||||
description: "Socket"
|
|
||||||
- value: "CharDevice"
|
|
||||||
description: "CharDevice"
|
|
||||||
- value: "BlockDevice"
|
|
||||||
description: "BlockDevice"
|
|
||||||
- variable: mountPath
|
|
||||||
label: "mountPath"
|
|
||||||
description: "Path inside the container the storage is mounted"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "/config"
|
|
||||||
hidden: true
|
|
||||||
- variable: medium
|
|
||||||
label: "EmptyDir Medium"
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "emptyDir"]]
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
enum:
|
|
||||||
- value: ""
|
|
||||||
description: "Default"
|
|
||||||
- value: "Memory"
|
|
||||||
description: "Memory"
|
|
||||||
- variable: accessMode
|
|
||||||
label: "Access Mode (Advanced)"
|
|
||||||
description: "Allow or disallow multiple PVC's writhing to the same PV"
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "pvc"]]
|
|
||||||
type: string
|
|
||||||
default: "ReadWriteOnce"
|
|
||||||
enum:
|
|
||||||
- value: "ReadWriteOnce"
|
|
||||||
description: "ReadWriteOnce"
|
|
||||||
- value: "ReadOnlyMany"
|
|
||||||
description: "ReadOnlyMany"
|
|
||||||
- value: "ReadWriteMany"
|
|
||||||
description: "ReadWriteMany"
|
|
||||||
- variable: size
|
|
||||||
label: "Size quotum of storage"
|
|
||||||
schema:
|
|
||||||
show_if: [["type", "=", "pvc"]]
|
|
||||||
type: string
|
|
||||||
default: "100Gi"
|
|
||||||
# Include{persistenceList}
|
|
||||||
|
|
||||||
- variable: ingress
|
|
||||||
label: ""
|
|
||||||
group: "Ingress"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: main
|
|
||||||
label: "Main Ingress"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: enabled
|
|
||||||
label: "Enable Ingress"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
show_subquestions_if: true
|
|
||||||
subquestions:
|
|
||||||
- variable: hosts
|
|
||||||
label: "Hosts"
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: hostEntry
|
|
||||||
label: "Host"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: host
|
|
||||||
label: "HostName"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
required: true
|
|
||||||
- variable: paths
|
|
||||||
label: "Paths"
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: pathEntry
|
|
||||||
label: "Host"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: path
|
|
||||||
label: "path"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
default: "/"
|
|
||||||
- variable: pathType
|
|
||||||
label: "pathType"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
default: "Prefix"
|
|
||||||
- variable: tls
|
|
||||||
label: "TLS-Settings"
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: tlsEntry
|
|
||||||
label: "Host"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: hosts
|
|
||||||
label: "Certificate Hosts"
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: host
|
|
||||||
label: "Host"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
required: true
|
|
||||||
- variable: scaleCert
|
|
||||||
label: "Select TrueNAS SCALE Certificate"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
$ref:
|
|
||||||
- "definitions/certificate"
|
|
||||||
- variable: entrypoint
|
|
||||||
label: "(Advanced) Traefik Entrypoint"
|
|
||||||
description: "Entrypoint used by Traefik when using Traefik as Ingress Provider"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "websecure"
|
|
||||||
required: true
|
|
||||||
- variable: middlewares
|
|
||||||
label: "Traefik Middlewares"
|
|
||||||
description: "Add previously created Traefik Middlewares to this Ingress"
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: name
|
|
||||||
label: "Name"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- variable: expert
|
|
||||||
label: "Show Expert Configuration Options"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
show_subquestions_if: true
|
|
||||||
subquestions:
|
|
||||||
- variable: ingressClassName
|
|
||||||
label: "IngressClass Name"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: labelsList
|
|
||||||
label: "Labels"
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: labelItem
|
|
||||||
label: "Label"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: name
|
|
||||||
label: "Name"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: value
|
|
||||||
label: "Value"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: annotationsList
|
|
||||||
label: "Annotations"
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: annotationItem
|
|
||||||
label: "Label"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: name
|
|
||||||
label: "Name"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
- variable: value
|
|
||||||
label: "Value"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
|
|
||||||
# Include{ingressList}
|
|
||||||
|
|
||||||
- variable: securityContext
|
|
||||||
group: "Security and Permissions"
|
|
||||||
label: "Security Context"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: privileged
|
|
||||||
label: "Privileged mode"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: readOnlyRootFilesystem
|
|
||||||
label: "ReadOnly Root Filesystem"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: allowPrivilegeEscalation
|
|
||||||
label: "Allow Privilege Escalation"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
- variable: runAsNonRoot
|
|
||||||
label: "runAsNonRoot"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
|
|
||||||
- variable: podSecurityContext
|
|
||||||
group: "Security and Permissions"
|
|
||||||
label: "Pod Security Context"
|
|
||||||
schema:
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
- variable: runAsUser
|
|
||||||
label: "runAsUser"
|
|
||||||
description: "The UserID of the user running the application"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 0
|
|
||||||
- variable: runAsGroup
|
|
||||||
label: "runAsGroup"
|
|
||||||
description: The groupID this App of the user running the application"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 0
|
|
||||||
- variable: fsGroup
|
|
||||||
label: "fsGroup"
|
|
||||||
description: "The group that should own ALL storage."
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
default: 568
|
|
||||||
- variable: supplementalGroups
|
|
||||||
label: "supplemental Groups"
|
|
||||||
schema:
|
|
||||||
type: list
|
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: supplementalGroupsEntry
|
|
||||||
label: "supplemental Group"
|
|
||||||
schema:
|
|
||||||
type: int
|
|
||||||
- variable: fsGroupChangePolicy
|
|
||||||
label: "When should we take ownership?"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: "OnRootMismatch"
|
|
||||||
enum:
|
|
||||||
- value: "OnRootMismatch"
|
|
||||||
description: "OnRootMismatch"
|
|
||||||
- value: "Always"
|
|
||||||
description: "Always"
|
|
||||||
|
|
||||||
# Include{resources}
|
|
||||||
|
|
||||||
# Include{advanced}
|
|
||||||
|
|
||||||
# Include{addons}
|
|
||||||
@@ -1,69 +0,0 @@
|
|||||||
image:
|
|
||||||
# -- image repository
|
|
||||||
repository: ghcr.io/linuxserver/librespeed
|
|
||||||
# -- image tag
|
|
||||||
tag: 5.2.4@sha256:a959471ba82cfa2ea290128b799f3ddbe333706c405e4b45bfcd5841d359f554
|
|
||||||
# -- image pull policy
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
securityContext:
|
|
||||||
readOnlyRootFilesystem: false
|
|
||||||
runAsNonRoot: false
|
|
||||||
|
|
||||||
podSecurityContext:
|
|
||||||
runAsUser: 0
|
|
||||||
runAsGroup: 0
|
|
||||||
|
|
||||||
|
|
||||||
# -- environment variables. See [image docs](https://hub.docker.com/r/linuxserver/librespeed) for more details.
|
|
||||||
# @default -- See below
|
|
||||||
secret:
|
|
||||||
PASSWORD: "changeme"
|
|
||||||
|
|
||||||
env:
|
|
||||||
# -- Set the container timezone
|
|
||||||
TZ: UTC
|
|
||||||
# -- Specify the user ID the application will run as
|
|
||||||
PUID: "568"
|
|
||||||
CUSTOM_RESULTS: false
|
|
||||||
|
|
||||||
envTpl:
|
|
||||||
DB_TYPE: "postgresql"
|
|
||||||
DB_NAME: "{{ .Values.postgresql.postgresqlDatabase }}"
|
|
||||||
DB_USERNAME: "{{ .Values.postgresql.postgresqlUsername }}"
|
|
||||||
DB_PORT: "5432"
|
|
||||||
|
|
||||||
envValueFrom:
|
|
||||||
DB_PASSWORD:
|
|
||||||
secretKeyRef:
|
|
||||||
name: dbcreds
|
|
||||||
key: postgresql-password
|
|
||||||
DB_HOSTNAME:
|
|
||||||
secretKeyRef:
|
|
||||||
name: dbcreds
|
|
||||||
key: plainhost
|
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
service:
|
|
||||||
main:
|
|
||||||
ports:
|
|
||||||
main:
|
|
||||||
port: 80
|
|
||||||
|
|
||||||
# -- Configure persistence settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
persistence:
|
|
||||||
config:
|
|
||||||
enabled: true
|
|
||||||
mountPath: /config
|
|
||||||
varrun:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
# -- Enable and configure postgresql database subchart under this key.
|
|
||||||
# @default -- Enabled (see values.yaml for more details)
|
|
||||||
postgresql:
|
|
||||||
enabled: true
|
|
||||||
existingSecret: "dbcreds"
|
|
||||||
postgresqlDatabase: librespeed
|
|
||||||
postgresqlUsername: librespeed
|
|
||||||
@@ -26,7 +26,7 @@ sources:
|
|||||||
- https://github.com/Logitech/slimserver
|
- https://github.com/Logitech/slimserver
|
||||||
- https://hub.docker.com/r/lmscommunity/logitechmediaserver
|
- https://hub.docker.com/r/lmscommunity/logitechmediaserver
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.11
|
version: 1.0.12
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ sources:
|
|||||||
- https://github.com/HaveAGitGat/Tdarr
|
- https://github.com/HaveAGitGat/Tdarr
|
||||||
- https://hub.docker.com/r/haveagitgat/tdarr_node
|
- https://hub.docker.com/r/haveagitgat/tdarr_node
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.10
|
version: 0.0.11
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ sources:
|
|||||||
- https://github.com/HaveAGitGat/Tdarr
|
- https://github.com/HaveAGitGat/Tdarr
|
||||||
- https://hub.docker.com/r/haveagitgat/tdarr
|
- https://hub.docker.com/r/haveagitgat/tdarr
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.10
|
version: 0.0.11
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
{{ include "common.all" . }}
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
# Patterns to ignore when building packages.
|
|
||||||
# This supports shell glob matching, relative path matching, and
|
|
||||||
# negation (prefixed with !). Only one pattern per line.
|
|
||||||
.DS_Store
|
|
||||||
# Common VCS dirs
|
|
||||||
.git/
|
|
||||||
.gitignore
|
|
||||||
.bzr/
|
|
||||||
.bzrignore
|
|
||||||
.hg/
|
|
||||||
.hgignore
|
|
||||||
.svn/
|
|
||||||
# Common backup files
|
|
||||||
*.swp
|
|
||||||
*.bak
|
|
||||||
*.tmp
|
|
||||||
*~
|
|
||||||
# Various IDEs
|
|
||||||
.project
|
|
||||||
.idea/
|
|
||||||
*.tmproj
|
|
||||||
.vscode/
|
|
||||||
# OWNERS file for Kubernetes
|
|
||||||
OWNERS
|
|
||||||
# helm-docs templates
|
|
||||||
*.gotmpl
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
# Configuration Options
|
|
||||||
|
|
||||||
##### Connecting to other apps
|
|
||||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
|
|
||||||
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
|
|
||||||
|
|
||||||
##### Available config options
|
|
||||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
{{ include "common.all" . }}
|
|
||||||
@@ -1,26 +0,0 @@
|
|||||||
# Patterns to ignore when building packages.
|
|
||||||
# This supports shell glob matching, relative path matching, and
|
|
||||||
# negation (prefixed with !). Only one pattern per line.
|
|
||||||
.DS_Store
|
|
||||||
# Common VCS dirs
|
|
||||||
.git/
|
|
||||||
.gitignore
|
|
||||||
.bzr/
|
|
||||||
.bzrignore
|
|
||||||
.hg/
|
|
||||||
.hgignore
|
|
||||||
.svn/
|
|
||||||
# Common backup files
|
|
||||||
*.swp
|
|
||||||
*.bak
|
|
||||||
*.tmp
|
|
||||||
*~
|
|
||||||
# Various IDEs
|
|
||||||
.project
|
|
||||||
.idea/
|
|
||||||
*.tmproj
|
|
||||||
.vscode/
|
|
||||||
# OWNERS file for Kubernetes
|
|
||||||
OWNERS
|
|
||||||
# helm-docs templates
|
|
||||||
*.gotmpl
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
# Configuration Options
|
|
||||||
|
|
||||||
##### Connecting to other apps
|
|
||||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
|
|
||||||
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
|
|
||||||
|
|
||||||
##### Available config options
|
|
||||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
|
||||||
@@ -19,7 +19,7 @@ sources:
|
|||||||
- https://github.com/airsonic/airsonic
|
- https://github.com/airsonic/airsonic
|
||||||
- https://github.com/linuxserver/docker-airsonic
|
- https://github.com/linuxserver/docker-airsonic
|
||||||
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
|
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
|
||||||
version: 3.0.18
|
version: 3.0.20
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ maintainers:
|
|||||||
name: amcrest2mqtt
|
name: amcrest2mqtt
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/dchesterton/amcrest2mqtt
|
- https://github.com/dchesterton/amcrest2mqtt
|
||||||
version: 0.0.11
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
+1
-1
@@ -20,7 +20,7 @@ maintainers:
|
|||||||
name: apache-musicindex
|
name: apache-musicindex
|
||||||
sources:
|
sources:
|
||||||
- http://hacks.slashdirt.org/sw/musicindex/
|
- http://hacks.slashdirt.org/sw/musicindex/
|
||||||
version: 0.0.11
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
@@ -26,7 +26,7 @@ name: appdaemon
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/AppDaemon/appdaemon
|
- https://github.com/AppDaemon/appdaemon
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.15
|
version: 5.0.16
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ maintainers:
|
|||||||
name: aria2
|
name: aria2
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/P3TERX/Aria2-Pro-Docker
|
- https://github.com/P3TERX/Aria2-Pro-Docker
|
||||||
version: 0.0.11
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://github.com/linuxserver/docker-audacity
|
- https://github.com/linuxserver/docker-audacity
|
||||||
- https://www.audacityteam.org/
|
- https://www.audacityteam.org/
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.11
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
@@ -38,7 +38,7 @@ sources:
|
|||||||
- https://github.com/authelia/chartrepo
|
- https://github.com/authelia/chartrepo
|
||||||
- https://github.com/authelia/authelia
|
- https://github.com/authelia/authelia
|
||||||
type: application
|
type: application
|
||||||
version: 5.0.2
|
version: 5.0.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- security
|
- security
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "1.9.0"
|
appVersion: "1.9.0"
|
||||||
kubeVersion: '>=1.16.0-0'
|
kubeVersion: '>=1.16.0-0'
|
||||||
version: 1.0.2
|
version: 2.0.1
|
||||||
name: babybuddy
|
name: babybuddy
|
||||||
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
||||||
type: application
|
type: application
|
||||||
@@ -29,7 +29,7 @@ sources:
|
|||||||
- https://github.com/morpheus65535/bazarr
|
- https://github.com/morpheus65535/bazarr
|
||||||
- https://hub.docker.com/r/linuxserver/bazarr
|
- https://hub.docker.com/r/linuxserver/bazarr
|
||||||
type: application
|
type: application
|
||||||
version: 8.0.16
|
version: 8.0.17
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://github.com/linuxserver/docker-beets
|
- https://github.com/linuxserver/docker-beets
|
||||||
- https://beets.io/
|
- https://beets.io/
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.11
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
@@ -20,7 +20,7 @@ name: booksonic-air
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/popeen/Booksonic-Air
|
- https://github.com/popeen/Booksonic-Air
|
||||||
- https://hub.docker.com/r/linuxserver/booksonic-air
|
- https://hub.docker.com/r/linuxserver/booksonic-air
|
||||||
version: 3.0.17
|
version: 3.0.18
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://hub.docker.com/r/linuxserver/calibre-web/
|
- https://hub.docker.com/r/linuxserver/calibre-web/
|
||||||
- https://github.com/janeczku/calibre-web
|
- https://github.com/janeczku/calibre-web
|
||||||
type: application
|
type: application
|
||||||
version: 8.0.15
|
version: 8.0.16
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ name: calibre
|
|||||||
sources:
|
sources:
|
||||||
- https://hub.docker.com/r/linuxserver/calibre/
|
- https://hub.docker.com/r/linuxserver/calibre/
|
||||||
- https://github.com/kovidgoyal/calibre/
|
- https://github.com/kovidgoyal/calibre/
|
||||||
version: 3.0.16
|
version: 3.0.17
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://github.com/c9/core
|
- https://github.com/c9/core
|
||||||
- https://hub.docker.com/r/linuxserver/cloud9
|
- https://hub.docker.com/r/linuxserver/cloud9
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.11
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
@@ -22,7 +22,7 @@ sources:
|
|||||||
- https://github.com/cdr/code-server
|
- https://github.com/cdr/code-server
|
||||||
- https://hub.docker.com/r/linuxserver/code-server
|
- https://hub.docker.com/r/linuxserver/code-server
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.11
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
@@ -25,7 +25,7 @@ sources:
|
|||||||
- https://sdk.collaboraonline.com/contents.html
|
- https://sdk.collaboraonline.com/contents.html
|
||||||
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
|
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
|
||||||
type: application
|
type: application
|
||||||
version: 8.0.16
|
version: 8.0.17
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- office
|
- office
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ maintainers:
|
|||||||
name: cryptofolio
|
name: cryptofolio
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/Xtrendence/cryptofolio
|
- https://github.com/Xtrendence/cryptofolio
|
||||||
version: 0.0.11
|
version: 1.0.1
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user