Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [youtransfer-2.0.1](https://github.com/truecharts/charts/compare/youtransfer-2.0.0...youtransfer-2.0.1) (2022-11-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))
|
||||
|
||||
|
||||
@@ -28,4 +28,4 @@ sources:
|
||||
- https://github.com/YouTransfer/YouTransfer
|
||||
- https://hub.docker.com/r/remie/youtransfer/
|
||||
type: application
|
||||
version: 2.0.1
|
||||
version: 2.1.0
|
||||
9
incubator/youtransfer/2.1.0/app-changelog.md
Normal file
9
incubator/youtransfer/2.1.0/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [youtransfer-2.1.0](https://github.com/truecharts/charts/compare/youtransfer-2.0.1...youtransfer-2.1.0) (2022-11-19)
|
||||
|
||||
### Feat
|
||||
|
||||
- Fix port + storage ([#4599](https://github.com/truecharts/charts/issues/4599))
|
||||
|
||||
|
||||
@@ -1,15 +1,8 @@
|
||||
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
|
||||
@@ -21,8 +14,17 @@ service:
|
||||
ports:
|
||||
main:
|
||||
port: 5000
|
||||
protocol: TCP
|
||||
protocol: HTTP
|
||||
targetPort: 5000
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /opt/youtransfer/config
|
||||
uploads:
|
||||
enabled: true
|
||||
mountPath: /opt/youtransfer/uploads
|
||||
type: hostPath
|
||||
@@ -120,8 +120,8 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- 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
|
||||
@@ -159,14 +159,14 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- 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
|
||||
@@ -404,8 +404,8 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: config
|
||||
label: "config Storage"
|
||||
description: "Config Path"
|
||||
label: config Storage
|
||||
description: Config Path
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
@@ -473,9 +473,9 @@ questions:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: 256Gi
|
||||
- variable: hostpath3
|
||||
label: "hostpath3 Storage"
|
||||
description: "Uploads Path"
|
||||
- variable: uploads
|
||||
label: Uploads Storage
|
||||
description: Uploads Path
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
@@ -640,7 +640,7 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: main
|
||||
label: "Main Ingress"
|
||||
label: Main Ingress
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
@@ -927,22 +927,22 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- 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
|
||||
@@ -954,20 +954,20 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- 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
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [digikam-6.0.2](https://github.com/truecharts/charts/compare/digikam-6.0.1...digikam-6.0.2) (2022-11-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/digikam to v7.8.0 ([#4548](https://github.com/truecharts/charts/issues/4548))
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/linuxserver/docker-digikam
|
||||
- https://www.digikam.org/
|
||||
type: application
|
||||
version: 6.0.2
|
||||
version: 6.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
4
stable/digikam/6.0.3/app-changelog.md
Normal file
4
stable/digikam/6.0.3/app-changelog.md
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
## [digikam-6.0.3](https://github.com/truecharts/charts/compare/digikam-6.0.2...digikam-6.0.3) (2022-11-19)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/digikam
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v7.8.0@sha256:aa44a514b8d66d3819445a8c4b8d46989bac78bfa00cb8a60b844b4aac12ff95
|
||||
tag: v7.8.0@sha256:0f0810c0510f281c04e8da81a55b30f962dc9b7fcd559247af6c20a0eadf16fe
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
99
stable/synctube/2.1.1/CHANGELOG.md
Normal file
99
stable/synctube/2.1.1/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [synctube-1.0.0](https://github.com/truecharts/charts/compare/synctube-0.0.34...synctube-1.0.0) (2022-11-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Major Change to GUI
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [synctube-0.0.37](https://github.com/truecharts/charts/compare/synctube-0.0.34...synctube-0.0.37) (2022-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [synctube-0.0.36](https://github.com/truecharts/charts/compare/synctube-0.0.34...synctube-0.0.36) (2022-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [synctube-0.0.36](https://github.com/truecharts/charts/compare/synctube-0.0.34...synctube-0.0.36) (2022-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [synctube-0.0.36](https://github.com/truecharts/charts/compare/synctube-0.0.34...synctube-0.0.36) (2022-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [synctube-0.0.35](https://github.com/truecharts/charts/compare/synctube-0.0.34...synctube-0.0.35) (2022-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [synctube-0.0.35](https://github.com/truecharts/charts/compare/synctube-0.0.34...synctube-0.0.35) (2022-11-06)
|
||||
|
||||
### Chore
|
||||
|
||||
39
stable/synctube/2.1.1/Chart.yaml
Normal file
39
stable/synctube/2.1.1/Chart.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.0.3
|
||||
deprecated: false
|
||||
description: "Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally."
|
||||
home: https://truecharts.org/docs/charts/stable/synctube
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.png
|
||||
keywords:
|
||||
- synctube
|
||||
- Cloud
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
- MediaApp-Video
|
||||
- MediaServer-Video
|
||||
- Network-Web
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: synctube
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/synctube
|
||||
- https://github.com/RblSb/SyncTube
|
||||
- https://hub.docker.com/r/littlestache/synctube
|
||||
type: application
|
||||
version: 2.1.1
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Cloud
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
- MediaApp-Video
|
||||
- MediaServer-Video
|
||||
- Network-Web
|
||||
107
stable/synctube/2.1.1/README.md
Normal file
107
stable/synctube/2.1.1/README.md
Normal file
@@ -0,0 +1,107 @@
|
||||
# synctube
|
||||
|
||||
Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally.
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
|
||||
For more information, please click here: [synctube](https://truecharts.org/docs/charts/incubator/synctube)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/charts/tree/master/charts/incubator/synctube>
|
||||
* <https://github.com/RblSb/SyncTube>
|
||||
* <https://hub.docker.com/r/littlestache/synctube>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.9.4 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `synctube`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install synctube TrueCharts/synctube
|
||||
```
|
||||
|
||||
## Uninstall
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To uninstall the `synctube` deployment
|
||||
|
||||
```console
|
||||
helm uninstall synctube
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Helm
|
||||
|
||||
#### Available Settings
|
||||
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common).
|
||||
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
```console
|
||||
helm install synctube \
|
||||
--set env.TZ="America/New York" \
|
||||
TrueCharts/synctube
|
||||
```
|
||||
|
||||
#### Configure using a yaml file
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||
|
||||
```console
|
||||
helm install synctube TrueCharts/synctube -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other charts
|
||||
|
||||
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
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!
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
9
stable/synctube/2.1.1/app-changelog.md
Normal file
9
stable/synctube/2.1.1/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [synctube-2.1.1](https://github.com/truecharts/charts/compare/synctube-2.1.0...synctube-2.1.1) (2022-11-19)
|
||||
|
||||
### Feat
|
||||
|
||||
- Move Synctube + Webtop to stable ([#4598](https://github.com/truecharts/charts/issues/4598))
|
||||
|
||||
|
||||
8
stable/synctube/2.1.1/app-readme.md
Normal file
8
stable/synctube/2.1.1/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/synctube](https://truecharts.org/docs/charts/stable/synctube)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
|
||||
BIN
stable/synctube/2.1.1/charts/common-11.0.3.tgz
Normal file
BIN
stable/synctube/2.1.1/charts/common-11.0.3.tgz
Normal file
Binary file not shown.
24
stable/synctube/2.1.1/ix_values.yaml
Normal file
24
stable/synctube/2.1.1/ix_values.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/synctube
|
||||
tag: latest@sha256:1c736bce2356e0d7e8f5bb8ba428dc8aae17d051c0bc9a2bcd4dd12d9f0959fe
|
||||
persistence:
|
||||
storageconfig:
|
||||
enabled: true
|
||||
mountPath: /usr/src/app/user
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 4200
|
||||
protocol: HTTP
|
||||
targetPort: 4200
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
1829
stable/synctube/2.1.1/questions.yaml
Normal file
1829
stable/synctube/2.1.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
2
stable/synctube/2.1.1/templates/common.yaml
Normal file
2
stable/synctube/2.1.1/templates/common.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
0
stable/synctube/2.1.1/values.yaml
Normal file
0
stable/synctube/2.1.1/values.yaml
Normal file
9
stable/synctube/item.yaml
Normal file
9
stable/synctube/item.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.png
|
||||
categories:
|
||||
- Cloud
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
- MediaApp-Video
|
||||
- MediaServer-Video
|
||||
- Network-Web
|
||||
|
||||
99
stable/webtop/3.0.1/CHANGELOG.md
Normal file
99
stable/webtop/3.0.1/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [webtop-1.0.0](https://github.com/truecharts/charts/compare/webtop-0.0.45...webtop-1.0.0) (2022-11-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Major Change to GUI
|
||||
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update docker general non-major ([#4331](https://github.com/truecharts/charts/issues/4331))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
### Fix
|
||||
|
||||
- change container config label
|
||||
|
||||
|
||||
|
||||
|
||||
## [webtop-0.0.49](https://github.com/truecharts/charts/compare/webtop-0.0.45...webtop-0.0.49) (2022-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349))
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update docker general non-major ([#4331](https://github.com/truecharts/charts/issues/4331))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [webtop-0.0.48](https://github.com/truecharts/charts/compare/webtop-0.0.45...webtop-0.0.48) (2022-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update docker general non-major ([#4331](https://github.com/truecharts/charts/issues/4331))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [webtop-0.0.48](https://github.com/truecharts/charts/compare/webtop-0.0.45...webtop-0.0.48) (2022-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update docker general non-major ([#4331](https://github.com/truecharts/charts/issues/4331))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [webtop-0.0.48](https://github.com/truecharts/charts/compare/webtop-0.0.45...webtop-0.0.48) (2022-11-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342))
|
||||
- update docker general non-major ([#4331](https://github.com/truecharts/charts/issues/4331))
|
||||
- update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329))
|
||||
|
||||
|
||||
|
||||
|
||||
## [webtop-0.0.47](https://github.com/truecharts/charts/compare/webtop-0.0.45...webtop-0.0.47) (2022-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
30
stable/webtop/3.0.1/Chart.yaml
Normal file
30
stable/webtop/3.0.1/Chart.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- Tools-Utilities
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.0.3
|
||||
deprecated: false
|
||||
description: Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based Charts containing full desktop environments in officially supported flavors accessible via any modern web browser.
|
||||
home: https://truecharts.org/docs/charts/stable/webtop
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png
|
||||
keywords:
|
||||
- webtop
|
||||
- Tools-Utilities
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: webtop
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/webtop
|
||||
- https://github.com/linuxserver/gclient
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/webtop
|
||||
- https://github.com/linuxserver/docker-webtop#readme
|
||||
type: application
|
||||
version: 3.0.1
|
||||
108
stable/webtop/3.0.1/README.md
Normal file
108
stable/webtop/3.0.1/README.md
Normal file
@@ -0,0 +1,108 @@
|
||||
# webtop
|
||||
|
||||
Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based Charts containing full desktop environments in officially supported flavors accessible via any modern web browser.
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
|
||||
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
|
||||
For more information, please click here: [webtop](https://truecharts.org/docs/charts/incubator/webtop)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/charts/tree/master/charts/incubator/webtop>
|
||||
* <https://github.com/linuxserver/gclient>
|
||||
* <https://github.com/orgs/linuxserver/packages/container/package/webtop>
|
||||
* <https://github.com/linuxserver/docker-webtop#readme>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.9.4 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To install the chart with the release name `webtop`
|
||||
|
||||
```console
|
||||
helm repo add TrueCharts https://charts.truecharts.org
|
||||
helm repo update
|
||||
helm install webtop TrueCharts/webtop
|
||||
```
|
||||
|
||||
## Uninstall
|
||||
|
||||
### TrueNAS SCALE
|
||||
|
||||
**Upgrading, Rolling Back and Uninstalling the Chart**
|
||||
|
||||
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
|
||||
|
||||
### Helm
|
||||
|
||||
To uninstall the `webtop` deployment
|
||||
|
||||
```console
|
||||
helm uninstall webtop
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Helm
|
||||
|
||||
#### Available Settings
|
||||
|
||||
Read through the values.yaml file. It has several commented out suggested values.
|
||||
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/truecharts/library-charts/tree/main/charts/common).
|
||||
|
||||
#### Configure using the command line
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
|
||||
|
||||
```console
|
||||
helm install webtop \
|
||||
--set env.TZ="America/New York" \
|
||||
TrueCharts/webtop
|
||||
```
|
||||
|
||||
#### Configure using a yaml file
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
|
||||
|
||||
```console
|
||||
helm install webtop TrueCharts/webtop -f values.yaml
|
||||
```
|
||||
|
||||
#### Connecting to other charts
|
||||
|
||||
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
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!
|
||||
|
||||
---
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
9
stable/webtop/3.0.1/app-changelog.md
Normal file
9
stable/webtop/3.0.1/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [webtop-3.0.1](https://github.com/truecharts/charts/compare/webtop-3.0.0...webtop-3.0.1) (2022-11-19)
|
||||
|
||||
### Feat
|
||||
|
||||
- Move Synctube + Webtop to stable ([#4598](https://github.com/truecharts/charts/issues/4598))
|
||||
|
||||
|
||||
8
stable/webtop/3.0.1/app-readme.md
Normal file
8
stable/webtop/3.0.1/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Webtop(https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based Charts containing full desktop environments in officially supported flavors accessible via any modern web browser.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/stable/webtop](https://truecharts.org/docs/charts/stable/webtop)
|
||||
|
||||
---
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!
|
||||
BIN
stable/webtop/3.0.1/charts/common-11.0.3.tgz
Normal file
BIN
stable/webtop/3.0.1/charts/common-11.0.3.tgz
Normal file
Binary file not shown.
32
stable/webtop/3.0.1/ix_values.yaml
Normal file
32
stable/webtop/3.0.1/ix_values.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/webtop
|
||||
tag: latest@sha256:cafa6b241a660b291df8e901d37e9b1a0ff0d9db2224a16ee886365d54b5fd73
|
||||
|
||||
env:
|
||||
KEYBOARD: ""
|
||||
SUBFOLDER: ""
|
||||
CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 33000
|
||||
protocol: HTTP
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
1848
stable/webtop/3.0.1/questions.yaml
Normal file
1848
stable/webtop/3.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
2
stable/webtop/3.0.1/templates/common.yaml
Normal file
2
stable/webtop/3.0.1/templates/common.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
0
stable/webtop/3.0.1/values.yaml
Normal file
0
stable/webtop/3.0.1/values.yaml
Normal file
4
stable/webtop/item.yaml
Normal file
4
stable/webtop/item.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.png
|
||||
categories:
|
||||
- Tools-Utilities
|
||||
|
||||
Reference in New Issue
Block a user