Commit new App releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-03-27 10:52:51 +00:00
parent 9a61caa298
commit 8609e6a415
14 changed files with 3871 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Changelog<br>
<a name="technitium-0.0.1"></a>
### technitium-0.0.1 (2022-03-27)
#### Feat
* add technitium ([#2299](https://github.com/truecharts/apps/issues/2299))

View File

@ -0,0 +1,7 @@
# 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](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
##### Available config options
In the future this page is going to contain an automated list of options available in the installation/edit UI.

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.1.15
digest: sha256:8f13af42bdb9c005c8b99d3443c5b350c9d99c45f485e7bbcb233fd14b3ab4f4
generated: "2022-03-27T10:47:01.360859028Z"

View File

@ -0,0 +1,29 @@
apiVersion: v2
appVersion: "8.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.1.15
deprecated: false
description: Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security.
home: https://github.com/truecharts/apps/tree/master/charts/stable/technitium
icon: https://truecharts.org/_static/img/appicons/technitium.png
keywords:
- DNS
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: technitium
sources:
- https://github.com/TechnitiumSoftware/DnsServer
- https://technitium.com/
- https://hub.docker.com/r/technitium/dns-server
type: application
version: 0.0.1
annotations:
truecharts.org/catagories: |
- networking
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,39 @@
# Introduction
Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security.
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/TechnitiumSoftware/DnsServer>
* <https://technitium.com/>
* <https://hub.docker.com/r/technitium/dns-server>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 9.1.15 |
## Installing the Chart
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
## Upgrading, Rolling Back and Uninstalling the Chart
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
## Support
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) 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

View File

@ -0,0 +1,3 @@
Technitium DNS Server is an open source authoritative as well as recursive DNS server that can be used for self hosting a DNS server for privacy & security.
This App is supplied by TrueCharts, for more information please visit https://truecharts.org

Binary file not shown.

View File

@ -0,0 +1,67 @@
# 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 |
|-----|------|---------|-------------|
| env.DNS_SERVER_ALLOW_TXT_BLOCKING_REPORT | bool | `false` | |
| env.DNS_SERVER_DOMAIN | string | `"dns-server"` | |
| env.DNS_SERVER_ENABLE_BLOCKING | bool | `false` | |
| env.DNS_SERVER_FORWARDERS | string | `"1.1.1.1, 8.8.8.8"` | |
| env.DNS_SERVER_FORWARDER_PROTOCOL | string | `"Tcp"` | |
| env.DNS_SERVER_OPTIONAL_PROTOCOL_DNS_OVER_HTTP | bool | `false` | |
| env.DNS_SERVER_PREFER_IPV6 | bool | `false` | |
| env.DNS_SERVER_RECURSION | string | `"AllowOnlyForPrivateNetworks"` | |
| env.DNS_SERVER_RECURSION_ALLOWED_NETWORKS | string | `"127.0.0.1, 192.168.1.0/24"` | |
| env.DNS_SERVER_RECURSION_DENIED_NETWORKS | string | `"1.1.1.0/24"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"technitium/dns-server"` | |
| image.tag | string | `"8.0@sha256:37edc3d3cc4521559f5738d5152926750a498294ccef9fe264369746be87febc"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/etc/dns/config"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| secret.DNS_SERVER_ADMIN_PASSWORD | string | `"password"` | |
| securityContext.allowPrivilegeEscalation | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.dns-cert.enabled | bool | `true` | |
| service.dns-cert.ports.dns-cert.enabled | bool | `true` | |
| service.dns-cert.ports.dns-cert.port | int | `10202` | |
| service.dns-cert.ports.dns-cert.protocol | string | `"TCP"` | |
| service.dns-cert.ports.dns-cert.targetPort | int | `80` | |
| service.dns-https-proxy.enabled | bool | `true` | |
| service.dns-https-proxy.ports.dns-https-proxy.enabled | bool | `true` | |
| service.dns-https-proxy.ports.dns-https-proxy.port | int | `10204` | |
| service.dns-https-proxy.ports.dns-https-proxy.protocol | string | `"TCP"` | |
| service.dns-https-proxy.ports.dns-https-proxy.targetPort | int | `8053` | |
| service.dns-https.enabled | bool | `true` | |
| service.dns-https.ports.dns-https.enabled | bool | `true` | |
| service.dns-https.ports.dns-https.port | int | `10203` | |
| service.dns-https.ports.dns-https.protocol | string | `"TCP"` | |
| service.dns-https.ports.dns-https.targetPort | int | `443` | |
| service.dns-tcp.enabled | bool | `true` | |
| service.dns-tcp.ports.dns-tcp.enabled | bool | `true` | |
| service.dns-tcp.ports.dns-tcp.port | int | `53` | |
| service.dns-tcp.ports.dns-tcp.targetPort | int | `53` | |
| service.dns-tls.enabled | bool | `true` | |
| service.dns-tls.ports.dns-tls.enabled | bool | `true` | |
| service.dns-tls.ports.dns-tls.port | int | `853` | |
| service.dns-tls.ports.dns-tls.protocol | string | `"TCP"` | |
| service.dns-tls.ports.dns-tls.targetPort | int | `853` | |
| service.dns-udp.enabled | bool | `true` | |
| service.dns-udp.ports.dns-udp.enabled | bool | `true` | |
| service.dns-udp.ports.dns-udp.port | int | `53` | |
| service.dns-udp.ports.dns-udp.protocol | string | `"UDP"` | |
| service.dns-udp.ports.dns-udp.targetPort | int | `53` | |
| service.main.ports.main.port | int | `5380` | |
| service.main.ports.main.targetPort | int | `5380` | |
All Rights Reserved - The TrueCharts Project

View File

@ -0,0 +1,94 @@
image:
repository: technitium/dns-server
pullPolicy: IfNotPresent
tag: 8.0@sha256:37edc3d3cc4521559f5738d5152926750a498294ccef9fe264369746be87febc
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret:
DNS_SERVER_ADMIN_PASSWORD: "password"
env:
DNS_SERVER_DOMAIN: "dns-server"
DNS_SERVER_PREFER_IPV6: false
DNS_SERVER_OPTIONAL_PROTOCOL_DNS_OVER_HTTP: false
DNS_SERVER_RECURSION: "AllowOnlyForPrivateNetworks"
DNS_SERVER_RECURSION_DENIED_NETWORKS: "1.1.1.0/24"
DNS_SERVER_RECURSION_ALLOWED_NETWORKS: "127.0.0.1, 192.168.1.0/24"
DNS_SERVER_ENABLE_BLOCKING: false
DNS_SERVER_ALLOW_TXT_BLOCKING_REPORT: false
DNS_SERVER_FORWARDERS: "1.1.1.1, 8.8.8.8"
DNS_SERVER_FORWARDER_PROTOCOL: "Tcp"
service:
main:
ports:
main:
port: 5380
targetPort: 5380
dns-tcp:
enabled: true
ports:
dns-tcp:
enabled: true
port: 53
targetPort: 53
dns-udp:
enabled: true
ports:
dns-udp:
enabled: true
protocol: UDP
port: 53
targetPort: 53
dns-tls:
enabled: true
ports:
dns-tls:
enabled: true
protocol: TCP
port: 853
targetPort: 853
dns-cert:
enabled: true
ports:
dns-cert:
enabled: true
protocol: TCP
port: 10202
targetPort: 80
dns-https:
enabled: true
ports:
dns-https:
enabled: true
protocol: TCP
port: 10203
targetPort: 443
dns-https-proxy:
enabled: true
ports:
dns-https-proxy:
enabled: true
protocol: TCP
port: 10204
targetPort: 8053
# Not sure if those will work on k8s
# - "443:443/tcp" #DNS-over-HTTPS service
# - "80:80/tcp" #DNS-over-HTTPS service certbot certificate renewal
# Note sure if this will work with traefik
# - "8053:8053/tcp" #DNS-over-HTTPS using reverse proxy
persistence:
config:
enabled: true
mountPath: "/etc/dns/config"

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{{- include "common.all" . }}

View File

View File

@ -0,0 +1,4 @@
icon_url: https://truecharts.org/_static/img/appicons/technitium.png
categories:
- networking