Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-12-27 09:40:36 +00:00
parent 991cbb020e
commit 220330ca79
563 changed files with 19064 additions and 3290 deletions

View File

@ -1,110 +0,0 @@
# blocky
Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
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: [blocky](https://truecharts.org/docs/charts/enterprise/blocky)
**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/enterprise/blocky>
* <https://0xerr0r.github.io/blocky/>
* <https://github.com/0xERR0R/blocky>
* <https://github.com/Mozart409/blocky-frontend>
* <https://hub.docker.com/r/spx01/blocky>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org | redis | 3.0.121 |
| 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 `blocky`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install blocky TrueCharts/blocky
```
## 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 `blocky` deployment
```console
helm uninstall blocky
```
## 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 blocky \
--set env.TZ="America/New York" \
TrueCharts/blocky
```
#### 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 blocky TrueCharts/blocky -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

View File

@ -1,9 +0,0 @@
## [blocky-4.0.13](https://github.com/truecharts/charts/compare/blocky-4.0.12...blocky-4.0.13) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))

View File

@ -4,6 +4,15 @@
## [blocky-4.0.14](https://github.com/truecharts/charts/compare/blocky-4.0.13...blocky-4.0.14) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))
## [blocky-4.0.13](https://github.com/truecharts/charts/compare/blocky-4.0.12...blocky-4.0.13) (2022-12-26)
### Chore
@ -88,12 +97,3 @@
## [blocky-4.0.7](https://github.com/truecharts/charts/compare/blocky-4.0.5...blocky-4.0.7) (2022-11-30)
## [blocky-4.0.7](https://github.com/truecharts/charts/compare/blocky-4.0.5...blocky-4.0.7) (2022-11-30)

View File

@ -7,7 +7,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.20
version: 5.0.21
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
home: https://truecharts.org/charts/enterprise/blocky
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
@ -26,7 +26,7 @@ sources:
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
- https://hub.docker.com/r/spx01/blocky
version: 4.0.13
version: 4.0.14
annotations:
truecharts.org/catagories: |
- network

View File

@ -5,17 +5,17 @@
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/docs/charts/incubator/)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/enterprise/)
**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)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Important-MUST-READ).
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/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)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---

View File

@ -0,0 +1,9 @@
## [blocky-4.0.14](https://github.com/truecharts/charts/compare/blocky-4.0.13...blocky-4.0.14) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))

Binary file not shown.

View File

@ -1,107 +0,0 @@
# appsmith
Turn any datasource into an internal app in minutes. Appsmith lets you drag-and-drop UI components to build pages, connect to any API, database or GraphQL source and write logic with JavaScript objects.
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: [appsmith](https://truecharts.org/docs/charts/incubator/appsmith)
**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/appsmith>
* <https://github.com/appsmithorg/appsmith>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org | redis | 3.0.121 |
| 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 `appsmith`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install appsmith TrueCharts/appsmith
```
## 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 `appsmith` deployment
```console
helm uninstall appsmith
```
## 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 appsmith \
--set env.TZ="America/New York" \
TrueCharts/appsmith
```
#### 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 appsmith TrueCharts/appsmith -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

View File

@ -1,9 +0,0 @@
## [appsmith-5.0.17](https://github.com/truecharts/charts/compare/appsmith-5.0.16...appsmith-5.0.17) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))

View File

@ -4,6 +4,15 @@
## [appsmith-5.0.18](https://github.com/truecharts/charts/compare/appsmith-5.0.17...appsmith-5.0.18) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))
## [appsmith-5.0.17](https://github.com/truecharts/charts/compare/appsmith-5.0.16...appsmith-5.0.17) (2022-12-26)
### Chore
@ -88,12 +97,3 @@
## [appsmith-5.0.8](https://github.com/truecharts/charts/compare/appsmith-5.0.6...appsmith-5.0.8) (2022-11-30)
## [appsmith-5.0.8](https://github.com/truecharts/charts/compare/appsmith-5.0.6...appsmith-5.0.8) (2022-11-30)
## [appsmith-5.0.8](https://github.com/truecharts/charts/compare/appsmith-5.0.6...appsmith-5.0.8) (2022-11-30)

View File

@ -7,7 +7,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.20
version: 5.0.21
# - condition: mongodb.enabled
# name: mongodb
# repository: https://charts.truecharts.org
@ -26,7 +26,7 @@ name: appsmith
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
- https://github.com/appsmithorg/appsmith
version: 5.0.17
version: 5.0.18
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**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)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/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/charts/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*

View File

