You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now to support DNSLink for web hosting file or websites through transactions but still wanted to have a DNS redirection, we have to update the DNS manually by adding a DNSLink so any Archethic node can do the redirection.
So provide a mechanism to automate this could be really great.
Solution
I saw on other CLI tools for IPFS (for instance github.com/ipfs-deploy) we can support Cloudflare as it provides API to update DNS entries.
So by using this package: https://www.npmjs.com/package/dnslink-cloudflare we could propose this solution during the deployment of the website.
The text was updated successfully, but these errors were encountered:
Problem to solve
Right now to support DNSLink for web hosting file or websites through transactions but still wanted to have a DNS redirection, we have to update the DNS manually by adding a DNSLink so any Archethic node can do the redirection.
So provide a mechanism to automate this could be really great.
Solution
I saw on other CLI tools for IPFS (for instance github.com/ipfs-deploy) we can support Cloudflare as it provides API to update DNS entries.
So by using this package: https://www.npmjs.com/package/dnslink-cloudflare we could propose this solution during the deployment of the website.
The text was updated successfully, but these errors were encountered: