Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2022-08-26 10:54:13 +00:00
parent a726a686c8
commit 36ee021fe0
540 changed files with 16206 additions and 678 deletions

View File

@@ -3,6 +3,7 @@
## [mariadb-3.0.59](https://github.com/truecharts/charts/compare/mariadb-3.0.58...mariadb-3.0.59) (2022-08-23)
### Chore
@@ -96,4 +97,3 @@
### Chore
- update helm chart common to v10.4.9

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.1
digest: sha256:f2ea5cc471b0c97c72820e26e05628919f015fdac30cccbfee2bd5a9310f8ab1
generated: "2022-08-25T06:30:32.25052681Z"
generated: "2022-08-26T10:39:51.640846116Z"

View File

@@ -25,7 +25,7 @@ sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 3.0.60
version: 3.0.61
annotations:
truecharts.org/catagories: |
- database

View File

@@ -1,6 +1,6 @@
# mariadb
![Version: 3.0.60](https://img.shields.io/badge/Version-3.0.60-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.8.4](https://img.shields.io/badge/AppVersion-10.8.4-informational?style=flat-square)
![Version: 3.0.61](https://img.shields.io/badge/Version-3.0.61-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.8.4](https://img.shields.io/badge/AppVersion-10.8.4-informational?style=flat-square)
Fast, reliable, scalable, and easy to use open-source relational database system.

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/mariadb
pullPolicy: IfNotPresent
tag: 10.8.4@sha256:6d33bfee27fea35008276dd87d33c6156325c0e70312889c79659a2db079ffe7
tag: 10.8.4@sha256:85eb7557caf0ecfbfef988ed5ea0c0385de3cdb27f444a7e6c9c75966f4d7910
controller:
# -- Set the controller type.

View File

@@ -2,6 +2,15 @@
## [adguardhome-sync-0.0.21](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.20...adguardhome-sync-0.0.21) (2022-08-26)
### Chore
- update docker general non-major ([#3573](https://github.com/truecharts/charts/issues/3573))
## [adguardhome-sync-0.0.20](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.19...adguardhome-sync-0.0.20) (2022-08-23)
### Chore

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.0
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
generated: "2022-08-23T21:52:51.784783365Z"
generated: "2022-08-26T10:39:51.622259791Z"

View File

@@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync
- https://github.com/linuxserver/docker-adguardhome-sync#readme
type: application
version: 0.0.20
version: 0.0.21

View File

@@ -1,6 +1,6 @@
# adguardhome-sync
![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances.

View File

@@ -4,7 +4,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adguardhome-sync
tag: latest@sha256:b6ab47ea8a194621897ca9c0c7f22a0b0b504f7c231c6937765fa755f1f8f0b0
tag: latest@sha256:2cbb0b776514cc2cb68763414d51b88e633e218dee37eb827811c063538d5fd4
persistence:
config:
enabled: true

View File

@@ -2095,6 +2095,8 @@ questions:
description: OpenVPN
- value: wireguard
description: Wireguard
- value: tailscale
description: Tailscale
- variable: openvpn
label: OpenVPN Settings
schema:
@@ -2114,6 +2116,61 @@ questions:
type: string
default: ""
required: true
- variable: tailscale
label: Tailscale Settings
schema:
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:
- variable: authkey
label: Authentication Key
description: Provide an auth key to automatically authenticate the node as your user account.
schema:
type: string
private: true
default: ""
- variable: accept_dns
label: Accept DNS
description: Accept DNS configuration from the admin console.
schema:
type: boolean
default: false
- variable: userspace
label: Userspace
description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
schema:
type: boolean
default: false
- variable: routes
label: Routes
description: Expose physical subnet routes to your entire Tailscale network.
schema:
type: string
default: ""
- variable: dest_ip
label: Destination IP
description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
schema:
type: string
default: ""
- variable: sock5_server
label: Sock5 Server
description: Sock5 Server
schema:
type: string
default: ""
- variable: extra_args
label: Extra Args
description: Extra Args
schema:
type: string
default: ""
- variable: daemon_extra_args
label: Tailscale Daemon Extra Args
description: Tailscale Daemon Extra Args
schema:
type: string
default: ""
- variable: killSwitch
label: Enable Killswitch
schema:
@@ -2182,7 +2239,6 @@ questions:
schema:
type: string
default: ""
required: true
- variable: envList
label: VPN Environment Variables
schema:

View File

@@ -2,6 +2,15 @@
## [conreq-0.0.20](https://github.com/truecharts/charts/compare/conreq-0.0.19...conreq-0.0.20) (2022-08-26)
### Chore
- update docker general non-major ([#3573](https://github.com/truecharts/charts/issues/3573))
## [conreq-0.0.19](https://github.com/truecharts/charts/compare/conreq-0.0.18...conreq-0.0.19) (2022-08-23)
### Chore
@@ -88,12 +97,3 @@
## [conreq-0.0.12](https://github.com/truecharts/apps/compare/conreq-0.0.11...conreq-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.0
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
generated: "2022-08-23T21:47:03.58282319Z"
generated: "2022-08-26T10:39:51.642496309Z"

View File

@@ -26,4 +26,4 @@ sources:
- https://hotio.dev/containers/conreq
- https://hub.docker.com/r/hotio/conreq
type: application
version: 0.0.19
version: 0.0.20

View File

@@ -1,6 +1,6 @@
# conreq
![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Conreq, a Content Requesting platform.

View File

@@ -3,7 +3,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/conreq
tag: latest@sha256:04841e7881f8355235faf2cfa71820447277d7a3eb5dd2c6864f26037a1fedfb
tag: latest@sha256:82cc0111e3e17cb676f657a54db669ffc71ce309e9d38eab934d129bc082646e
persistence:
config:
enabled: true

View File

@@ -2089,6 +2089,8 @@ questions:
description: OpenVPN
- value: wireguard
description: Wireguard
- value: tailscale
description: Tailscale
- variable: openvpn
label: OpenVPN Settings
schema:
@@ -2108,6 +2110,61 @@ questions:
type: string
default: ""
required: true
- variable: tailscale
label: Tailscale Settings
schema:
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:
- variable: authkey
label: Authentication Key
description: Provide an auth key to automatically authenticate the node as your user account.
schema:
type: string
private: true
default: ""
- variable: accept_dns
label: Accept DNS
description: Accept DNS configuration from the admin console.
schema:
type: boolean
default: false
- variable: userspace
label: Userspace
description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
schema:
type: boolean
default: false
- variable: routes
label: Routes
description: Expose physical subnet routes to your entire Tailscale network.
schema:
type: string
default: ""
- variable: dest_ip
label: Destination IP
description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
schema:
type: string
default: ""
- variable: sock5_server
label: Sock5 Server
description: Sock5 Server
schema:
type: string
default: ""
- variable: extra_args
label: Extra Args
description: Extra Args
schema:
type: string
default: ""
- variable: daemon_extra_args
label: Tailscale Daemon Extra Args
description: Tailscale Daemon Extra Args
schema:
type: string
default: ""
- variable: killSwitch
label: Enable Killswitch
schema:
@@ -2176,7 +2233,6 @@ questions:
schema:
type: string
default: ""
required: true
- variable: envList
label: VPN Environment Variables
schema:

View File

@@ -2,6 +2,15 @@
## [cryptpad-0.0.33](https://github.com/truecharts/charts/compare/cryptpad-0.0.32...cryptpad-0.0.33) (2022-08-26)
### Chore
- update docker general non-major ([#3573](https://github.com/truecharts/charts/issues/3573))
## [cryptpad-0.0.32](https://github.com/truecharts/charts/compare/cryptpad-0.0.31...cryptpad-0.0.32) (2022-08-25)
### Chore
@@ -88,12 +97,3 @@
### Chore
- update docker general non-major docker tags ([#3465](https://github.com/truecharts/charts/issues/3465))
## [cryptpad-0.0.22](https://github.com/truecharts/charts/compare/cryptpad-0.0.21...cryptpad-0.0.22) (2022-08-12)
### Chore
- add documentation checkbox/section to all SCALE Apps

View File

@@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.5.0
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
generated: "2022-08-25T07:03:26.188110167Z"
generated: "2022-08-26T10:39:51.674851678Z"

View File

@@ -28,4 +28,4 @@ sources:
- https://cryptpad.fr/
- https://hub.docker.com/r/promasu/cryptpad/
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -1,6 +1,6 @@
# cryptpad
![Version: 0.0.32](https://img.shields.io/badge/Version-0.0.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.33](https://img.shields.io/badge/Version-0.0.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
CryptPad is the Zero Knowledge realtime collaborative editor.[br]mkdir -p /mnt/user/appdata/cryptpad/config [/br]wget -O /mnt/user/appdata/cryptpad/config/config.js https://raw.githubusercontent.com/xwiki-labs/cryptpad/main/config/config.example.js

View File

@@ -2,7 +2,7 @@ env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cryptpad
tag: latest@sha256:2556b216e43f16be46ddcb6cd32c49c92089528c34395f943a14ca03b3c584de
tag: latest@sha256:a33222cbaa2dd0b8a5207314a96958ae2f137c47ab56e48ade76459fa3d90c4c
persistence:
blobpath:
enabled: true

View File

@@ -2,6 +2,15 @@
## [filerun-2.1.0](https://github.com/truecharts/charts/compare/filerun-2.0.30...filerun-2.1.0) (2022-08-25)
### Feat
- run app as apps user and set id and gid according to PUID and fsgroup ([#3568](https://github.com/truecharts/charts/issues/3568))
## [filerun-2.0.30](https://github.com/truecharts/charts/compare/filerun-2.0.29...filerun-2.0.30) (2022-08-23)
### Chore
@@ -88,12 +97,3 @@
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [filerun-2.0.23](https://github.com/truecharts/apps/compare/filerun-2.0.22...filerun-2.0.23) (2022-07-23)
### Chore

View File

@@ -6,4 +6,4 @@ dependencies:
repository: https://charts.truecharts.org/
version: 3.0.58
digest: sha256:2a1c9c71684c5a1f85d93f9b789faf4239d38b34f0f904800c757c52169fd1fc
generated: "2022-08-24T05:40:27.819090851Z"
generated: "2022-08-26T10:40:22.595802195Z"

View File

@@ -24,7 +24,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/filerun
- https://hub.docker.com/r/filerun/filerun
- https://github.com/filerun/docker
version: 2.0.30
version: 2.1.0
annotations:
truecharts.org/catagories: |
- media

View File

@@ -1,6 +1,6 @@
# filerun
![Version: 2.0.30](https://img.shields.io/badge/Version-2.0.30-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
FileRun is a full featured web based file manager with an easy to use user interface

View File

@@ -12,6 +12,10 @@ podSecurityContext:
runAsGroup: 0
env:
APACHE_RUN_USER: apps
APACHE_RUN_USER_ID: "{{ .Values.security.PUID }}"
APACHE_RUN_GROUP: apps
APACHE_RUN_GROUP_ID: "{{ .Values.podSecurityContext.fsGroup }}"
FR_DB_NAME: "filerun"
FR_DB_USER: "filerun"
FR_DB_PORT: "3306"

View File

@@ -2253,6 +2253,8 @@ questions:
description: OpenVPN
- value: wireguard
description: Wireguard
- value: tailscale
description: Tailscale
- variable: openvpn
label: OpenVPN Settings
schema:
@@ -2272,6 +2274,61 @@ questions:
type: string
default: ""
required: true
- variable: tailscale
label: Tailscale Settings
schema:
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:
- variable: authkey
label: Authentication Key
description: Provide an auth key to automatically authenticate the node as your user account.
schema:
type: string
private: true
default: ""
- variable: accept_dns
label: Accept DNS
description: Accept DNS configuration from the admin console.
schema:
type: boolean
default: false
- variable: userspace
label: Userspace
description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
schema:
type: boolean
default: false
- variable: routes
label: Routes
description: Expose physical subnet routes to your entire Tailscale network.
schema:
type: string
default: ""
- variable: dest_ip
label: Destination IP
description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
schema:
type: string
default: ""
- variable: sock5_server
label: Sock5 Server
description: Sock5 Server
schema:
type: string
default: ""
- variable: extra_args
label: Extra Args
description: Extra Args
schema:
type: string
default: ""
- variable: daemon_extra_args
label: Tailscale Daemon Extra Args
description: Tailscale Daemon Extra Args
schema:
type: string
default: ""
- variable: killSwitch
label: Enable Killswitch
schema:
@@ -2340,7 +2397,6 @@ questions:
schema:
type: string
default: ""
required: true
- variable: envList
label: VPN Environment Variables
schema:

View File

@@ -2,6 +2,15 @@
## [firefox-desktop-g3-0.0.19](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.18...firefox-desktop-g3-0.0.19) (2022-08-26)
### Chore
- update docker general non-major ([#3573](https://github.com/truecharts/charts/issues/3573))
## [firefox-desktop-g3-0.0.18](https://github.com/truecharts/charts/compare/firefox-desktop-g3-0.0.17...firefox-desktop-g3-0.0.18) (2022-08-23)
### Chore
@@ -88,12 +97,3 @@
## [firefox-desktop-g3-0.0.12](https://github.com/truecharts/apps/compare/firefox-desktop-g3-0.0.11...firefox-desktop-g3-0.0.12) (2022-07-23)
### Chore
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.0
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
generated: "2022-08-26T10:40:13.970661898Z"

View File

@@ -30,4 +30,4 @@ sources:
- https://github.com/accetto/headless-drawing-g3/
- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-firefox-g3
type: application
version: 0.0.18
version: 0.0.19

View File

@@ -1,6 +1,6 @@
# firefox-desktop-g3
![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
DESCRIPTION

View File

@@ -4,7 +4,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/firefox-desktop-g3
tag: latest@sha256:0155395d3d791a0df0ce8db438adf7102765bd31562ddb48142b2094f7a59852
tag: latest@sha256:52c0e1573b0519e0e40fea7f5571feaf7b033ff784f6bc40c885c776ca4a28c4
persistence:
internalshare:
enabled: true

View File

@@ -2226,6 +2226,8 @@ questions:
description: OpenVPN
- value: wireguard
description: Wireguard
- value: tailscale
description: Tailscale
- variable: openvpn
label: OpenVPN Settings
schema:
@@ -2245,6 +2247,61 @@ questions:
type: string
default: ""
required: true
- variable: tailscale
label: Tailscale Settings
schema:
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:
- variable: authkey
label: Authentication Key
description: Provide an auth key to automatically authenticate the node as your user account.
schema:
type: string
private: true
default: ""
- variable: accept_dns
label: Accept DNS
description: Accept DNS configuration from the admin console.
schema:
type: boolean
default: false
- variable: userspace
label: Userspace
description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
schema:
type: boolean
default: false
- variable: routes
label: Routes
description: Expose physical subnet routes to your entire Tailscale network.
schema:
type: string
default: ""
- variable: dest_ip
label: Destination IP
description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
schema:
type: string
default: ""
- variable: sock5_server
label: Sock5 Server
description: Sock5 Server
schema:
type: string
default: ""
- variable: extra_args
label: Extra Args
description: Extra Args
schema:
type: string
default: ""
- variable: daemon_extra_args
label: Tailscale Daemon Extra Args
description: Tailscale Daemon Extra Args
schema:
type: string
default: ""
- variable: killSwitch
label: Enable Killswitch
schema:
@@ -2313,7 +2370,6 @@ questions:
schema:
type: string
default: ""
required: true
- variable: envList
label: VPN Environment Variables
schema:

View File

@@ -2,6 +2,15 @@
## [ghost-3.0.48](https://github.com/truecharts/charts/compare/ghost-3.0.47...ghost-3.0.48) (2022-08-26)
### Chore
- update docker general non-major ([#3573](https://github.com/truecharts/charts/issues/3573))
## [ghost-3.0.47](https://github.com/truecharts/charts/compare/ghost-3.0.46...ghost-3.0.47) (2022-08-24)
### Chore
@@ -88,12 +97,3 @@
## [ghost-3.0.38](https://github.com/truecharts/charts/compare/ghost-3.0.37...ghost-3.0.38) (2022-08-08)
### Chore
- update helm general non-major helm releases ([#3376](https://github.com/truecharts/charts/issues/3376))
- replace questions parts with templates ([#3402](https://github.com/truecharts/charts/issues/3402))

View File

@@ -6,4 +6,4 @@ dependencies:
repository: https://charts.truecharts.org/
version: 3.0.58
digest: sha256:2a1c9c71684c5a1f85d93f9b789faf4239d38b34f0f904800c757c52169fd1fc
generated: "2022-08-23T21:52:42.495078211Z"
generated: "2022-08-26T10:40:22.85590743Z"

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "5.10.1"
appVersion: "5.11.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -26,7 +26,7 @@ sources:
- https://github.com/TryGhost/Ghost
- https://hub.docker.com/_/ghost
- https://ghost.org/docs/
version: 3.0.47
version: 3.0.48
annotations:
truecharts.org/catagories: |
- productivity

View File

@@ -1,6 +1,6 @@
# ghost
![Version: 3.0.47](https://img.shields.io/badge/Version-3.0.47-informational?style=flat-square) ![AppVersion: 5.10.1](https://img.shields.io/badge/AppVersion-5.10.1-informational?style=flat-square)
![Version: 3.0.48](https://img.shields.io/badge/Version-3.0.48-informational?style=flat-square) ![AppVersion: 5.11.0](https://img.shields.io/badge/AppVersion-5.11.0-informational?style=flat-square)
Ghost is an open source, professional publishing platform built on a modern Node.js technology stack designed for teams who need power, flexibility and performance.

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/ghost
tag: 5.10.1@sha256:66c5af124f3658b51faeff2e7b76d6da656eb77b9e5d46f2b8ac856011227b2d
tag: 5.11.0@sha256:614108b8004e5b83b34a8bc2d3b284a0bf36fbc10fb051efc9fc46cc916ec0fc
pullPolicy: IfNotPresent
env:

View File

@@ -2291,6 +2291,8 @@ questions:
description: OpenVPN
- value: wireguard
description: Wireguard
- value: tailscale
description: Tailscale
- variable: openvpn
label: OpenVPN Settings
schema:
@@ -2310,6 +2312,61 @@ questions:
type: string
default: ""
required: true
- variable: tailscale
label: Tailscale Settings
schema:
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:
- variable: authkey
label: Authentication Key
description: Provide an auth key to automatically authenticate the node as your user account.
schema:
type: string
private: true
default: ""
- variable: accept_dns
label: Accept DNS
description: Accept DNS configuration from the admin console.
schema:
type: boolean
default: false
- variable: userspace
label: Userspace
description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
schema:
type: boolean
default: false
- variable: routes
label: Routes
description: Expose physical subnet routes to your entire Tailscale network.
schema:
type: string
default: ""
- variable: dest_ip
label: Destination IP
description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
schema:
type: string
default: ""
- variable: sock5_server
label: Sock5 Server
description: Sock5 Server
schema:
type: string
default: ""
- variable: extra_args
label: Extra Args
description: Extra Args
schema:
type: string
default: ""
- variable: daemon_extra_args
label: Tailscale Daemon Extra Args
description: Tailscale Daemon Extra Args
schema:
type: string
default: ""
- variable: killSwitch
label: Enable Killswitch
schema:
@@ -2378,7 +2435,6 @@ questions:
schema:
type: string
default: ""
required: true
- variable: envList
label: VPN Environment Variables
schema:

View File

@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.0
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
generated: "2022-08-25T07:03:26.440179698Z"

View File

@@ -2,6 +2,15 @@
## [icloudpd-0.0.21](https://github.com/truecharts/charts/compare/icloudpd-0.0.20...icloudpd-0.0.21) (2022-08-26)
### Chore
- update docker general non-major ([#3573](https://github.com/truecharts/charts/issues/3573))
## [icloudpd-0.0.20](https://github.com/truecharts/charts/compare/icloudpd-0.0.19...icloudpd-0.0.20) (2022-08-25)
### Chore
@@ -88,12 +97,3 @@
## [icloudpd-0.0.12](https://github.com/truecharts/apps/compare/icloudpd-0.0.11...icloudpd-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [icloudpd-0.0.12](https://github.com/truecharts/apps/compare/icloudpd-0.0.11...icloudpd-0.0.12) (2022-07-23)

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.0
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
generated: "2022-08-26T10:40:14.352086111Z"

View File

@@ -30,4 +30,4 @@ sources:
- https://github.com/Womabre/-TrueNAS-docker-templates
- https://hub.docker.com/r/boredazfcuk/icloudpd/
type: application
version: 0.0.20
version: 0.0.21

View File

@@ -1,6 +1,6 @@
# icloudpd
![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
iCloudPD, syncs photos from iDevices to a single directory on TrueNAS.

View File

@@ -14,7 +14,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/icloudpd
tag: latest@sha256:5ee5db388eaea638c96ced0db8c51d78926c8b0076368d814f41cbc070125cee
tag: latest@sha256:2f18d9128ff56722922f2a28808f65f5944b0dfcf9238bf82b80f78eedf096f8
persistence:
config:
enabled: true

View File

@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.0
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
generated: "2022-08-23T22:10:09.451345107Z"

View File

@@ -2,6 +2,15 @@
## [recyclarr-0.0.20](https://github.com/truecharts/charts/compare/recyclarr-0.0.19...recyclarr-0.0.20) (2022-08-26)
### Chore
- update docker general non-major ([#3573](https://github.com/truecharts/charts/issues/3573))
## [recyclarr-0.0.19](https://github.com/truecharts/charts/compare/recyclarr-0.0.18...recyclarr-0.0.19) (2022-08-23)
### Chore
@@ -88,12 +97,3 @@
## [recyclarr-0.0.12](https://github.com/truecharts/apps/compare/recyclarr-0.0.11...recyclarr-0.0.12) (2022-07-23)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.0
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
generated: "2022-08-26T10:40:37.601857773Z"

View File

@@ -26,4 +26,4 @@ sources:
- https://github.com/recyclarr/recyclarr
- https://github.com/recyclarr/recyclarr/pkgs/container/recyclarr
type: application
version: 0.0.19
version: 0.0.20

View File

@@ -1,6 +1,6 @@
# recyclarr
![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances.

View File

@@ -3,7 +3,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/recyclarr
tag: latest@sha256:23fe1af683122e77d08ad1dfc4e69f37de201357c25aedd1f7ebeffd87647fb9
tag: latest@sha256:89f4cd18f4920122eb7ca3b3d68169d6d2066a97c784f3ddb16ca6729e382d1c
persistence:
config:
enabled: true

View File

@@ -1668,6 +1668,8 @@ questions:
description: OpenVPN
- value: wireguard
description: Wireguard
- value: tailscale
description: Tailscale
- variable: openvpn
label: OpenVPN Settings
schema:
@@ -1687,6 +1689,61 @@ questions:
type: string
default: ""
required: true
- variable: tailscale
label: Tailscale Settings
schema:
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:
- variable: authkey
label: Authentication Key
description: Provide an auth key to automatically authenticate the node as your user account.
schema:
type: string
private: true
default: ""
- variable: accept_dns
label: Accept DNS
description: Accept DNS configuration from the admin console.
schema:
type: boolean
default: false
- variable: userspace
label: Userspace
description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device.
schema:
type: boolean
default: false
- variable: routes
label: Routes
description: Expose physical subnet routes to your entire Tailscale network.
schema:
type: string
default: ""
- variable: dest_ip
label: Destination IP
description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched.
schema:
type: string
default: ""
- variable: sock5_server
label: Sock5 Server
description: Sock5 Server
schema:
type: string
default: ""
- variable: extra_args
label: Extra Args
description: Extra Args
schema:
type: string
default: ""
- variable: daemon_extra_args
label: Tailscale Daemon Extra Args
description: Tailscale Daemon Extra Args
schema:
type: string
default: ""
- variable: killSwitch
label: Enable Killswitch
schema:
@@ -1755,7 +1812,6 @@ questions:
schema:
type: string
default: ""
required: true
- variable: envList
label: VPN Environment Variables
schema:

View File

@@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.0
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
generated: "2022-08-23T22:10:28.350263484Z"

View File

@@ -2,6 +2,15 @@
## [redisinsight-0.0.18](https://github.com/truecharts/charts/compare/redisinsight-0.0.17...redisinsight-0.0.18) (2022-08-26)
### Chore
- update docker general non-major ([#3573](https://github.com/truecharts/charts/issues/3573))
## [redisinsight-0.0.17](https://github.com/truecharts/charts/compare/redisinsight-0.0.16...redisinsight-0.0.17) (2022-08-23)
### Chore
@@ -88,12 +97,3 @@
## [redisinsight-0.0.11]redisinsight-0.0.11 (2022-07-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Bump all charts to generate config and container references due to huge increase of repository
- Move Dev to incubator and some cleanup

View File

@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.5.0
digest: sha256:d3b7db30dfbaabd81fb7d0bcc2314601ed7e12a85ccc880e1e8df09799f38910
generated: "2022-08-26T10:40:37.866950991Z"

View File

@@ -26,4 +26,4 @@ sources:
- https://redis.com/redis-enterprise/redis-insight/
- https://hub.docker.com/r/redislabs/redisinsight
type: application
version: 0.0.17
version: 0.0.18

View File

@@ -1,6 +1,6 @@
# redisinsight
![Version: 0.0.17](https://img.shields.io/badge/Version-0.0.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
RedisInsight - The GUI for Redis.

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