mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 13:50:23 +08:00
Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -200,6 +200,6 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
|
||||
| wireguardImage | object | See below | WireGuard specific configuration |
|
||||
| wireguardImage.pullPolicy | string | `"IfNotPresent"` | Specify the WireGuard image pull policy |
|
||||
| wireguardImage.repository | string | `"ghcr.io/k8s-at-home/wireguard"` | Specify the WireGuard image |
|
||||
| wireguardImage.tag | string | `"v1.0.20210424@sha256:448045c4270b818ded47ec82b934e7227235402fbefa16e29800c2fb51d6de39"` | Specify the WireGuard image tag |
|
||||
| wireguardImage.tag | string | `"v1.0.20210914@sha256:3799349a9b09c689ffce45a4cedecc735af4fbc901e31d9cdbce1de1bc76be4c"` | Specify the WireGuard image tag |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="sogo-3.0.2"></a>
|
||||
### [sogo-3.0.2](https://github.com/truecharts/apps/compare/sogo-3.0.1...sogo-3.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="sogo-3.0.1"></a>
|
||||
### [sogo-3.0.1](https://github.com/truecharts/apps/compare/sogo-2.0.3...sogo-3.0.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| postgresql | object | `{"enabled":true,"existingSecret":"dbcreds","postgresqlDatabase":"sogo","postgresqlUsername":"sogo"}` | postgres dependency settings |
|
||||
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
|
||||
| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | |
|
||||
| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | |
|
||||
| service | object | `{"main":{"ports":{"main":{"port":80}}}}` | services |
|
||||
| sogo | object | `{"auth":{"SOGoPasswordChangeEnabled":true},"custom":[],"debug":{"ImapDebugEnabled":false,"LDAPDebugEnabled":false,"MySQL4DebugEnabled":false,"PGDebugEnabled":false,"SOGoDebugRequests":false,"SOGoUIxDebugEnabled":false,"SoDebugBaseURL":false,"WODontZipResponse":false,"WOLogFile":"/var/log/sogo/sogo.log"},"general":{"SOGoLanguage":"English","SOGoSuperUsernames":"","SxVMemLimit":"384"},"mail":{"NGMimeBuildMimeTempDirectory":"/mimetmp","SOGoDraftsFolderName":"Drafts","SOGoForceExternalLoginWithEmail":false,"SOGoIMAPServer":"localhost","SOGoMailDomain":"example.com","SOGoMailSpoolPath":"/var/spool/sogo","SOGoMailingMechanism":"smtp","SOGoSMTPServer":"smtp://domain:port","SOGoSentFolderName":"Sent","SOGoSieveServer":"","SOGoTrashFolderName":"Trash"},"notifications":{"SOGoACLsSendEMailNotifications":false,"SOGoAppointmentSendEMailNotifications":false,"SOGoFoldersSendEMailNotifications":false},"usersources":[],"webui":{"SOGoForwardEnabled":true,"SOGoMailAuxiliaryUserAccountsEnabled":true,"SOGoPageTitle":"SOGo","SOGoSieveScriptsEnabled":true,"SOGoTrustProxyAuthentication":false,"SOGoVacationEnabled":true,"SOGoXSRFValidationEnabled":true}}` | Sogo settings |
|
||||
| sogo.auth | object | `{"SOGoPasswordChangeEnabled":true}` | Pre-configured Sogo authentication settings |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="teamspeak3-0.0.2"></a>
|
||||
### [teamspeak3-0.0.2](https://github.com/truecharts/apps/compare/teamspeak3-0.0.1...teamspeak3-0.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="teamspeak3-0.0.1"></a>
|
||||
### teamspeak3-0.0.1 (2021-09-14)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env.TS3SERVER_LICENSE | string | `"accept"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"teamspeak"` | |
|
||||
| image.tag | string | `"3.13.6@sha256:ff7a92727ffbf05925b54bb12e65bfee311d4193fc68e175dacd63a0048c28bf"` | |
|
||||
| image.tag | string | `"3.13.6@sha256:a88d61887cbfa78012ce8bf69e6fad5988d853b7b72a9483000b1af8a6083ff8"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/var/ts3server/"` | |
|
||||
|
||||
11
docs/apps/library/common-test/CHANGELOG.md
Normal file
11
docs/apps/library/common-test/CHANGELOG.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="common-test-3.1.1"></a>
|
||||
### [common-test-3.1.1](https://github.com/truecharts/apps/compare/common-test-3.1.0...common-test-3.1.1) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* Use bitnami instead of stock postgresql container ([#960](https://github.com/truecharts/apps/issues/960))
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
8
docs/apps/library/common-test/CONFIG.md
Normal file
8
docs/apps/library/common-test/CONFIG.md
Normal 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.
|
||||
18
docs/apps/library/common-test/helm-values.md
Normal file
18
docs/apps/library/common-test/helm-values.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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 | `"ghcr.io/truecharts/homer"` | |
|
||||
| image.tag | string | `"latest@sha256:6d4f5dd5b4cfb33ddbd5a7a896ba73fd96a352da57dd20600007a22f9aaa4fc3"` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
37
docs/apps/library/common-test/index.md
Normal file
37
docs/apps/library/common-test/index.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# Introduction
|
||||
|
||||
Helper chart to test different use cases of the common library
|
||||
|
||||
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://github.com/truecharts/apps/tree/master/charts/library/common-test>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| file://../common | common | latest |
|
||||
|
||||
## 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
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="authelia-3.0.5"></a>
|
||||
### [authelia-3.0.5](https://github.com/truecharts/apps/compare/authelia-3.0.4...authelia-3.0.5) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="authelia-3.0.4"></a>
|
||||
### [authelia-3.0.4](https://github.com/truecharts/apps/compare/authelia-3.0.3...authelia-3.0.4) (2021-09-14)
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| identity_providers.oidc.refresh_token_lifespan | string | `"90m"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/authelia/authelia"` | |
|
||||
| image.tag | string | `"4.30.4@sha256:956a7577adeb3d430bb1fc00b08baa8aecddec3949dd767363a43fcc6465d34a"` | |
|
||||
| image.tag | string | `"4.30.5@sha256:1b32c5c072de7522a84e2e0badc52bf981c8bf7a8369b752720fbfc597c35ea7"` | |
|
||||
| initContainers.init-postgresdb.command[0] | string | `"sh"` | |
|
||||
| initContainers.init-postgresdb.command[1] | string | `"-c"` | |
|
||||
| initContainers.init-postgresdb.command[2] | string | `"until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"` | |
|
||||
@@ -115,7 +115,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| postgresql.postgresqlUsername | string | `"authelia"` | |
|
||||
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
|
||||
| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | |
|
||||
| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | |
|
||||
| probes.liveness.path | string | `"/api/health\""` | |
|
||||
| probes.liveness.type | string | `"HTTP"` | |
|
||||
| probes.readiness.path | string | `"/api/health"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="calibre-web-7.0.2"></a>
|
||||
### [calibre-web-7.0.2](https://github.com/truecharts/apps/compare/calibre-web-7.0.1...calibre-web-7.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="calibre-web-7.0.1"></a>
|
||||
### [calibre-web-7.0.1](https://github.com/truecharts/apps/compare/calibre-web-6.11.15...calibre-web-7.0.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env | object | `{}` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/linuxserver/calibre-web"` | |
|
||||
| image.tag | string | `"version-0.6.12@sha256:d2e3980e7d0257c28d1e06a10d7f9cb0b3de6865a8d987e10af590fa6c4ebb77"` | |
|
||||
| image.tag | string | `"version-0.6.12@sha256:8537f4b8bc08f3d192e30f5eed777bbd1cc21424cc9a268c4a3589640b703b68"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="custom-app-1.0.2"></a>
|
||||
### [custom-app-1.0.2](https://github.com/truecharts/apps/compare/custom-app-1.0.1...custom-app-1.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="custom-app-1.0.1"></a>
|
||||
### [custom-app-1.0.1](https://github.com/truecharts/apps/compare/custom-app-0.2.22...custom-app-1.0.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env | object | `{}` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
||||
| image.tag | string | `"v0.18.746@sha256:4caa9f57a10c07cca49935b6e039aa4c15eb20f28add18983bb62b028e245edd"` | |
|
||||
| image.tag | string | `"v0.18.755@sha256:ddd7dfe90826a6c60e710874e7fb05aec824cfb531d76e143707b6d20de993de"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="fireflyiii-8.0.2"></a>
|
||||
### [fireflyiii-8.0.2](https://github.com/truecharts/apps/compare/fireflyiii-8.0.1...fireflyiii-8.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="fireflyiii-8.0.1"></a>
|
||||
### [fireflyiii-8.0.1](https://github.com/truecharts/apps/compare/fireflyiii-7.0.2...fireflyiii-8.0.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| postgresql.postgresqlUsername | string | `"firefly"` | |
|
||||
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
|
||||
| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | |
|
||||
| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | |
|
||||
| probes.liveness.path | string | `"/login"` | |
|
||||
| probes.readiness.path | string | `"/login"` | |
|
||||
| probes.startup.path | string | `"/login"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="healthchecks-2.0.2"></a>
|
||||
### [healthchecks-2.0.2](https://github.com/truecharts/apps/compare/healthchecks-2.0.1...healthchecks-2.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="healthchecks-2.0.1"></a>
|
||||
### [healthchecks-2.0.1](https://github.com/truecharts/apps/compare/healthchecks-1.9.15...healthchecks-2.0.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"ghcr.io/linuxserver/healthchecks"` | image repository |
|
||||
| image.tag | string | `"version-v1.22.0@sha256:f2e6865c909a1eeebf8bbe2736c0a3145ed5e9fa1bddde0809993a74963bc14a"` | image tag |
|
||||
| image.tag | string | `"version-v1.22.0@sha256:11b714fd49962069da7352d420e93800354e44cf00754bb3fafb4dbd03a6f716"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| persistence.config | object | `{"accessMode":"ReadWriteOnce","enabled":true,"mountpath":"/config","size":"100Gi","type":"pvc"}` | Volume used for configuration |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="jackett-7.0.2"></a>
|
||||
### [jackett-7.0.2](https://github.com/truecharts/apps/compare/jackett-7.0.1...jackett-7.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="jackett-7.0.1"></a>
|
||||
### [jackett-7.0.1](https://github.com/truecharts/apps/compare/jackett-6.11.21...jackett-7.0.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env | object | `{}` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
||||
| image.tag | string | `"v0.18.746@sha256:4caa9f57a10c07cca49935b6e039aa4c15eb20f28add18983bb62b028e245edd"` | |
|
||||
| image.tag | string | `"v0.18.755@sha256:ddd7dfe90826a6c60e710874e7fb05aec824cfb531d76e143707b6d20de993de"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="komga-2.0.2"></a>
|
||||
### [komga-2.0.2](https://github.com/truecharts/apps/compare/komga-2.0.1...komga-2.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="komga-2.0.1"></a>
|
||||
### [komga-2.0.1](https://github.com/truecharts/apps/compare/komga-1.9.19...komga-2.0.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env | object | See below | environment variables. See more environment variables in the [komga documentation](https://komga.org/installation/configuration.html#optional-configuration). |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"ghcr.io/truecharts/komga"` | image repository |
|
||||
| image.tag | string | `"v0.125.3@sha256:51e3e48481ac63d0cafebcf76198f61f7475d7b8a28f96d38d5aefcfebd711fd"` | image tag |
|
||||
| image.tag | string | `"v0.125.4@sha256:c6c864cd4a1278722e939f833e18060d2144a481c9b45208ac37ff68da5116de"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="lazylibrarian-7.0.2"></a>
|
||||
### [lazylibrarian-7.0.2](https://github.com/truecharts/apps/compare/lazylibrarian-7.0.1...lazylibrarian-7.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="lazylibrarian-7.0.1"></a>
|
||||
### [lazylibrarian-7.0.1](https://github.com/truecharts/apps/compare/lazylibrarian-6.11.15...lazylibrarian-7.0.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env | object | `{}` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/linuxserver/lazylibrarian"` | |
|
||||
| image.tag | string | `"latest@sha256:15cb4204453e7f6d349575f9a616176eb1478ac91e9218e3bf6a4dd1c60490e1"` | |
|
||||
| image.tag | string | `"latest@sha256:65ff3e1b07097396c5c03e4e59d78df9b07979556740d7e7e2568009077bebe3"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="nextcloud-5.0.2"></a>
|
||||
### [nextcloud-5.0.2](https://github.com/truecharts/apps/compare/nextcloud-5.0.1...nextcloud-5.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="nextcloud-5.0.1"></a>
|
||||
### [nextcloud-5.0.1](https://github.com/truecharts/apps/compare/nextcloud-4.0.6...nextcloud-5.0.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| postgresql.postgresqlUsername | string | `"nextcloud"` | |
|
||||
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
|
||||
| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | |
|
||||
| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | |
|
||||
| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
|
||||
| probes.liveness | object | See below | Liveness probe configuration |
|
||||
| probes.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="postgresql-2.2.2"></a>
|
||||
### [postgresql-2.2.2](https://github.com/truecharts/apps/compare/postgresql-2.2.1...postgresql-2.2.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="postgresql-2.2.1"></a>
|
||||
### [postgresql-2.2.1](https://github.com/truecharts/apps/compare/postgresql-2.2.0...postgresql-2.2.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| existingSecret | string | `""` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"bitnami/postgresql"` | |
|
||||
| image.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | |
|
||||
| image.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | |
|
||||
| initContainers.migrate-db.command[0] | string | `"/bin/sh"` | |
|
||||
| initContainers.migrate-db.command[1] | string | `"-cx"` | |
|
||||
| initContainers.migrate-db.command[2] | string | `"echo 'trying to migrate old db to new location...'\nmkdir -p /bitnami/postgresql/data\nmv -f /bitnami/postgresql/old/* /bitnami/postgresql/data/ || true\nchown -R {{ .Values.podSecurityContext.runAsUser }}:{{ .Values.podSecurityContext.fsGroup }} /bitnami/postgresql/data\nchmod 775 /bitnami/postgresql/data\n"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="protonmail-bridge-2.0.2"></a>
|
||||
### [protonmail-bridge-2.0.2](https://github.com/truecharts/apps/compare/protonmail-bridge-2.0.1...protonmail-bridge-2.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="protonmail-bridge-2.0.1"></a>
|
||||
### [protonmail-bridge-2.0.1](https://github.com/truecharts/apps/compare/protonmail-bridge-1.9.16...protonmail-bridge-2.0.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"shenxn/protonmail-bridge"` | image repository |
|
||||
| image.tag | string | `"1.8.7-1@sha256:acf31af7c111e6558f3a93bebada2b0bb8af3dcc72929bd6ae3907e65bee3ca4"` | image tag |
|
||||
| image.tag | string | `"1.8.9-1@sha256:b296e8dd5bc01af3e3bf769ed3be3b2cea689a88a1c097776322d2641a7b3ba4"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.fsGroup | int | `0` | |
|
||||
| podSecurityContext.fsGroupChangePolicy | string | `"OnRootMismatch"` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="vaultwarden-8.0.2"></a>
|
||||
### [vaultwarden-8.0.2](https://github.com/truecharts/apps/compare/vaultwarden-8.0.1...vaultwarden-8.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="vaultwarden-8.0.1"></a>
|
||||
### [vaultwarden-8.0.1](https://github.com/truecharts/apps/compare/vaultwarden-7.0.2...vaultwarden-8.0.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| postgresql.postgresqlUsername | string | `"vaultwarden"` | |
|
||||
| postgresqlImage.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| postgresqlImage.repository | string | `"bitnami/postgresql"` | |
|
||||
| postgresqlImage.tag | string | `"13.4.0@sha256:8dd9c609de6a960d65285f56106e00bd06ee0ce74fad4876ca7f8d847d10b2e2"` | |
|
||||
| postgresqlImage.tag | string | `"13.4.0@sha256:0fa00d56daee4ab334e0b5aeabfb8674aadc501e498ca13feac5b5fdced4bcba"` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="zwavejs2mqtt-7.0.2"></a>
|
||||
### [zwavejs2mqtt-7.0.2](https://github.com/truecharts/apps/compare/zwavejs2mqtt-7.0.1...zwavejs2mqtt-7.0.2) (2021-09-14)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#987](https://github.com/truecharts/apps/issues/987))
|
||||
|
||||
|
||||
|
||||
<a name="zwavejs2mqtt-7.0.1"></a>
|
||||
### [zwavejs2mqtt-7.0.1](https://github.com/truecharts/apps/compare/zwavejs2mqtt-6.11.17...zwavejs2mqtt-7.0.1) (2021-09-13)
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
|
||||
| env | object | `{}` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/truecharts/zwavejs2mqtt"` | |
|
||||
| image.tag | string | `"v5.5.4@sha256:8b5946e5e3384f8818766e20da7f576e243a364369366d631a80e7794cfdfa3b"` | |
|
||||
| image.tag | string | `"v5.6.0@sha256:469de8c0d224549bb051263603276a78a3c9281579d21ac3f71611cc17281457"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
|
||||
530
docs/index.yaml
530
docs/index.yaml
@@ -4207,6 +4207,50 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/appdaemon-0.1.3/appdaemon-0.1.3.tgz
|
||||
version: 0.1.3
|
||||
authelia:
|
||||
- apiVersion: v2
|
||||
appVersion: 4.30.5
|
||||
created: "2021-09-14T20:45:25.484846538Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 2.2.0
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.3.2
|
||||
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
|
||||
digest: c8157a23692f0849e1bab711ef958039f3fa5adba8cb8f98c0f6919317c46856
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/authelia
|
||||
icon: https://avatars2.githubusercontent.com/u/59122411?s=200&v=4
|
||||
keywords:
|
||||
- authelia
|
||||
- authentication
|
||||
- login
|
||||
- SSO
|
||||
- Authentication
|
||||
- Security
|
||||
- Two-Factor
|
||||
- U2F
|
||||
- YubiKey
|
||||
- Push Notifications
|
||||
- LDAP
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: authelia
|
||||
sources:
|
||||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/authelia/authelia
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/authelia-3.0.5/authelia-3.0.5.tgz
|
||||
version: 3.0.5
|
||||
- apiVersion: v2
|
||||
appVersion: 4.30.4
|
||||
created: "2021-09-14T18:19:32.326564369Z"
|
||||
@@ -11973,6 +12017,35 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/calibre-1.0.1/calibre-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
calibre-web:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.6.12
|
||||
created: "2021-09-14T20:45:25.690811732Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
description: Calibre-Web is a web app providing a clean interface for browsing,
|
||||
reading and downloading eBooks using an existing Calibre database.
|
||||
digest: 5971ade4c7d2e6bb3e28c58a9f21a02dc2fc41f4ed3eb4e6d565c87e1bd72447
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/calibre-web
|
||||
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png
|
||||
keywords:
|
||||
- calibre-web
|
||||
- calibre
|
||||
- ebook
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: calibre-web
|
||||
sources:
|
||||
- https://hub.docker.com/r/linuxserver/calibre-web/
|
||||
- https://github.com/janeczku/calibre-web
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/calibre-web-7.0.2/calibre-web-7.0.2.tgz
|
||||
version: 7.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-08T03:33:27.89194767Z"
|
||||
@@ -16907,6 +16980,30 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
common:
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
created: "2021-09-14T20:45:25.90357402Z"
|
||||
description: Function library for TrueCharts
|
||||
digest: 3d9aac229f8aec1b6b248a3ef64d27f4b20232c489221665e5528c673b9f6876
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/common
|
||||
icon: https://avatars.githubusercontent.com/u/76400755
|
||||
keywords:
|
||||
- truecharts
|
||||
- library-chart
|
||||
- common
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: common
|
||||
type: library
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/common-7.0.13/common-7.0.13.tgz
|
||||
version: 7.0.13
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
created: "2021-09-13T07:37:42.377027Z"
|
||||
@@ -19398,6 +19495,34 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/common-2.0.2/common-2.0.2.tgz
|
||||
version: 2.0.2
|
||||
common-test:
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
created: "2021-09-14T20:45:26.111471413Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../common
|
||||
version: latest
|
||||
description: Helper chart to test different use cases of the common library
|
||||
digest: 8f02f981acc692dea5912d234e7a189f71c3410bc80c261b5d26f49139d2d642
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/library/common-test
|
||||
icon: https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png
|
||||
keywords:
|
||||
- common-test
|
||||
- truecharts
|
||||
- common
|
||||
- test
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: common-test
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/charts/library/common-test
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/common-test-3.1.1/common-test-3.1.1.tgz
|
||||
version: 3.1.1
|
||||
- apiVersion: v2
|
||||
appVersion: none
|
||||
created: "2021-07-01T10:50:02.292807307Z"
|
||||
@@ -19959,6 +20084,31 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/common-test-2.0.0/common-test-2.0.0.tgz
|
||||
version: 2.0.0
|
||||
custom-app:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.18.755
|
||||
created: "2021-09-14T20:45:26.330795294Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
description: Advanced tool to create your own TrueCharts-based App
|
||||
digest: abbd3f370df4bf5645b3d83844936a4226a54c10939912a996d692fbb6ce8f3f
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
|
||||
icon: https://truecharts.org/_static/img/custom-app-icon.png
|
||||
keywords:
|
||||
- custom
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: custom-app
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/custom-app-1.0.2/custom-app-1.0.2.tgz
|
||||
version: 1.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: 0.18.729
|
||||
created: "2021-09-12T08:16:00.265422005Z"
|
||||
@@ -34230,6 +34380,39 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/external-service-0.0.1/external-service-0.0.1.tgz
|
||||
version: 0.0.1
|
||||
fireflyiii:
|
||||
- apiVersion: v2
|
||||
appVersion: 5.5.12
|
||||
created: "2021-09-14T20:45:26.54600268Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 2.2.0
|
||||
description: A free and open source personal finance manager
|
||||
digest: 0c46fa873834d629a8ebcebb7979fb10d682fb61790473970818e2c4afc39c2c
|
||||
home: https://github.com/firefly-iii/firefly-iii/
|
||||
icon: https://www.firefly-iii.org/assets/logo/color.png
|
||||
keywords:
|
||||
- fireflyiii
|
||||
- finacial
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: 20650065+warllo54@users.noreply.github.com
|
||||
name: warllo54
|
||||
url: truecharts.org
|
||||
name: fireflyiii
|
||||
sources:
|
||||
- https://github.com/firefly-iii/firefly-iii/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/fireflyiii-8.0.2/fireflyiii-8.0.2.tgz
|
||||
version: 8.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: 5.5.12
|
||||
created: "2021-09-10T13:46:50.134931126Z"
|
||||
@@ -54643,6 +54826,35 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/haste-server-1.0.0/haste-server-1.0.0.tgz
|
||||
version: 1.0.0
|
||||
healthchecks:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.22.0
|
||||
created: "2021-09-14T20:45:26.77659175Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 7.0.12
|
||||
description: Healthchecks is a cron job monitoring service. It listens for HTTP
|
||||
requests and email messages ("pings") from your cron jobs and scheduled tasks
|
||||
("checks"). When a ping does not arrive on time, Healthchecks sends out alerts.
|
||||
digest: c4a845d5ea903fcd38b477d59cb40bcd4c0d72c42c880c58364850fcd6055944
|
||||
home: https://github.com/truechartsapps/tree/master/charts/incubator/healthchecks
|
||||
icon: https://avatars.githubusercontent.com/u/13053880?s=200&v=4
|
||||
keywords:
|
||||
- cron
|
||||
- monitoring
|
||||
- alert
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: truecharts
|
||||
url: https://truecharts.org
|
||||
name: healthchecks
|
||||
sources:
|
||||
- https://github.com/healthchecks/healthchecks
|
||||
- https://hub.docker.com/r/linuxserver/healthchecks
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/healthchecks-2.0.2/healthchecks-2.0.2.tgz
|
||||
version: 2.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-08T03:33:30.592111012Z"
|
||||
@@ -61752,6 +61964,36 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/hyperion-ng-1.0.1/hyperion-ng-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
jackett:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.18.755
|
||||
created: "2021-09-14T20:45:26.989840437Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
description: API Support for your favorite torrent trackers.
|
||||
digest: 219d6f4f96f4acb9eef3f554d746803237dee3bc390c85b86d9c2687c0f06f59
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett
|
||||
icon: https://truecharts.org/_static/img/jackett-icon.png
|
||||
keywords:
|
||||
- jackett
|
||||
- torrent
|
||||
- usenet
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: jackett
|
||||
sources:
|
||||
- https://github.com/Jackett/Jackett
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/jackett-7.0.2/jackett-7.0.2.tgz
|
||||
version: 7.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: 0.18.729
|
||||
created: "2021-09-12T08:08:41.746419896Z"
|
||||
@@ -70465,6 +70707,34 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/kms-3.1.5/kms-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
komga:
|
||||
- apiVersion: v2
|
||||
appVersion: 0.125.4
|
||||
created: "2021-09-14T20:45:27.19832613Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 7.0.12
|
||||
description: A comics/mangas server to serve/stream pages via API
|
||||
digest: 06e7506d6f92a79c1860b613ce7ab68498d53980945a59f18c73423a6e25304f
|
||||
home: https://github.com/truechartsapps/tree/master/charts/incubator/komga
|
||||
icon: https://komga.org/assets/media/logo.svg
|
||||
keywords:
|
||||
- komga
|
||||
- comics
|
||||
- mangas
|
||||
- server
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: truecharts
|
||||
url: https://truecharts.org
|
||||
name: komga
|
||||
sources:
|
||||
- https://komga.org/
|
||||
- https://github.com/gotson/komga
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/komga-2.0.2/komga-2.0.2.tgz
|
||||
version: 2.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-08T03:33:31.615959603Z"
|
||||
@@ -72062,6 +72332,36 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/komga-1.0.1/komga-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
lazylibrarian:
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
created: "2021-09-14T20:45:27.407233521Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
description: Get all your books, like series with Sonarr...
|
||||
digest: 08dcca34f7abbe5c867ba59cae43690f318b2e35362562e8e3eda171cb09c4d2
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/lazylibrarian
|
||||
icon: https://lazylibrarian.gitlab.io/logo.svg
|
||||
keywords:
|
||||
- lazylibrarian
|
||||
- ebooks
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: lazylibrarian
|
||||
sources:
|
||||
- https://gitlab.com/LazyLibrarian/LazyLibrarian.git
|
||||
- https://lazylibrarian.gitlab.io
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/lazylibrarian-7.0.2/lazylibrarian-7.0.2.tgz
|
||||
version: 7.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: latest
|
||||
created: "2021-09-08T03:33:31.719302871Z"
|
||||
@@ -88134,6 +88434,45 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/navidrome-3.1.5/navidrome-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
nextcloud:
|
||||
- apiVersion: v2
|
||||
appVersion: 22.1.1
|
||||
created: "2021-09-14T20:45:27.641252388Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 2.2.0
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.3.2
|
||||
description: A private cloud server that puts the control and security of your
|
||||
own data back into your hands.
|
||||
digest: 960a40529cfe800e1fe7a65bff826bc86e077a2b5e8ef3a3653d651423b92490
|
||||
home: https://nextcloud.com/
|
||||
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/1280px-Nextcloud_Logo.svg.png
|
||||
keywords:
|
||||
- nextcloud
|
||||
- storage
|
||||
- http
|
||||
- web
|
||||
- php
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: nextcloud
|
||||
sources:
|
||||
- https://github.com/nextcloud/docker
|
||||
- https://github.com/nextcloud/helm
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/nextcloud-5.0.2/nextcloud-5.0.2.tgz
|
||||
version: 5.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: 22.1.1
|
||||
created: "2021-09-11T19:58:16.745394863Z"
|
||||
@@ -123108,6 +123447,37 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/podgrab-1.0.3/podgrab-1.0.3.tgz
|
||||
version: 1.0.3
|
||||
postgresql:
|
||||
- apiVersion: v2
|
||||
appVersion: 13.4.0
|
||||
created: "2021-09-14T20:45:27.856126874Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
description: PostgresSQL
|
||||
digest: ce291cf3aeecc16e488381b82d0e5ca79fd1306b4187cd9d19ed74c9d721235c
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/postgres
|
||||
icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png
|
||||
keywords:
|
||||
- postgres
|
||||
- postgressql
|
||||
- dtabase
|
||||
- sql
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: postgresql
|
||||
sources:
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/postgresql-2.2.2/postgresql-2.2.2.tgz
|
||||
version: 2.2.2
|
||||
- apiVersion: v2
|
||||
appVersion: 13.4.0
|
||||
created: "2021-09-13T12:17:47.123966252Z"
|
||||
@@ -125802,6 +126172,32 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/pretend-youre-xyzzy-1.0.1/pretend-youre-xyzzy-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
protonmail-bridge:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.8.9-1
|
||||
created: "2021-09-14T20:45:28.095774135Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 7.0.12
|
||||
description: Container for protonmail bridge to work on the network.
|
||||
digest: 097c04f49ef6bc7ce2169e9ec024d23a8d9a4752827dadcb9aa5ddcdced7c43f
|
||||
home: https://github.com/truechartsapps/tree/master/charts/incubator/protonmail-bridge
|
||||
icon: https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/icon.iconset/icon_256x256.png
|
||||
keywords:
|
||||
- protonmail
|
||||
- protonmail-bridge
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: truecharts
|
||||
url: https://truecharts.org
|
||||
name: protonmail-bridge
|
||||
sources:
|
||||
- https://github.com/shenxn/protonmail-bridge-docker
|
||||
- https://hub.docker.com/r/shenxn/protonmail-bridge
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/protonmail-bridge-2.0.2/protonmail-bridge-2.0.2.tgz
|
||||
version: 2.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: 1.8.7-1
|
||||
created: "2021-09-12T19:23:46.467597012Z"
|
||||
@@ -145649,6 +146045,39 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/ser2sock-1.0.1/ser2sock-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
sogo:
|
||||
- apiVersion: v2
|
||||
appVersion: 5.2.0
|
||||
created: "2021-09-14T20:45:28.319482812Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 2.2.0
|
||||
- condition: memcached.enabled
|
||||
name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 5.14.2
|
||||
description: Groupware package
|
||||
digest: 74b6ca75c9f2dbdcdbba9b263b3e61ec2e09cbbe2c5e89afcc3204d62780fe06
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/sogo
|
||||
icon: https://truecharts.org/_static/img/sogo-icon.png
|
||||
keywords:
|
||||
- groupware
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: sogo
|
||||
sources:
|
||||
- https://www.sogo.nu/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/sogo-3.0.2/sogo-3.0.2.tgz
|
||||
version: 3.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: 5.2.0
|
||||
created: "2021-09-10T14:59:13.394181876Z"
|
||||
@@ -154311,6 +154740,35 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/tautulli-3.1.5/tautulli-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
teamspeak3:
|
||||
- apiVersion: v2
|
||||
appVersion: 3.13.6
|
||||
created: "2021-09-14T20:45:28.547955184Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
description: TeamSpeak is software for quality voice communication via the Internet.
|
||||
digest: 7f6d9a2dd90980d97fb6190ef2fd76da5faae3315719328f0b542fc78f521971
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3
|
||||
icon: https://raw.githubusercontent.com/docker-library/docs/618191cf82de051ff6661c3c8b82cfca1b663972/teamspeak/logo.png
|
||||
keywords:
|
||||
- voice server
|
||||
- teamspeak
|
||||
- teamspeak3
|
||||
- teamspeak server
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
name: teamspeak3
|
||||
sources:
|
||||
- https://hub.docker.com/_/teamspeak
|
||||
- https://www.teamspeak.com/en/
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/teamspeak3-0.0.2/teamspeak3-0.0.2.tgz
|
||||
version: 0.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: 3.13.6
|
||||
created: "2021-09-14T07:51:35.381966613Z"
|
||||
@@ -171295,6 +171753,43 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/unpackerr-1.0.0/unpackerr-1.0.0.tgz
|
||||
version: 1.0.0
|
||||
vaultwarden:
|
||||
- apiVersion: v2
|
||||
appVersion: 1.22.2
|
||||
created: "2021-09-14T20:45:28.774243058Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 2.2.0
|
||||
description: Unofficial Bitwarden compatible server written in Rust
|
||||
digest: d1d2e6222100debf55bb2e081fcc1a7c20f2c3da70306e882440ee70f5495d96
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden
|
||||
icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png
|
||||
keywords:
|
||||
- bitwarden
|
||||
- bitwardenrs
|
||||
- bitwarden_rs
|
||||
- vaultwarden
|
||||
- password
|
||||
- rust
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: kjeld@schouten-lebbing.nl
|
||||
name: Ornias1993
|
||||
url: truecharts.org
|
||||
name: vaultwarden
|
||||
sources:
|
||||
- https://github.com/dani-garcia/vaultwarden
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/vaultwarden-8.0.2/vaultwarden-8.0.2.tgz
|
||||
version: 8.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: 1.22.2
|
||||
created: "2021-09-10T13:46:50.755440567Z"
|
||||
@@ -176817,6 +177312,39 @@ entries:
|
||||
- https://github.com/truecharts/apps/releases/download/xteve-1.0.1/xteve-1.0.1.tgz
|
||||
version: 1.0.1
|
||||
zwavejs2mqtt:
|
||||
- apiVersion: v2
|
||||
appVersion: 5.6.0
|
||||
created: "2021-09-14T20:45:28.985604009Z"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.12
|
||||
description: Fully configurable Zwave to MQTT gateway and Control Panel using
|
||||
NodeJS and Vue
|
||||
digest: 2cc57c5f95897336abf2750549422292cec54901918e911a41ebf8f97383e840
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/zwavejs2mqtt
|
||||
icon: https://raw.githubusercontent.com/zwave-js/zwavejs2mqtt/master/static/logo.png
|
||||
keywords:
|
||||
- zwavejs2mqtt
|
||||
- zwave-js
|
||||
- z-wave
|
||||
- zwave
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: truecharts.org
|
||||
- email: 35702532+tprelog@users.noreply.github.com
|
||||
name: tprelog
|
||||
url: truecharts.org
|
||||
name: zwavejs2mqtt
|
||||
sources:
|
||||
- https://github.com/zwave-js/zwavejs2mqtt
|
||||
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt
|
||||
type: application
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-7.0.2/zwavejs2mqtt-7.0.2.tgz
|
||||
version: 7.0.2
|
||||
- apiVersion: v2
|
||||
appVersion: auto
|
||||
created: "2021-09-08T03:33:37.860479849Z"
|
||||
@@ -180017,4 +180545,4 @@ entries:
|
||||
urls:
|
||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
|
||||
version: 3.1.5
|
||||
generated: "2021-09-14T18:19:32.391379618Z"
|
||||
generated: "2021-09-14T20:45:29.044816784Z"
|
||||
|
||||
Reference in New Issue
Block a user