Combined update (including common 1.3.0) (#173)
* Update Helm chart common to v1.3.0 * Update-Folder-Names-and-Dependencies * Fix Jellyfin "installed" Icon Fixes #171 * Add PUID PGID and UMASK to questions.yaml * Fix traefik certmanager bugs * Refactor appAdditionalServices for all Apps Fixes #169 Fixes #170 * Fix acmeDNS 2.0 and make traefik version 1.0.0 (for consistancy) * Update charts/transmission/1.3.0/values.yaml Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com> * Update charts/truecommand/1.3.0/Chart.yaml Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com> Co-authored-by: Troy Prelog <35702532+tprelog@users.noreply.github.com>
This commit is contained in:
co-authored by
Renovate Bot
renovate[bot] <renovate[bot]@users.noreply.github.com>
Troy Prelog
parent
51b0f11d35
commit
0c87cbb4b3
@@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://charts.truecharts.org/
|
|
||||||
version: 1.2.0
|
|
||||||
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
|
|
||||||
generated: "2021-02-19T22:01:09.463077152Z"
|
|
||||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://charts.truecharts.org/
|
||||||
|
version: 1.3.0
|
||||||
|
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
|
||||||
|
generated: "2021-02-21T10:52:55.726114009Z"
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v0.9.0.5
|
appVersion: v0.9.0.5
|
||||||
description: Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements
|
description: Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements
|
||||||
name: bazarr
|
name: bazarr
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
upstream_version: 5.2.1
|
upstream_version: 5.2.1
|
||||||
keywords:
|
keywords:
|
||||||
- bazarr
|
- bazarr
|
||||||
@@ -21,4 +21,4 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
Binary file not shown.
@@ -66,6 +66,30 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "definitions/timezone"
|
- "definitions/timezone"
|
||||||
|
|
||||||
|
- variable: PUID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PUID"
|
||||||
|
description: "The UserID of the user running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: PGID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PGID"
|
||||||
|
description: "The groupID of the user/group running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: UMASK
|
||||||
|
group: "Configuration"
|
||||||
|
label: "UMASK (advanced)"
|
||||||
|
description: "The UMASK used if supported by the application"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "002"
|
||||||
|
|
||||||
# Configure Enviroment Variables
|
# Configure Enviroment Variables
|
||||||
- variable: environmentVariables
|
- variable: environmentVariables
|
||||||
label: "Image environment"
|
label: "Image environment"
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://charts.truecharts.org/
|
|
||||||
version: 1.2.0
|
|
||||||
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
|
|
||||||
generated: "2021-02-19T22:01:07.02234411Z"
|
|
||||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://charts.truecharts.org/
|
||||||
|
version: 1.3.0
|
||||||
|
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
|
||||||
|
generated: "2021-02-21T10:52:53.247078585Z"
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 0.6.9
|
appVersion: 0.6.9
|
||||||
description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
||||||
name: calibre-web
|
name: calibre-web
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
upstream_version: 4.3.1
|
upstream_version: 4.3.1
|
||||||
keywords:
|
keywords:
|
||||||
- calibre
|
- calibre
|
||||||
@@ -17,5 +17,5 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
|
|
||||||
Binary file not shown.
@@ -66,6 +66,30 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "definitions/timezone"
|
- "definitions/timezone"
|
||||||
|
|
||||||
|
- variable: PUID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PUID"
|
||||||
|
description: "The UserID of the user running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: PGID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PGID"
|
||||||
|
description: "The groupID of the user/group running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: UMASK
|
||||||
|
group: "Configuration"
|
||||||
|
label: "UMASK (advanced)"
|
||||||
|
description: "The UMASK used if supported by the application"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "002"
|
||||||
|
|
||||||
# Configure Enviroment Variables
|
# Configure Enviroment Variables
|
||||||
- variable: environmentVariables
|
- variable: environmentVariables
|
||||||
label: "Image environment"
|
label: "Image environment"
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://charts.truecharts.org/
|
|
||||||
version: 1.2.0
|
|
||||||
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
|
|
||||||
generated: "2021-02-19T22:01:04.60350689Z"
|
|
||||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://charts.truecharts.org/
|
||||||
|
version: 1.3.0
|
||||||
|
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
|
||||||
|
generated: "2021-02-21T10:52:50.698890881Z"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: collabora-online
|
name: collabora-online
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
appVersion: 6.4.6.1
|
appVersion: 6.4.6.1
|
||||||
description: Collabora Online Development Edition – an awesome, Online Office suite image suitable for home use.
|
description: Collabora Online Development Edition – an awesome, Online Office suite image suitable for home use.
|
||||||
keywords:
|
keywords:
|
||||||
@@ -15,4 +15,4 @@ sources:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
Binary file not shown.
+36
@@ -1,6 +1,8 @@
|
|||||||
groups:
|
groups:
|
||||||
- name: "Container Image"
|
- name: "Container Image"
|
||||||
description: "Configure Container Image"
|
description: "Configure Container Image"
|
||||||
|
- name: "Configuration"
|
||||||
|
description: "additional container configuration"
|
||||||
- name: "Networking"
|
- name: "Networking"
|
||||||
description: "Network Configuration"
|
description: "Network Configuration"
|
||||||
- name: "Environment Variables"
|
- name: "Environment Variables"
|
||||||
@@ -71,6 +73,40 @@ questions:
|
|||||||
- value: "Recreate"
|
- value: "Recreate"
|
||||||
description: "Kill existing pods before creating new ones"
|
description: "Kill existing pods before creating new ones"
|
||||||
|
|
||||||
|
# Configure Time Zone
|
||||||
|
- variable: timezone
|
||||||
|
group: "Configuration"
|
||||||
|
label: "Timezone"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "Etc/UTC"
|
||||||
|
$ref:
|
||||||
|
- "definitions/timezone"
|
||||||
|
|
||||||
|
- variable: PUID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PUID"
|
||||||
|
description: "The UserID of the user running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: PGID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PGID"
|
||||||
|
description: "The groupID of the user/group running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: UMASK
|
||||||
|
group: "Configuration"
|
||||||
|
label: "UMASK (advanced)"
|
||||||
|
description: "The UMASK used if supported by the application"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "002"
|
||||||
|
|
||||||
# Service Configuration
|
# Service Configuration
|
||||||
- variable: service
|
- variable: service
|
||||||
group: "Networking"
|
group: "Networking"
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://charts.truecharts.org/
|
|
||||||
version: 1.2.0
|
|
||||||
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
|
|
||||||
generated: "2021-02-19T22:01:02.064822227Z"
|
|
||||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://charts.truecharts.org/
|
||||||
|
version: 1.3.0
|
||||||
|
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
|
||||||
|
generated: "2021-02-21T10:52:48.201533475Z"
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v2.0.3-2201906121747
|
appVersion: v2.0.3-2201906121747
|
||||||
description: Deluge is a torrent download client
|
description: Deluge is a torrent download client
|
||||||
name: deluge
|
name: deluge
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
upstream_version: 1.1.1
|
upstream_version: 1.1.1
|
||||||
keywords:
|
keywords:
|
||||||
- deluge
|
- deluge
|
||||||
@@ -17,5 +17,5 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
|
|
||||||
Binary file not shown.
@@ -66,6 +66,30 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "definitions/timezone"
|
- "definitions/timezone"
|
||||||
|
|
||||||
|
- variable: PUID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PUID"
|
||||||
|
description: "The UserID of the user running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: PGID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PGID"
|
||||||
|
description: "The groupID of the user/group running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: UMASK
|
||||||
|
group: "Configuration"
|
||||||
|
label: "UMASK (advanced)"
|
||||||
|
description: "The UMASK used if supported by the application"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "002"
|
||||||
|
|
||||||
# Configure Enviroment Variables
|
# Configure Enviroment Variables
|
||||||
- variable: environmentVariables
|
- variable: environmentVariables
|
||||||
label: "Image environment"
|
label: "Image environment"
|
||||||
@@ -87,6 +111,14 @@ questions:
|
|||||||
label: "Value"
|
label: "Value"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
# Enable Host Network
|
||||||
|
- variable: hostNetwork
|
||||||
|
group: "Networking"
|
||||||
|
label: "Enable Host Network"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
|
||||||
- variable: service
|
- variable: service
|
||||||
group: "Networking"
|
group: "Networking"
|
||||||
@@ -142,70 +174,117 @@ questions:
|
|||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
show_subquestions_if: true
|
hidden: true
|
||||||
subquestions:
|
- variable: type
|
||||||
- variable: port
|
label: "Service type"
|
||||||
label: "Configuration"
|
schema:
|
||||||
schema:
|
type: string
|
||||||
type: dict
|
default: "ClusterIP"
|
||||||
attrs:
|
enum:
|
||||||
- variable: port
|
- value: "NodePort"
|
||||||
label: "container port"
|
description: "NodePort"
|
||||||
schema:
|
- value: "ClusterIP"
|
||||||
type: int
|
description: "ClusterIP"
|
||||||
default: 51413
|
- variable: port
|
||||||
required: false
|
label: "Port configuration"
|
||||||
- variable: type
|
schema:
|
||||||
label: "service type"
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: "port name"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "ClusterIP"
|
default: "torrent-tcp"
|
||||||
enum:
|
hidden: true
|
||||||
- value: "ClusterIP"
|
- variable: protocol
|
||||||
description: "ClusterIP"
|
label: "Protocol"
|
||||||
- value: "NodePort"
|
schema:
|
||||||
description: "NodePort"
|
type: string
|
||||||
|
default: "TCP"
|
||||||
|
hidden: true
|
||||||
|
- variable: port
|
||||||
|
label: "container port"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 51413
|
||||||
|
editable: false
|
||||||
|
hidden: true
|
||||||
|
- variable: targetport
|
||||||
|
label: "container targetport"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 51413
|
||||||
|
editable: false
|
||||||
|
hidden: true
|
||||||
|
- variable: nodePort
|
||||||
|
label: "Node Port to expose"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
min: 9000
|
||||||
|
max: 65535
|
||||||
|
default: 51413
|
||||||
|
required: false
|
||||||
- variable: udp
|
- variable: udp
|
||||||
label: ""
|
label: ""
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: enabled
|
- variable: enabled
|
||||||
label: "Enable TCP port for Torrent Connections"
|
label: "Enable UDP port for Torrent Connections"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
show_subquestions_if: true
|
hidden: true
|
||||||
subquestions:
|
- variable: type
|
||||||
- variable: port
|
label: "Service type"
|
||||||
label: "Configuration"
|
schema:
|
||||||
schema:
|
type: string
|
||||||
type: dict
|
default: "ClusterIP"
|
||||||
attrs:
|
enum:
|
||||||
- variable: port
|
- value: "NodePort"
|
||||||
label: "container port"
|
description: "NodePort"
|
||||||
schema:
|
- value: "ClusterIP"
|
||||||
type: int
|
description: "ClusterIP"
|
||||||
default: 51413
|
- variable: port
|
||||||
required: false
|
label: "Port configuration"
|
||||||
- variable: type
|
schema:
|
||||||
label: "service type"
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: "port name"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "ClusterIP"
|
default: "torrent-udp"
|
||||||
enum:
|
hidden: true
|
||||||
- value: "ClusterIP"
|
- variable: protocol
|
||||||
description: "ClusterIP"
|
label: "Protocol"
|
||||||
- value: "NodePort"
|
schema:
|
||||||
description: "NodePort"
|
type: string
|
||||||
|
default: "UDP"
|
||||||
|
hidden: true
|
||||||
|
- variable: port
|
||||||
|
label: "container port"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 51413
|
||||||
|
editable: false
|
||||||
|
hidden: true
|
||||||
|
- variable: targetport
|
||||||
|
label: "container targetport"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 51413
|
||||||
|
editable: false
|
||||||
|
hidden: true
|
||||||
|
- variable: nodePort
|
||||||
|
label: "Node Port to expose"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
min: 9000
|
||||||
|
max: 65535
|
||||||
|
default: 51413
|
||||||
|
required: false
|
||||||
|
|
||||||
# Enable Host Network
|
|
||||||
- variable: hostNetwork
|
|
||||||
group: "Networking"
|
|
||||||
label: "Enable Host Network"
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: false
|
|
||||||
|
|
||||||
## TrueCharts Specific
|
## TrueCharts Specific
|
||||||
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://charts.truecharts.org/
|
|
||||||
version: 1.2.0
|
|
||||||
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
|
|
||||||
generated: "2021-02-19T22:00:59.631078369Z"
|
|
||||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://charts.truecharts.org/
|
||||||
|
version: 1.3.0
|
||||||
|
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
|
||||||
|
generated: "2021-02-21T10:52:45.737338653Z"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.15.3
|
appVersion: 1.15.3
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
upstream_version: 4.3.1
|
upstream_version: 4.3.1
|
||||||
|
|
||||||
name: esphome
|
name: esphome
|
||||||
@@ -23,4 +23,4 @@ sources:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
Binary file not shown.
@@ -75,6 +75,30 @@ questions:
|
|||||||
default: "Etc/UTC"
|
default: "Etc/UTC"
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/timezone"
|
- "definitions/timezone"
|
||||||
|
|
||||||
|
- variable: PUID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PUID"
|
||||||
|
description: "The UserID of the user running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: PGID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PGID"
|
||||||
|
description: "The groupID of the user/group running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: UMASK
|
||||||
|
group: "Configuration"
|
||||||
|
label: "UMASK (advanced)"
|
||||||
|
description: "The UMASK used if supported by the application"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "002"
|
||||||
# Configure Enviroment Variables
|
# Configure Enviroment Variables
|
||||||
- variable: environment
|
- variable: environment
|
||||||
group: "Configuration"
|
group: "Configuration"
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://charts.truecharts.org/
|
|
||||||
version: 1.2.0
|
|
||||||
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
|
|
||||||
generated: "2021-02-19T22:00:57.106520364Z"
|
|
||||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://charts.truecharts.org/
|
||||||
|
version: 1.3.0
|
||||||
|
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
|
||||||
|
generated: "2021-02-21T10:52:43.039498587Z"
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 1.17.0
|
appVersion: 1.17.0
|
||||||
description: FreshRSS is a self-hosted RSS feed aggregator
|
description: FreshRSS is a self-hosted RSS feed aggregator
|
||||||
name: freshrss
|
name: freshrss
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
upstream_version: 2.3.1
|
upstream_version: 2.3.1
|
||||||
keywords:
|
keywords:
|
||||||
- freshrss
|
- freshrss
|
||||||
@@ -17,5 +17,5 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
|
|
||||||
Binary file not shown.
@@ -66,6 +66,30 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "definitions/timezone"
|
- "definitions/timezone"
|
||||||
|
|
||||||
|
- variable: PUID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PUID"
|
||||||
|
description: "The UserID of the user running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: PGID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PGID"
|
||||||
|
description: "The groupID of the user/group running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: UMASK
|
||||||
|
group: "Configuration"
|
||||||
|
label: "UMASK (advanced)"
|
||||||
|
description: "The UMASK used if supported by the application"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "002"
|
||||||
|
|
||||||
# Configure Enviroment Variables
|
# Configure Enviroment Variables
|
||||||
- variable: environmentVariables
|
- variable: environmentVariables
|
||||||
label: "Image environment"
|
label: "Image environment"
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://charts.truecharts.org/
|
|
||||||
version: 1.2.0
|
|
||||||
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
|
|
||||||
generated: "2021-02-19T22:00:54.649108943Z"
|
|
||||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://charts.truecharts.org/
|
||||||
|
version: 1.3.0
|
||||||
|
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
|
||||||
|
generated: "2021-02-21T10:52:40.592716474Z"
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.
|
description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.
|
||||||
name: gaps
|
name: gaps
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
upstream_version: 1.1.1
|
upstream_version: 1.1.1
|
||||||
keywords:
|
keywords:
|
||||||
- plex
|
- plex
|
||||||
@@ -16,5 +16,5 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
|
|
||||||
Binary file not shown.
@@ -66,6 +66,30 @@ questions:
|
|||||||
$ref:
|
$ref:
|
||||||
- "definitions/timezone"
|
- "definitions/timezone"
|
||||||
|
|
||||||
|
- variable: PUID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PUID"
|
||||||
|
description: "The UserID of the user running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: PGID
|
||||||
|
group: "Configuration"
|
||||||
|
label: "PGID"
|
||||||
|
description: "The groupID of the user/group running the application and owning the files"
|
||||||
|
schema:
|
||||||
|
type: int
|
||||||
|
default: 568
|
||||||
|
|
||||||
|
- variable: UMASK
|
||||||
|
group: "Configuration"
|
||||||
|
label: "UMASK (advanced)"
|
||||||
|
description: "The UMASK used if supported by the application"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "002"
|
||||||
|
|
||||||
# Configure Enviroment Variables
|
# Configure Enviroment Variables
|
||||||
- variable: environmentVariables
|
- variable: environmentVariables
|
||||||
label: "Image environment"
|
label: "Image environment"
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- name: common
|
|
||||||
repository: https://charts.truecharts.org/
|
|
||||||
version: 1.2.0
|
|
||||||
digest: sha256:0df76d862e87e9d51233b129ac57a02916ff546b80b34587744db26cb2a1a49b
|
|
||||||
generated: "2021-02-19T22:00:52.176863544Z"
|
|
||||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://charts.truecharts.org/
|
||||||
|
version: 1.3.0
|
||||||
|
digest: sha256:a8928a03fcb76273e4859e665534195ef86dfa8710d8cb04d06114ce97227692
|
||||||
|
generated: "2021-02-21T10:52:38.190375653Z"
|
||||||
@@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v2.7.1
|
appVersion: v2.7.1
|
||||||
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
|
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
|
||||||
name: grocy
|
name: grocy
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
upstream_version: 4.3.1
|
upstream_version: 4.3.1
|
||||||
keywords:
|
keywords:
|
||||||
- grocy
|
- grocy
|
||||||
@@ -15,5 +15,5 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 1.2.0
|
version: 1.3.0
|
||||||
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user