@ -0,0 +1,9 @@
## [appsmith-5.0.18](https://github.com/truecharts/charts/compare/appsmith-5.0.17...appsmith-5.0.18) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))

Binary file not shown.

View File

@ -1,111 +0,0 @@
# etesync
Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes.
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: [etesync](https://truecharts.org/docs/charts/incubator/etesync)
**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/etesync>
* <https://www.etesync.com/>
* <https://github.com/etesync>
* <https://github.com/victor-rds/docker-etebase>
* <https://hub.docker.com/r/victorrds/etesync>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | postgresql | 8.0.122 |
| https://charts.truecharts.org | redis | 3.0.121 |
| 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 `etesync`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install etesync TrueCharts/etesync
```
## 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 `etesync` deployment
```console
helm uninstall etesync
```
## 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 etesync \
--set env.TZ="America/New York" \
TrueCharts/etesync
```
#### 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 etesync TrueCharts/etesync -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

View File

@ -1,9 +0,0 @@
## [etesync-3.0.15](https://github.com/truecharts/charts/compare/etesync-3.0.14...etesync-3.0.15) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))

View File

@ -4,6 +4,15 @@
## [etesync-3.0.16](https://github.com/truecharts/charts/compare/etesync-3.0.15...etesync-3.0.16) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))
## [etesync-3.0.15](https://github.com/truecharts/charts/compare/etesync-3.0.14...etesync-3.0.15) (2022-12-26)
### Chore
@ -88,12 +97,3 @@
## [etesync-3.0.8](https://github.com/truecharts/charts/compare/etesync-3.0.6...etesync-3.0.8) (2022-11-30)
## [etesync-3.0.8](https://github.com/truecharts/charts/compare/etesync-3.0.6...etesync-3.0.8) (2022-11-30)

View File

@ -11,7 +11,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.20
version: 5.0.21
deprecated: false
description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes.
home: https://truecharts.org/charts/incubator/etesync
@ -36,7 +36,7 @@ sources:
- https://github.com/victor-rds/docker-etebase
- https://hub.docker.com/r/victorrds/etesync
type: application
version: 3.0.15
version: 3.0.16
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**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)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/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/charts/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*

View File

@ -0,0 +1,9 @@
## [etesync-3.0.16](https://github.com/truecharts/charts/compare/etesync-3.0.15...etesync-3.0.16) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))

Binary file not shown.

View File

@ -1 +0,0 @@
# hasty-paste

View File

@ -1,9 +0,0 @@
## [hasty-paste-0.0.3](https://github.com/truecharts/charts/compare/hasty-paste-0.0.2...hasty-paste-0.0.3) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))

View File

@ -4,6 +4,15 @@
## [hasty-paste-0.0.4](https://github.com/truecharts/charts/compare/hasty-paste-0.0.3...hasty-paste-0.0.4) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))
## [hasty-paste-0.0.3](https://github.com/truecharts/charts/compare/hasty-paste-0.0.2...hasty-paste-0.0.3) (2022-12-26)
### Chore

View File

@ -7,7 +7,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.20
version: 5.0.21
deprecated: false
description: A fast and minimal paste bin, written in Python using Quart.
home: https://truecharts.org/charts/incubator/hasty-paste
@ -29,7 +29,7 @@ sources:
- https://github.com/enchant97/hasty-paste
- https://github.com/enchant97/hasty-paste/blob/main/docs/install.md
type: application
version: 0.0.3
version: 0.0.4
annotations:
truecharts.org/catagories: |
- Cloud

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**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)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/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/charts/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*

View File

@ -0,0 +1,9 @@
## [hasty-paste-0.0.4](https://github.com/truecharts/charts/compare/hasty-paste-0.0.3...hasty-paste-0.0.4) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))

Binary file not shown.

View File

@ -1,8 +0,0 @@
**Important:**
*for the complete changelog, please refer to the website*
## [jackett2telegram-0.0.1]jackett2telegram-0.0.1 (2022-12-27)

View File

@ -1,4 +0,0 @@
## [jackett2telegram-0.0.1]jackett2telegram-0.0.1 (2022-12-27)

View File

@ -0,0 +1,17 @@
**Important:**
*for the complete changelog, please refer to the website*
## [jackett2telegram-0.0.2](https://github.com/truecharts/charts/compare/jackett2telegram-0.0.1...jackett2telegram-0.0.2) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))
## [jackett2telegram-0.0.1]jackett2telegram-0.0.1 (2022-12-27)

View File

