Post Code-Freeze Review, Bugsfixes and Documentation

- Fix traefik Portal Button
- Touchup Security Policies
- Update Support Policies
- Re-Add Deluge as incubator App
- Add Canary to Security Policies
- Add all-contributors basic config
This commit is contained in:
kjeld Schouten-Lebbing
2021-04-09 13:34:29 +02:00
parent 56211222bf
commit cde18639c7
568 changed files with 2295 additions and 1614 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
# Configuration Options
N/A
##### Connecting to other apps
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Together" guide:
https://truecharts.org/manual/linking/
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.
-11
View File
@@ -1,11 +0,0 @@
{{- define "custom.custom.configuration.header" -}}
# Configuration Options
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
N/A
{{- end -}}
{{ template "custom.custom.configuration" . }}
+1 -1
View File
@@ -47,7 +47,7 @@ The command removes all the Kubernetes components associated with the chart **in
## Support
- See the [Wiki](https://wiki.truecharts.org)
- See the [Wiki](https://truecharts.org)
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
- Ask a [question](https://github.com/truecharts/apps/discussions)
Binary file not shown.
+18 -1
View File
@@ -23,11 +23,28 @@ portals:
protocols:
- "https"
host:
- "$variable-ingress.hosts[0].host"
- "$kubernetes-resource_configmap_portal_host"
ports:
- "443"
questions:
- variable: portal
group: "Container Image"
label: "Configure Portal Button"
schema:
type: dict
hidden: true
attrs:
- variable: enabled
label: "Enable"
description: "enable the portal button"
schema:
hidden: true
editable: false
type: boolean
default: true
# Update Policy
- variable: strategyType
group: "Container Image"
@@ -1 +1,2 @@
{{ include "common.ingress" . }}
{{ include "common.resources.portal" . }}