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 17:00:22 +02:00
committed by GitHub
co-authored by Stavros Kois Stavros kois
parent b26b039e51
commit 2e2e67b1f7
16 changed files with 34 additions and 36 deletions
@@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/kasm - https://github.com/orgs/linuxserver/packages/container/package/kasm
- https://github.com/linuxserver/docker-kasm#readme - https://github.com/linuxserver/docker-kasm#readme
type: application type: application
version: 3.0.1 version: 3.1.0

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

@@ -10,8 +10,8 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 11.0.3 version: 11.0.3
deprecated: false 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." description: YouTransfer is a simple but elegant self-hosted file transfer sharing solution.
home: https://truecharts.org/docs/charts/incubator/youtransfer home: https://truecharts.org/docs/charts/stable/youtransfer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtransfer.png
keywords: keywords:
- youtransfer - youtransfer
@@ -24,7 +24,7 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: youtransfer name: youtransfer
sources: 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://github.com/YouTransfer/YouTransfer
- https://hub.docker.com/r/remie/youtransfer/ - https://hub.docker.com/r/remie/youtransfer/
type: application type: application

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

@@ -11,8 +11,8 @@ questions:
# Include{containerConfig} # Include{containerConfig}
# Include{serviceRoot} # Include{serviceRoot}
- variable: main - variable: main
label: Main Service label: "Main Service"
description: The Primary service on which the healthcheck runs, often the webUI description: "The Primary service on which the healthcheck runs, often the webUI"
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -20,14 +20,14 @@ questions:
# Include{serviceSelectorLoadBalancer} # Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras} # Include{serviceSelectorExtras}
- variable: main - variable: main
label: Main Service Port Configuration label: "Main Service Port Configuration"
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: port - variable: port
label: Port label: "Port"
description: This port exposes the container port on the service description: "This port exposes the container port on the service"
schema: schema:
type: int type: int
default: 5000 default: 5000
@@ -38,16 +38,16 @@ questions:
# Include{serviceList} # Include{serviceList}
# Include{persistenceRoot} # Include{persistenceRoot}
- variable: config - variable: config
label: config Storage label: "config Storage"
description: Config Path description: "Config Path"
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
# Include{persistenceBasic} # Include{persistenceBasic}
- variable: uploads - variable: hostpath3
label: Uploads Storage label: "hostpath3 Storage"
description: Uploads Path description: "Uploads Path"
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -56,7 +56,7 @@ questions:
# Include{persistenceList} # Include{persistenceList}
# Include{ingressRoot} # Include{ingressRoot}
- variable: main - variable: main
label: Main Ingress label: "Main Ingress"
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
@@ -68,41 +68,41 @@ questions:
# Include{security} # Include{security}
# Include{securityContextAdvancedRoot} # Include{securityContextAdvancedRoot}
- variable: privileged - variable: privileged
label: Privileged mode label: "Privileged mode"
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: readOnlyRootFilesystem - variable: readOnlyRootFilesystem
label: ReadOnly Root Filesystem label: "ReadOnly Root Filesystem"
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: allowPrivilegeEscalation - variable: allowPrivilegeEscalation
label: Allow Privilege Escalation label: "Allow Privilege Escalation"
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: runAsNonRoot - variable: runAsNonRoot
label: runAsNonRoot label: "runAsNonRoot"
schema: schema:
type: boolean type: boolean
default: false default: false
# Include{podSecurityContextRoot} # Include{podSecurityContextRoot}
- variable: runAsUser - variable: runAsUser
label: runAsUser label: "runAsUser"
description: The UserID of the user running the application description: "The UserID of the user running the application"
schema: schema:
type: int type: int
default: 0 default: 0
- variable: runAsGroup - variable: runAsGroup
label: runAsGroup label: "runAsGroup"
description: The groupID this App of the user running the application description: The groupID this App of the user running the application"
schema: schema:
type: int type: int
default: 0 default: 0
- variable: fsGroup - variable: fsGroup
label: fsGroup label: "fsGroup"
description: The group that should own ALL storage. description: "The group that should own ALL storage."
schema: schema:
type: int type: int
default: 568 default: 568
@@ -1,8 +1,15 @@
env: {}
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/youtransfer repository: tccr.io/truecharts/youtransfer
tag: latest@sha256:7e3253304dce56c3eac8f1966e7a70fdd4e62dcafe4be28cb0152a2d3da3560b tag: latest@sha256:7e3253304dce56c3eac8f1966e7a70fdd4e62dcafe4be28cb0152a2d3da3560b
persistence:
config:
enabled: true
mountPath: /opt/youtransfer/config
hostpath3:
enabled: true
mountPath: /opt/youtransfer/uploads
podSecurityContext: podSecurityContext:
runAsGroup: 0 runAsGroup: 0
runAsUser: 0 runAsUser: 0
@@ -14,17 +21,8 @@ service:
ports: ports:
main: main:
port: 5000 port: 5000
protocol: HTTP protocol: TCP
targetPort: 5000 targetPort: 5000
portal: portal:
enabled: true enabled: true
persistence:
config:
enabled: true
mountPath: /opt/youtransfer/config
uploads:
enabled: true
mountPath: /opt/youtransfer/uploads
type: hostPath