@ -3,10 +3,10 @@ appVersion: "1.9.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.0.9
version: 11.1.1
deprecated: false
description: Self-hosted Telegram Python Bot that dumps posts from Jackett RSS feeds to a Telegram chat.
home: https://truecharts.org/docs/charts/incubator/jackett2telegram
home: https://truecharts.org/charts/incubator/jackett2telegram
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett2telegram.png
keywords:
- jackett2telegram
@ -23,7 +23,7 @@ sources:
- https://github.com/danimart1991/jackett2telegram
- https://hub.docker.com/r/danimart1991/jackett2telegram
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,9 @@
## [jackett2telegram-0.0.2](https://github.com/truecharts/charts/compare/jackett2telegram-0.0.1...jackett2telegram-0.0.2) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))

View File

@ -1 +0,0 @@
# libremdb

View File

@ -1,9 +0,0 @@
## [libremdb-0.0.13](https://github.com/truecharts/charts/compare/libremdb-0.0.12...libremdb-0.0.13) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))

View File

@ -4,6 +4,15 @@
## [libremdb-0.0.14](https://github.com/truecharts/charts/compare/libremdb-0.0.13...libremdb-0.0.14) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))
## [libremdb-0.0.13](https://github.com/truecharts/charts/compare/libremdb-0.0.12...libremdb-0.0.13) (2022-12-26)
### Chore
@ -88,12 +97,3 @@
- update container image tccr.io/truecharts/libremdb to latest
## [libremdb-0.0.3]libremdb-0.0.3 (2022-11-30)
## [libremdb-0.0.3]libremdb-0.0.3 (2022-11-30)

View File

@ -7,7 +7,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.20
version: 5.0.21
deprecated: false
description: A free & open source IMDb front-end.
home: https://truecharts.org/charts/incubator/libremdb
@ -28,7 +28,7 @@ sources:
- https://quay.io/pussthecatorg/libremdb
- https://github.com/PussTheCat-org/docker-libremdb-quay
type: application
version: 0.0.13
version: 0.0.14
annotations:
truecharts.org/catagories: |
- media

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**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)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/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/charts/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*

View File

@ -0,0 +1,9 @@
## [libremdb-0.0.14](https://github.com/truecharts/charts/compare/libremdb-0.0.13...libremdb-0.0.14) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))

Binary file not shown.

View File

@ -1,109 +0,0 @@
# misskey
Misskey is an open source, decentralized social media platform that's free forever!
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: [misskey](https://truecharts.org/docs/charts/incubator/misskey)
**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/misskey>
* <https://github.com/misskey-dev/misskey/>
* <https://hub.docker.com/r/misskey/misskey/>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org/ | postgresql | 8.0.114 |
| https://charts.truecharts.org | redis | 3.0.111 |
| https://library-charts.truecharts.org | common | 10.7.13 |
## 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 `misskey`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install misskey TrueCharts/misskey
```
## 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 `misskey` deployment
```console
helm uninstall misskey
```
## 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 misskey \
--set env.TZ="America/New York" \
TrueCharts/misskey
```
#### 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 misskey TrueCharts/misskey -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

View File

@ -1,9 +0,0 @@
## [misskey-3.0.16](https://github.com/truecharts/charts/compare/misskey-3.0.15...misskey-3.0.16) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))

View File

@ -4,6 +4,15 @@
## [misskey-3.0.17](https://github.com/truecharts/charts/compare/misskey-3.0.16...misskey-3.0.17) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))
## [misskey-3.0.16](https://github.com/truecharts/charts/compare/misskey-3.0.15...misskey-3.0.16) (2022-12-26)
### Chore
@ -88,12 +97,3 @@
## [misskey-3.0.8](https://github.com/truecharts/charts/compare/misskey-3.0.6...misskey-3.0.8) (2022-11-30)
## [misskey-3.0.8](https://github.com/truecharts/charts/compare/misskey-3.0.6...misskey-3.0.8) (2022-11-30)

View File

@ -12,7 +12,7 @@ dependencies:
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 5.0.20
version: 5.0.21
deprecated: false
description: "Misskey is an open source, decentralized social media platform that's free forever!"
icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.png
@ -38,4 +38,4 @@ annotations:
truecharts.org/catagories: |
- Social
type: application
version: 3.0.16
version: 3.0.17

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/)
**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)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/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/charts/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*

View File

@ -0,0 +1,9 @@
## [misskey-3.0.17](https://github.com/truecharts/charts/compare/misskey-3.0.16...misskey-3.0.17) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))

Some files were not shown because too many files have changed in this diff Show More