feat(Incubator): Move Kasm + YouTransfer 2 stable (#4610)

* feat(Incubator): Move Kasm + YouTransfer 2 stable

* Update charts/stable/youtransfer/Chart.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* fix

* upd

* yeet

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
This commit is contained in:
StevenMcElligott 2022-11-20 10:00:22 -05:00 committed by GitHub
parent b26b039e51
commit 2e2e67b1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 34 additions and 36 deletions

View File

@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/kasm
- https://github.com/linuxserver/docker-kasm#readme
type: application
version: 3.0.1
version: 3.1.0

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -10,8 +10,8 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 11.0.3
deprecated: false
description: "YouTransfer is a simple but elegant self-hosted file transfer &amp; sharing solution. It is an alternative to paid services like Dropbox and WeTransfer by offering similar features but without limitations, price plans and a lengthy privacy policy. You remain in control of your files."
home: https://truecharts.org/docs/charts/incubator/youtransfer
description: YouTransfer is a simple but elegant self-hosted file transfer sharing solution.
home: https://truecharts.org/docs/charts/stable/youtransfer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.png
keywords:
- youtransfer
@ -24,7 +24,7 @@ maintainers:
url: https://truecharts.org
name: youtransfer
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/youtransfer
- https://github.com/truecharts/charts/tree/master/charts/stable/youtransfer
- https://github.com/YouTransfer/YouTransfer
- https://hub.docker.com/r/remie/youtransfer/
type: application

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -11,8 +11,8 @@ questions:
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
label: Main Service
description: The Primary service on which the healthcheck runs, often the webUI
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
@ -20,14 +20,14 @@ questions:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
label: Main Service Port Configuration
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
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 5000
@ -38,16 +38,16 @@ questions:
# Include{serviceList}
# Include{persistenceRoot}
- variable: config
label: config Storage
description: Config Path
label: "config Storage"
description: "Config Path"
schema:
additional_attrs: true
type: dict
attrs:
# Include{persistenceBasic}
- variable: uploads
label: Uploads Storage
description: Uploads Path
- variable: hostpath3
label: "hostpath3 Storage"
description: "Uploads Path"
schema:
additional_attrs: true
type: dict
@ -56,7 +56,7 @@ questions:
# Include{persistenceList}
# Include{ingressRoot}
- variable: main
label: Main Ingress
label: "Main Ingress"
schema:
additional_attrs: true
type: dict
@ -68,41 +68,41 @@ questions:
# Include{security}
# Include{securityContextAdvancedRoot}
- variable: privileged
label: Privileged mode
label: "Privileged mode"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: ReadOnly Root Filesystem
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: Allow Privilege Escalation
label: "Allow Privilege Escalation"
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: false
# Include{podSecurityContextRoot}
- variable: runAsUser
label: runAsUser
description: The UserID of the user running the application
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
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.
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568

View File

@ -1,8 +1,15 @@
env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/youtransfer
tag: latest@sha256:7e3253304dce56c3eac8f1966e7a70fdd4e62dcafe4be28cb0152a2d3da3560b
persistence:
config:
enabled: true
mountPath: /opt/youtransfer/config
hostpath3:
enabled: true
mountPath: /opt/youtransfer/uploads
podSecurityContext:
runAsGroup: 0
runAsUser: 0
@ -14,17 +21,8 @@ service:
ports:
main:
port: 5000
protocol: HTTP
protocol: TCP
targetPort: 5000
portal:
enabled: true
persistence:
config:
enabled: true
mountPath: /opt/youtransfer/config
uploads:
enabled: true
mountPath: /opt/youtransfer/uploads
type: hostPath