fix(intentree): fixup (#3209)

* fix(intentree): fixup

* test change

* Add mail options to GUI

* whoops

* change... something?!

* whoops

* change workdir

* try diff user

* plainhost

* bump mosq for docs to publish

* update redis url

* use new plainhostpass [skip ci]

* update video link in docs [skip ci]

* remove uneeded configmap
This commit is contained in:
Stavros Kois
2022-07-19 09:06:34 +00:00
committed by GitHub
parent 3aa7fb1912
commit fd8ffadd03
6 changed files with 114 additions and 69 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: cloudflareddns
version: 1.0.1
version: 1.0.2
appVersion: "latest"
description: Update your Cloudflare DNS records automatically for those with a dynamic IP
type: application
@@ -17,7 +17,10 @@ Cloudflareddns chart
## Prerequisites
This guide assumes you've followed our main [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/adding-letsencrypt) with your domain on TrueNAS and done the configuration for your DNS on Cloudflare (see [this video](https://www.youtube.com/watch?v=hJVghecs3rE) on our YouTube channel)
This guide assumes you've followed our main [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/adding-letsencrypt) with your domain on TrueNAS and done the configuration for your DNS on Cloudflare
(see this video on our YouTube channel)
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=hJVghecs3rE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
The recommended way is to setup CNAMEs for your subdomains (charts) and keep your A record pointed to your base domain, such as below
@@ -66,6 +69,7 @@ Use Global API key from Cloudflare Domain Overview page (see above) for the `CF_
If you're using or changing specific A records or CNAMEs you may want to refer to the upstream documentation for more examples [here](https://hotio.dev/containers/cloudflareddns/))
Steps 4-8: Adjust as necessary but defaults are fine
## Support
- If you need more details or have a more custom setup the documentation on the [upstream](https://hotio.dev/containers/cloudflareddns/) is very complete so check the descriptions of the options there.