<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Porkbun Critical API Hostname Update - to do in Cloudron?]]></title><description><![CDATA[<p dir="auto">Hello,<br />
from 1st decembre the porkbun API Hostname will change<br />
Old Value: <a href="http://porkbun.com" target="_blank" rel="noopener noreferrer nofollow ugc">porkbun.com</a><br />
New Value: <a href="http://api.porkbun.com" target="_blank" rel="noopener noreferrer nofollow ugc">api.porkbun.com</a></p>
<p dir="auto">How and where do I change that in Cloudrons preferences? I have porkbun set up for years. Under domains &amp; Certificates you can change API Keys and secrets and choose the DNS provider, but not the API hostname. Is this anything I can do?</p>
]]></description><link>https://forum.cloudron.io/topic/12634/porkbun-critical-api-hostname-update-to-do-in-cloudron</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 08:31:37 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/12634.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 12 Oct 2024 07:38:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Porkbun Critical API Hostname Update - to do in Cloudron? on Sat, 12 Oct 2024 09:01:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klischka" aria-label="Profile: klischka">@<bdi>klischka</bdi></a> thanks for the heads up. thttps://porkbun.com/api/json/v3/documentation has indicated this change too. We have fixed the code - <a href="https://git.cloudron.io/cloudron/box/-/commit/ba75c7ddaa335cc40f9cfc611674567dd72642dd" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/box/-/commit/ba75c7ddaa335cc40f9cfc611674567dd72642dd</a> . We will have a new release next week, so nothing has to be done on your side.</p>
]]></description><link>https://forum.cloudron.io/post/95542</link><guid isPermaLink="true">https://forum.cloudron.io/post/95542</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 12 Oct 2024 09:01:39 GMT</pubDate></item><item><title><![CDATA[Reply to Porkbun Critical API Hostname Update - to do in Cloudron? on Sat, 02 Nov 2024 10:18:43 GMT]]></title><description><![CDATA[<p dir="auto">The issue here was server DNS related . The upgrade to Cloudron 8 left the system in a broken state where DNS was not working. Fixing up /etc/systemd/resolved.conf to have DNS servers resolved the problem.</p>
]]></description><link>https://forum.cloudron.io/post/96325</link><guid isPermaLink="true">https://forum.cloudron.io/post/96325</guid><dc:creator><![CDATA[joseph]]></dc:creator><pubDate>Sat, 02 Nov 2024 10:18:43 GMT</pubDate></item><item><title><![CDATA[Reply to Porkbun Critical API Hostname Update - to do in Cloudron? on Fri, 01 Nov 2024 16:42:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> said in <a href="/post/96317">Porkbun Critical API Hostname Update - to do in Cloudron?</a>:</p>
<blockquote>
<p dir="auto">For a start you need to see why the normal DNS resolving is not working on your system. That is one issue. Try to run cloudron-support --troubleshoot via SSH first to get some hints maybe.</p>
</blockquote>
<p dir="auto"><img src="/assets/uploads/files/1730479049783-d0b81f24-a7f3-4641-adaa-69210481491b-image.png" alt="d0b81f24-a7f3-4641-adaa-69210481491b-image.png" class=" img-fluid img-markdown" /></p>
<blockquote>
<p dir="auto">For the Porkbun change, the commit is quite straightforward, maybe you are able to change the file on disk on your server accordingly. It is at <code>/home/yellowtent/box/...</code> <a href="https://git.cloudron.io/cloudron/box/-/commit/ba75c7ddaa335cc40f9cfc611674567dd72642dd" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/box/-/commit/ba75c7ddaa335cc40f9cfc611674567dd72642dd</a></p>
<p dir="auto">Then run <code>systemctl restart box</code></p>
</blockquote>
<p dir="auto">Same error. getaddrinfo EAI_AGAIN <a href="http://api.porkbun.com" target="_blank" rel="noopener noreferrer nofollow ugc">api.porkbun.com</a></p>
<p dir="auto"><img src="/assets/uploads/files/1730479164809-45b358bf-cdec-4af9-b4dd-1f4934f4f92b-image.png" alt="45b358bf-cdec-4af9-b4dd-1f4934f4f92b-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">It's really odd, because I didnt changed anything on server and DNS side.</p>
<p dir="auto">Can you tell me how to reset domains config all over again without lossing any apps/cloudron configs?</p>
<p dir="auto">I have 2 domains.</p>
<ul>
<li>Main domain, used for Cloudron with porkbun api</li>
<li>Second domain, used with an app, with namcheap but no api possible</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/96319</link><guid isPermaLink="true">https://forum.cloudron.io/post/96319</guid><dc:creator><![CDATA[therealwebmaster]]></dc:creator><pubDate>Fri, 01 Nov 2024 16:42:17 GMT</pubDate></item><item><title><![CDATA[Reply to Porkbun Critical API Hostname Update - to do in Cloudron? on Fri, 01 Nov 2024 14:33:09 GMT]]></title><description><![CDATA[<p dir="auto">For a start you need to see why the normal DNS resolving is not working on your system. That is one issue. Try to run cloudron-support --troubleshoot via SSH first to get some hints maybe.</p>
<p dir="auto">For the Porkbun change, the commit is quite straightforward, maybe you are able to change the file on disk on your server accordingly. It is at <code>/home/yellowtent/box/...</code> <a href="https://git.cloudron.io/cloudron/box/-/commit/ba75c7ddaa335cc40f9cfc611674567dd72642dd" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/box/-/commit/ba75c7ddaa335cc40f9cfc611674567dd72642dd</a></p>
<p dir="auto">Then run <code>systemctl restart box</code></p>
]]></description><link>https://forum.cloudron.io/post/96317</link><guid isPermaLink="true">https://forum.cloudron.io/post/96317</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 01 Nov 2024 14:33:09 GMT</pubDate></item><item><title><![CDATA[Reply to Porkbun Critical API Hostname Update - to do in Cloudron? on Fri, 01 Nov 2024 13:37:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a></p>
<ul>
<li>When will the API problem be fixed? You said on october 19th and now we are nov 1st.</li>
<li>Can you tel me how I can apply the fix manually meanwhile?</li>
</ul>
<p dir="auto">This is critical error. My website is down because of this.</p>
]]></description><link>https://forum.cloudron.io/post/96315</link><guid isPermaLink="true">https://forum.cloudron.io/post/96315</guid><dc:creator><![CDATA[therealwebmaster]]></dc:creator><pubDate>Fri, 01 Nov 2024 13:37:57 GMT</pubDate></item><item><title><![CDATA[Reply to Porkbun Critical API Hostname Update - to do in Cloudron? on Fri, 01 Nov 2024 13:35:48 GMT]]></title><description><![CDATA[<p dir="auto">You are right I got a servfail error. But it's strange, cause I didnt changed anything lately. Why is this happening suddenly?</p>
<p dir="auto"><img src="/assets/uploads/files/1730468091379-781a8570-9bef-4aa3-8c54-0e5c418e7f4b-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/96314</link><guid isPermaLink="true">https://forum.cloudron.io/post/96314</guid><dc:creator><![CDATA[therealwebmaster]]></dc:creator><pubDate>Fri, 01 Nov 2024 13:35:48 GMT</pubDate></item><item><title><![CDATA[Reply to Porkbun Critical API Hostname Update - to do in Cloudron? on Thu, 31 Oct 2024 09:06:03 GMT]]></title><description><![CDATA[<p dir="auto">This seems more like a general DNS issue on your server. If you SSH into the server and run <code>host porkbun.com</code> do you get correct answers?</p>
]]></description><link>https://forum.cloudron.io/post/96262</link><guid isPermaLink="true">https://forum.cloudron.io/post/96262</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 31 Oct 2024 09:06:03 GMT</pubDate></item><item><title><![CDATA[Reply to Porkbun Critical API Hostname Update - to do in Cloudron? on Thu, 31 Oct 2024 05:32:20 GMT]]></title><description><![CDATA[<p dir="auto">By the way, I am wondering why is this issue is marked as solved?</p>
<p dir="auto">Am I missing something here?</p>
]]></description><link>https://forum.cloudron.io/post/96257</link><guid isPermaLink="true">https://forum.cloudron.io/post/96257</guid><dc:creator><![CDATA[therealwebmaster]]></dc:creator><pubDate>Thu, 31 Oct 2024 05:32:20 GMT</pubDate></item><item><title><![CDATA[Reply to Porkbun Critical API Hostname Update - to do in Cloudron? on Thu, 31 Oct 2024 04:54:50 GMT]]></title><description><![CDATA[<p dir="auto">Here the result trying to sync a new domain from Porkbun on Cloudron v8.0.4 (Ubuntu 20.04.6 LTS)</p>
<p dir="auto"><img src="/assets/uploads/files/1730350401396-fa0a845f-9907-4ccd-a773-d84fcc8180b8-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.cloudron.io/post/96255</link><guid isPermaLink="true">https://forum.cloudron.io/post/96255</guid><dc:creator><![CDATA[therealwebmaster]]></dc:creator><pubDate>Thu, 31 Oct 2024 04:54:50 GMT</pubDate></item><item><title><![CDATA[Reply to Porkbun Critical API Hostname Update - to do in Cloudron? on Thu, 31 Oct 2024 04:52:09 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> . Will this be released soon?</p>
<p dir="auto">My certificate renew is broken, website is not functionnal. No workaround to install a certificate.</p>
<p dir="auto">See here :</p>
<p dir="auto"><a href="https://forum.cloudron.io/topic/12718/let-s-encrypt-renew-fail">https://forum.cloudron.io/topic/12718/let-s-encrypt-renew-fail</a><br />
<a href="https://forum.cloudron.io/topic/12720/porkbun-api-not-working-unable-to-detect-ipv4-api-server-ipv4-api-cloudron-io-unreachable/2">https://forum.cloudron.io/topic/12720/porkbun-api-not-working-unable-to-detect-ipv4-api-server-ipv4-api-cloudron-io-unreachable/2</a></p>
]]></description><link>https://forum.cloudron.io/post/96254</link><guid isPermaLink="true">https://forum.cloudron.io/post/96254</guid><dc:creator><![CDATA[therealwebmaster]]></dc:creator><pubDate>Thu, 31 Oct 2024 04:52:09 GMT</pubDate></item><item><title><![CDATA[Reply to Porkbun Critical API Hostname Update - to do in Cloudron? on Sat, 12 Oct 2024 09:01:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klischka" aria-label="Profile: klischka">@<bdi>klischka</bdi></a> thanks for the heads up. thttps://porkbun.com/api/json/v3/documentation has indicated this change too. We have fixed the code - <a href="https://git.cloudron.io/cloudron/box/-/commit/ba75c7ddaa335cc40f9cfc611674567dd72642dd" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/box/-/commit/ba75c7ddaa335cc40f9cfc611674567dd72642dd</a> . We will have a new release next week, so nothing has to be done on your side.</p>
]]></description><link>https://forum.cloudron.io/post/95542</link><guid isPermaLink="true">https://forum.cloudron.io/post/95542</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 12 Oct 2024 09:01:39 GMT</pubDate></item></channel></rss>