Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-01-23 21:09:11 +00:00
parent 24ae604274
commit ea6c0baa8d
14 changed files with 3194 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Changelog<br>
<a name="airdcpp-webclient-1.0.0"></a>
### [airdcpp-webclient-1.0.0](https://github.com/truecharts/apps/compare/airdcpp-webclient-0.0.1...airdcpp-webclient-1.0.0) (2022-01-23)
#### Feat
* move to stable ([#1770](https://github.com/truecharts/apps/issues/1770))
<a name="airdcpp-webclient-0.0.1"></a>
### airdcpp-webclient-0.0.1 (2022-01-22)
#### Feat
* Add airdcpp-webclient ([#1752](https://github.com/truecharts/apps/issues/1752))

View File

@ -0,0 +1,8 @@
# Configuration Options
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://truecharts.org
version: 8.13.5
digest: sha256:089b20485a4e5d995aabc8ef1ecc92e55acb922e4f3f263f2b8c7bfcc26bfd8b
generated: "2022-01-23T21:05:40.685046345Z"

View File

@ -0,0 +1,31 @@
apiVersion: v2
appVersion: "2.11.2"
dependencies:
- name: common
repository: https://truecharts.org
version: 8.13.5
deprecated: false
description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet.
home: https://github.com/truecharts/apps/tree/master/charts/stable/airdcpp-webclient
icon: https://truecharts.org/_static/img/appicons/airdcpp-webclient-icon.png
keywords:
- DC++
- dcpp
- airdcpp
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: airdcpp-webclient
sources:
- https://airdcpp-web.github.io/
- https://github.com/airdcpp-web/airdcpp-webclient
- https://hub.docker.com/r/gangefors/airdcpp-webclient
type: application
version: 1.0.0
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,39 @@
# Introduction
AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet.
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
* <https://airdcpp-web.github.io/>
* <https://github.com/airdcpp-web/airdcpp-webclient>
* <https://hub.docker.com/r/gangefors/airdcpp-webclient>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 8.13.5 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
## Uninstalling the Chart
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
- See the [Wiki](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
---
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,3 @@
AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet.
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

View File

@ -0,0 +1,35 @@
# Default Helm-Values
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
Most of our Apps also consume our "common" Helm Chart.
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/airdcpp-webclient"` | |
| image.tag | string | `"v2.11.2@sha256:9dfc8d1ca4ff738c9586c902eaf3dc92d914412e5a8f3ec9a5002633a58d7a35"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/.airdcpp"` | |
| service.encrypted-tcp.enabled | bool | `true` | |
| service.encrypted-tcp.ports.encrypted-tcp.enabled | bool | `true` | |
| service.encrypted-tcp.ports.encrypted-tcp.port | int | `21249` | |
| service.encrypted-tcp.ports.encrypted-tcp.targetPort | int | `21249` | |
| service.main.ports.main.port | int | `10155` | |
| service.main.ports.main.targetPort | int | `5600` | |
| service.search-udp.enabled | bool | `true` | |
| service.search-udp.ports.search-udp.enabled | bool | `true` | |
| service.search-udp.ports.search-udp.port | int | `21248` | |
| service.search-udp.ports.search-udp.protocol | string | `"UDP"` | |
| service.search-udp.ports.search-udp.targetPort | int | `21248` | |
| service.unencrypted-tcp.enabled | bool | `true` | |
| service.unencrypted-tcp.ports.unencrypted-tcp.enabled | bool | `true` | |
| service.unencrypted-tcp.ports.unencrypted-tcp.port | int | `21248` | |
| service.unencrypted-tcp.ports.unencrypted-tcp.targetPort | int | `21248` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,38 @@
image:
repository: tccr.io/truecharts/airdcpp-webclient
pullPolicy: IfNotPresent
tag: v2.11.2@sha256:9dfc8d1ca4ff738c9586c902eaf3dc92d914412e5a8f3ec9a5002633a58d7a35
service:
main:
ports:
main:
port: 10155
targetPort: 5600
unencrypted-tcp:
enabled: true
ports:
unencrypted-tcp:
enabled: true
port: 21248
targetPort: 21248
encrypted-tcp:
enabled: true
ports:
encrypted-tcp:
enabled: true
port: 21249
targetPort: 21249
search-udp:
enabled: true
ports:
search-udp:
enabled: true
protocol: UDP
port: 21248
targetPort: 21248
persistence:
config:
enabled: true
mountPath: "/.airdcpp"

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{{ include "common.all" . }}

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/airdcpp-webclient-icon.png
categories:
- media