diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..85706ac --- /dev/null +++ b/404.html @@ -0,0 +1,363 @@ + + + +
+ + + + + + + + + + + + + + + + + +Copyright 2022 Pascal Iske, https://pascaliske.dev
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ + + + + + + + +pascaliske/docker-cloudflare-dyndns
++ +Simple container image to update a dynamic DNS record using the Cloudflare API.
+
Registry | +Image | +
---|---|
GitHub | +ghcr.io/pascaliske/cloudflare-dyndns |
+
Docker Hub | +pascaliske/cloudflare-dyndns |
+
The following platforms are available for this image:
+$ docker run --rm mplatform/mquery ghcr.io/pascaliske/cloudflare-dyndns:latest
+Image: ghcr.io/pascaliske/cloudflare-dyndns:latest
+ * Manifest List: Yes
+ * Supported platforms:
+ - linux/amd64
+ - linux/arm/v7
+ - linux/arm64
+
+To use this image pull it from one of the following registries:
+# github container registry
+docker pull ghcr.io/pascaliske/cloudflare-dyndns
+
+# docker hub
+docker pull pascaliske/cloudflare-dyndns
+
+Then run it using the following command:
+# github container registry
+docker run --rm -e CF_API_TOKEN=xyz -e DOMAIN=domain.com -e NAME=my ghcr.io/pascaliske/cloudflare-dyndns
+
+# docker hub
+docker run --rm -e CF_API_TOKEN=xyz -e DOMAIN=domain.com -e NAME=my pascaliske/cloudflare-dyndns
+
+This will update the subdomain record my.domain.com
in the DNS zone domain.com
with your current IP address.
You can configure the container with the following additional environment variables:
+Variable | +Required | +Default | +Description | +
---|---|---|---|
TZ |
+No | +UTC |
+Adjust the time zone inside the container | +
IP_SERVICE |
+No | +ifconfig.co |
+The IP service to retrieve your public IP address | +
DOMAIN |
+Yes | +- | +Your DNS zone within Cloudflare | +
NAME |
+Yes | +- | +Your Subdomain record to update | +
CF_API_TOKEN |
+Yes | +- | +Your Cloudflare API token | +
If you want to use this tool as an CronJob
inside of a Kubernetes cluster check out my ready to deploy Helm chart!
MIT – © 2022 Pascal Iske
+ + + + + + +pascaliske/docker-cloudflare-dyndns
","text":"Simple container image to update a dynamic DNS record using the Cloudflare API.
"},{"location":"#image","title":"Image","text":"Registry Image GitHub
ghcr.io/pascaliske/cloudflare-dyndns
Docker Hub pascaliske/cloudflare-dyndns
The following platforms are available for this image:
$ docker run --rm mplatform/mquery ghcr.io/pascaliske/cloudflare-dyndns:latest\nImage: ghcr.io/pascaliske/cloudflare-dyndns:latest\n * Manifest List: Yes\n * Supported platforms:\n - linux/amd64\n - linux/arm/v7\n - linux/arm64\n
"},{"location":"#usage","title":"Usage","text":"To use this image pull it from one of the following registries:
# github container registry\ndocker pull ghcr.io/pascaliske/cloudflare-dyndns\n\n# docker hub\ndocker pull pascaliske/cloudflare-dyndns\n
Then run it using the following command:
# github container registry\ndocker run --rm -e CF_API_TOKEN=xyz -e DOMAIN=domain.com -e NAME=my ghcr.io/pascaliske/cloudflare-dyndns\n\n# docker hub\ndocker run --rm -e CF_API_TOKEN=xyz -e DOMAIN=domain.com -e NAME=my pascaliske/cloudflare-dyndns\n
This will update the subdomain record my.domain.com
in the DNS zone domain.com
with your current IP address.
You can configure the container with the following additional environment variables:
Variable Required Default DescriptionTZ
No UTC
Adjust the time zone inside the container IP_SERVICE
No ifconfig.co
The IP service to retrieve your public IP address DOMAIN
Yes - Your DNS zone within Cloudflare NAME
Yes - Your Subdomain record to update CF_API_TOKEN
Yes - Your Cloudflare API token"},{"location":"#kubernetes","title":"Kubernetes","text":"If you want to use this tool as an CronJob
inside of a Kubernetes cluster check out my ready to deploy Helm chart!
MIT \u2013 \u00a9 2022 Pascal Iske
"},{"location":"LICENSE/","title":"The MIT License","text":"Copyright 2022 Pascal Iske, https://pascaliske.dev
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"}]} \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..c5c00f7 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,13 @@ + +