Daily Housekeeping

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-08-16 13:52:21 +00:00
parent 3a4dd49de2
commit 5d86b37f79
442 changed files with 10706 additions and 1986 deletions
+51 -6
View File
@@ -1,8 +1,53 @@
# Configuration Options
# syncthing
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Together" guide:
https://truecharts.org/manual/linking/
![Version: 6.6.1](https://img.shields.io/badge/Version-6.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
P2P file synchronization application
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/syncthing>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| TrueCharts | info@truecharts.org | truecharts.org |
| luuknieuwdorp | luuk@nieuwdorp.me | nieuwdorp.me |
## Source Code
* <https://syncthing.net/>
* <https://github.com/syncthing/syncthing>
* <https://hub.docker.com/r/syncthing/syncthing>
## Requirements
Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | common | 6.8.0 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"syncthing/syncthing"` | |
| image.tag | string | `"1.18"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/var/syncthing/"` | |
| persistence.config.type | string | `"emptyDir"` | |
| service.discovery.ports.discovery.enabled | bool | `true` | |
| service.discovery.ports.discovery.port | int | `21027` | |
| service.discovery.ports.discovery.protocol | string | `"UDP"` | |
| service.listeners.ports.tcp.enabled | bool | `true` | |
| service.listeners.ports.tcp.port | int | `22000` | |
| service.listeners.ports.tcp.protocol | string | `"TCP"` | |
| service.listeners.ports.udp.enabled | bool | `true` | |
| service.listeners.ports.udp.port | int | `22000` | |
| service.listeners.ports.udp.protocol | string | `"UDP"` | |
| service.main.ports.main.port | int | `8384` | |
| strategy.type | string | `"Recreate"` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
+31 -33
View File
@@ -1,11 +1,17 @@
# Introduction
# syncthing
![Version: 3.1.5](https://img.shields.io/badge/Version-3.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
![Version: 6.6.1](https://img.shields.io/badge/Version-6.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
P2P file synchronization application
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)**
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/syncthing>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| TrueCharts | info@truecharts.org | truecharts.org |
| luuknieuwdorp | luuk@nieuwdorp.me | nieuwdorp.me |
## Source Code
@@ -17,39 +23,31 @@ TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not gu
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | common | 3.5.5 |
| https://truecharts.org/ | common | 6.8.0 |
## Installing the Chart
## Values
To install the chart with the release name `syncthing`
- Open TrueNAS SCALE
- Go to Apps
- Click "Install" for this specific Apps
- Fill out the configuration form
## Uninstalling the Chart
To uninstall the `syncthing` deployment
- Open TrueNAS SCALE
- Go to Apps
- Go to "Installed Apps"
- Expand the menu in the top-right corner of this App
- Click "Remove" for this specific Apps
The command removes all the Kubernetes components associated with the chart **including storage volumes** _(Except hostPath Storage)_ and deletes the release.
## Support
- See the [Wiki](https://truecharts.org)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"syncthing/syncthing"` | |
| image.tag | string | `"1.18"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/var/syncthing/"` | |
| persistence.config.type | string | `"emptyDir"` | |
| service.discovery.ports.discovery.enabled | bool | `true` | |
| service.discovery.ports.discovery.port | int | `21027` | |
| service.discovery.ports.discovery.protocol | string | `"UDP"` | |
| service.listeners.ports.tcp.enabled | bool | `true` | |
| service.listeners.ports.tcp.port | int | `22000` | |
| service.listeners.ports.tcp.protocol | string | `"TCP"` | |
| service.listeners.ports.udp.enabled | bool | `true` | |
| service.listeners.ports.udp.port | int | `22000` | |
| service.listeners.ports.udp.protocol | string | `"UDP"` | |
| service.main.ports.main.port | int | `8384` | |
| strategy.type | string | `"Recreate"` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
All Rights Reserved - The TrueCharts Project