Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
02158cd96f
commit
bb1b2f8346
|
@ -0,0 +1,8 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [scrypted-0.0.1]scrypted-0.0.1 (2023-02-18)
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
apiVersion: v2
|
||||
appVersion: "0.6.16"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.1.2
|
||||
deprecated: false
|
||||
description: Scrypted is a high performance home video integration and automation platform.
|
||||
home: https://truecharts.org/charts/incubator/scrypted
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.png
|
||||
keywords:
|
||||
- scrypted
|
||||
- automation
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: scrypted
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/scrypted
|
||||
- https://ghcr.io/koush/scrypted
|
||||
- https://github.com/koush/scrypted
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
- automation
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1 @@
|
|||
# README
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
## [scrypted-0.0.1]scrypted-0.0.1 (2023-02-18)
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
Scrypted is a high performance home video integration and automation platform.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/scrypted](https://truecharts.org/charts/incubator/scrypted)
|
||||
|
||||
---
|
||||
|
||||
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.
|
@ -0,0 +1,47 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/scrypted-thin
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.6.16@sha256:6b89c432fc1fb86609803e4e10bdbf797916c989a7a7b6a4b1763b9aa7c9826c
|
||||
|
||||
liteImage:
|
||||
repository: tccr.io/truecharts/scrypted-lite
|
||||
tag: 0.6.16@sha256:d500c795513f0cdb0ba85037350f0a7939d45f1b9f15c2b88c017dc0d64da240
|
||||
pullPolicy: Always
|
||||
|
||||
fullImage:
|
||||
repository: tccr.io/truecharts/scrypted-full
|
||||
tag: 0.6.16@sha256:26b8fcf9dcc3378cb73e8ea3d591a16bd42ba4ea4c795b927f506ad148558c30
|
||||
pullPolicy: Always
|
||||
|
||||
imageSelector: image
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
env:
|
||||
SCRYPTED_INSECURE_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
# SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION: Bearer SET_THIS_TO_SOME_RANDOM_TEXT
|
||||
# SCRYPTED_WEBHOOK_UPDATE: http://localhost:10444/v1/update
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: HTTP
|
||||
port: 10611
|
||||
|
||||
persistence:
|
||||
server:
|
||||
enabled: true
|
||||
mountPath: /server/volume
|
||||
media:
|
||||
enabled: true
|
||||
mountPath: /media/external
|
||||
|
||||
portal:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{ include "tc.common.loader.all" . }}
|
|
@ -0,0 +1,5 @@
|
|||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.png
|
||||
categories:
|
||||
- media
|
||||
- automation
|
||||
|
Loading…
Reference in New Issue