mirror of
https://github.com/truecharts/charts.git
synced 2026-07-12 23:14:09 -03:00
feat(scrypted) add scrypted
This commit is contained in:
30
charts/incubator/scrypted/.helmignore
Normal file
30
charts/incubator/scrypted/.helmignore
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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
|
||||
# docs folder
|
||||
/docs
|
||||
# icon
|
||||
icon.png
|
||||
1
charts/incubator/scrypted/CHANGELOG.md
Normal file
1
charts/incubator/scrypted/CHANGELOG.md
Normal file
@@ -0,0 +1 @@
|
||||
# Changelog
|
||||
31
charts/incubator/scrypted/Chart.yaml
Normal file
31
charts/incubator/scrypted/Chart.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
apiVersion: v2
|
||||
appVersion: "0.6.14"
|
||||
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
|
||||
1
charts/incubator/scrypted/README.md
Normal file
1
charts/incubator/scrypted/README.md
Normal file
@@ -0,0 +1 @@
|
||||
# README
|
||||
1
charts/incubator/scrypted/ci/base-values.yaml
Normal file
1
charts/incubator/scrypted/ci/base-values.yaml
Normal file
@@ -0,0 +1 @@
|
||||
imageSelector: image
|
||||
1
charts/incubator/scrypted/ci/full-values.yaml
Normal file
1
charts/incubator/scrypted/ci/full-values.yaml
Normal file
@@ -0,0 +1 @@
|
||||
imageSelector: fullImage
|
||||
1
charts/incubator/scrypted/ci/lite-values.yaml
Normal file
1
charts/incubator/scrypted/ci/lite-values.yaml
Normal file
@@ -0,0 +1 @@
|
||||
imageSelector: liteImage
|
||||
BIN
charts/incubator/scrypted/icon.png
Normal file
BIN
charts/incubator/scrypted/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
147
charts/incubator/scrypted/questions.yaml
Normal file
147
charts/incubator/scrypted/questions.yaml
Normal file
@@ -0,0 +1,147 @@
|
||||
# Include{groups}
|
||||
portals:
|
||||
open:
|
||||
# Include{portalLink}
|
||||
questions:
|
||||
# Include{global}
|
||||
- variable: imageSelector
|
||||
group: Container Image
|
||||
label: Select Image
|
||||
schema:
|
||||
type: string
|
||||
default: image
|
||||
enum:
|
||||
- value: image
|
||||
description: Thin
|
||||
- value: liteImage
|
||||
description: Lite
|
||||
- value: fullImage
|
||||
description: Full
|
||||
# Include{controller}
|
||||
# Include{replicas}
|
||||
# Include{replica1}
|
||||
# Include{controllerExpertExtraArgs}
|
||||
- variable: env
|
||||
group: App Configuration
|
||||
label: Image Environment
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION
|
||||
label: Scrypted WebHook Update Authorization
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: Bearer MAKE_ME_SECURE
|
||||
- variable: SCRYPTED_WEBHOOK_UPDATE
|
||||
label: Scrypted WebHook Update
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: http://localhost:10611/v1/update
|
||||
# Include{containerConfig}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: Main Service
|
||||
description: The Primary service on which the healthcheck runs, often the webUI
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{serviceSelectorLoadBalancer}
|
||||
# Include{serviceSelectorExtras}
|
||||
- variable: main
|
||||
label: Main Service Port Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: port
|
||||
label: Port
|
||||
description: This port exposes the container port on the service
|
||||
schema:
|
||||
type: int
|
||||
default: 10611
|
||||
required: true
|
||||
# Include{serviceExpertRoot}
|
||||
default: false
|
||||
# Include{serviceExpert}
|
||||
# Include{serviceList}
|
||||
# Include{persistenceRoot}
|
||||
- variable: server
|
||||
label: App Server Storage
|
||||
description: Stores the Application Server.
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
- variable: media
|
||||
label: App Media Storage
|
||||
description: Stores the Application Media.
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceList}
|
||||
# Include{ingressRoot}
|
||||
- variable: main
|
||||
label: Main Ingress
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressList}
|
||||
# Include{security}
|
||||
# Include{securityContextAdvancedRoot}
|
||||
- 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: true
|
||||
# Include{podSecurityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: runAsUser
|
||||
description: The UserID of the user running the application
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: runAsGroup
|
||||
label: runAsGroup
|
||||
description: The groupID this App of the user running the application
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
- variable: fsGroup
|
||||
label: fsGroup
|
||||
description: The group that should own ALL storage.
|
||||
schema:
|
||||
type: int
|
||||
default: 568
|
||||
# Include{podSecurityContextAdvanced}
|
||||
# Include{resources}
|
||||
# Include{advanced}
|
||||
# Include{addons}
|
||||
# Include{codeserver}
|
||||
# Include{vpn}
|
||||
# Include{documentation}
|
||||
1
charts/incubator/scrypted/templates/common.yaml
Normal file
1
charts/incubator/scrypted/templates/common.yaml
Normal file
@@ -0,0 +1 @@
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
38
charts/incubator/scrypted/values.yaml
Normal file
38
charts/incubator/scrypted/values.yaml
Normal file
@@ -0,0 +1,38 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/scrypted-thin
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.6.14@sha256:4de1541011cb56935ba5a8e28a58f6cbcf62a903393dc94581eda0b6e2aa117c
|
||||
|
||||
liteImage:
|
||||
repository: tccr.io/truecharts/scrypted-lite
|
||||
tag: 0.6.14@sha256:8b9f7a6169c9ee827970779eace6c1681013e919cce13589156106ef1e5b30bc
|
||||
pullPolicy: Always
|
||||
|
||||
fullImage:
|
||||
repository: tccr.io/truecharts/scrypted-full
|
||||
tag: 0.6.14@sha256:8b9f7a6169c9ee827970779eace6c1681013e919cce13589156106ef1e5b30bc
|
||||
pullPolicy: Always
|
||||
|
||||
imageSelector: image
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: HTTP
|
||||
targetPort: 8080
|
||||
port: 10611
|
||||
|
||||
persistence:
|
||||
server:
|
||||
enabled: true
|
||||
mountPath: /server/volume
|
||||
media:
|
||||
enabled: true
|
||||
mountPath: /media/external
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user