diff --git a/charts/stable/cloudflareddns/docs/img/cloudflare-api-keys.png b/charts/stable/cloudflareddns/docs/img/cloudflare-api-keys.png deleted file mode 100644 index 95c52c28d17..00000000000 Binary files a/charts/stable/cloudflareddns/docs/img/cloudflare-api-keys.png and /dev/null differ diff --git a/charts/stable/cloudflareddns/docs/img/cloudflare-config.png b/charts/stable/cloudflareddns/docs/img/cloudflare-config.png index d6ee1c229cf..ed25e394cda 100644 Binary files a/charts/stable/cloudflareddns/docs/img/cloudflare-config.png and b/charts/stable/cloudflareddns/docs/img/cloudflare-config.png differ diff --git a/charts/stable/cloudflareddns/docs/img/cloudflare-name.png b/charts/stable/cloudflareddns/docs/img/cloudflare-name.png deleted file mode 100644 index 0d4cba4bb09..00000000000 Binary files a/charts/stable/cloudflareddns/docs/img/cloudflare-name.png and /dev/null differ diff --git a/charts/stable/cloudflareddns/docs/setup-guide.md b/charts/stable/cloudflareddns/docs/setup-guide.md index 47f01c2b8b4..1c9f5352481 100644 --- a/charts/stable/cloudflareddns/docs/setup-guide.md +++ b/charts/stable/cloudflareddns/docs/setup-guide.md @@ -4,7 +4,7 @@ So you've followed some of our TrueNAS guides, setup your domain name, certifica ## Requirements -Domain name (can be purchased through Cloudflare or etc) +Domain name (can be purchased through Cloudflare or any other domain registrar) Cloudflare DNS management @@ -17,20 +17,13 @@ Cloudflareddns chart ## Prerequisites -This guide assumes you've followed our main [Guide](https://truecharts.org/manual/guides/adding-letsencrypt/) with your domain on TrueNAS and done the configuration for your DNS on Cloudflare -(see this video on our YouTube channel) - - +This guide assumes you've followed our [clusterissuer guide](https://truecharts.org/charts/enterprise/clusterissuer/how-to) with your domain on TrueNAS and done the configuration for your DNS on Cloudflare The recommended way is to setup CNAMEs for your subdomains (charts) and keep your A record pointed to your base domain, such as below ![cloudflare-dns](img/cloudflare-dns.png) -To keep things simple, one can simply use the Global API key from Cloudflare that you previously used inside our guides to setup your certificates, in case you forget it's in the page below - -![cloudflare-api-keys](img/cloudflare-api-keys.png) - -> **Alternatively** you can create an API Token, with the following permissions: +> Create an API Token, with the following permissions: > Click `Create Token` and `Use Template` on the Edit zone DNS. > > - Zone - DNS - Edit @@ -44,38 +37,15 @@ To keep things simple, one can simply use the Global API key from Cloudflare tha ## Cloudflareddns Chart Setup -Step 1-2: Name chart and leave defaults for Step 2 - -![cloudflare-name](img/cloudflare-name.png) - -Step 3: - ![cloudflare-config](img/cloudflare-config.png) -Use Global API key from Cloudflare Domain Overview page (see above) for the `CF_APIKEY` field +Use API Token previously created for the `CF API Token` field. -- Change `CF_USER` to your Cloudflare Email Account -- Change `CF_HOSTS` to your DNS Zone A record (mydomain.com) -- Change `CF_ZONES` to the same Zone (mydomain.com) -- Change `CF_RECORDTYPES` to A if you're only changing your main domain +Click Add for Hosts, Zones and Record Types. -> **Alternatively** (Only if you created an API Token) -> -> - Change `CF_APITOKEN` to your generated Token -> - Change `CF_HOSTS` to your `yourdomain.com` (or the record you want to update) -> - Change `CF_ZONES` to your Zone ID (Found in your Cloudflare dashboard, on the right column) -> - Change `CF_RECORDTYPES` to `A` if you want to update an A record +- Change `Domain` to your DNS Zone A record (yourdomain.com) +- Change `Zone` to DNS Zone ID found on the Cloudflare Overview Page for your domain. +- Change `Record Type` to A if you're only changing your main domain 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. -- You can also reach us using [Discord](https://discord.gg/tVsPTHWTtr) for real-time feedback and support -- If you found a bug in our chart, open a Github [issue](https://github.com/truecharts/apps/issues/new/choose) - ---- - -All Rights Reserved - The TrueCharts Project