<?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[Using Object Storage Seems To Break Site]]></title><description><![CDATA[<p dir="auto">Freshly installed castopod and have added the following into the env file</p>
<p dir="auto">media.fileManager="s3"<br />
media.s3.pathStyleEndpoint="true"<br />
media.s3.endpoint="<a href="https://rollforaudio.s3.us-west-004.backblazeb2.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://rollforaudio.s3.us-west-004.backblazeb2.com</a>"<br />
media.s3.bucket="rollforaudio"<br />
media.s3.key="XXXXXXXXXXXXXXX"<br />
media.s3.secret="XXXXXXXXXXXXXXXXX"<br />
media.s3.region="us-west-004"</p>
<p dir="auto">Now, the site is unreachable, giving me a localhost refused to connect.</p>
]]></description><link>https://forum.cloudron.io/topic/11820/using-object-storage-seems-to-break-site</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 09:46:42 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/11820.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 May 2024 13:37:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Using Object Storage Seems To Break Site on Tue, 28 May 2024 19:43:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/2tonwaffle" aria-label="Profile: 2TonWaffle">@<bdi>2TonWaffle</bdi></a> said in <a href="/post/89135">Using Object Storage Seems To Break Site</a>:</p>
<blockquote>
<p dir="auto">Found the issue in that it was a simple typo that was messing everything up.</p>
</blockquote>
<p dir="auto">This is so often the case when configuring object storage! Either that or an https:// where it should or shouldn't be.</p>
]]></description><link>https://forum.cloudron.io/post/89137</link><guid isPermaLink="true">https://forum.cloudron.io/post/89137</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Tue, 28 May 2024 19:43:49 GMT</pubDate></item><item><title><![CDATA[Reply to Using Object Storage Seems To Break Site on Tue, 28 May 2024 18:12:04 GMT]]></title><description><![CDATA[<p dir="auto">Found the issue in that it was a simple typo that was messing everything up.</p>
]]></description><link>https://forum.cloudron.io/post/89135</link><guid isPermaLink="true">https://forum.cloudron.io/post/89135</guid><dc:creator><![CDATA[2TonWaffle]]></dc:creator><pubDate>Tue, 28 May 2024 18:12:04 GMT</pubDate></item><item><title><![CDATA[Reply to Using Object Storage Seems To Break Site on Tue, 28 May 2024 14:27:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a></p>
<p dir="auto">#<a href="https://code.castopod.org/adaures/castopod/-/blob/develop/env" target="_blank" rel="noopener noreferrer nofollow ugc">https://code.castopod.org/adaures/castopod/-/blob/develop/env</a><br />
analytics.salt=XXXXXXXXX=<br />
logger.threshold = 4<br />
media.fileManager="s3"<br />
media.s3.pathStyleEndpoint="true"<br />
media.s3.endpoint="<a href="https://s3.us-west-004.backblazeb2.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://s3.us-west-004.backblazeb2.com</a>"<br />
media.s3.bucket="rollforaudio"<br />
media.s3.key="XXXXXXXX"<br />
media.s3.secret="XXXXXXXXXX"<br />
media.s3.region="us-west-004"<br />
app.baseURL="<a href="https://rollforaudio.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://rollforaudio.com</a>"<br />
media.baseURL="<a href="https://rollforaudio.s3.us-west-004.backblaze2.com" target="_blank" rel="noopener noreferrer nofollow ugc">https://rollforaudio.s3.us-west-004.backblaze2.com</a>"</p>
<p dir="auto">Added the last line to see if it would fix but, it doesn't.</p>
]]></description><link>https://forum.cloudron.io/post/89124</link><guid isPermaLink="true">https://forum.cloudron.io/post/89124</guid><dc:creator><![CDATA[2TonWaffle]]></dc:creator><pubDate>Tue, 28 May 2024 14:27:47 GMT</pubDate></item><item><title><![CDATA[Reply to Using Object Storage Seems To Break Site on Tue, 28 May 2024 14:22:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/2tonwaffle" aria-label="Profile: 2TonWaffle">@<bdi>2TonWaffle</bdi></a> said in <a href="/post/89121">Using Object Storage Seems To Break Site</a>:</p>
<blockquote>
<p dir="auto">have to add app.baseURL "...." in the .env file</p>
</blockquote>
<p dir="auto">Could you share you currently working .env file? <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=223f9defb2f" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/89123</link><guid isPermaLink="true">https://forum.cloudron.io/post/89123</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Tue, 28 May 2024 14:22:25 GMT</pubDate></item><item><title><![CDATA[Reply to Using Object Storage Seems To Break Site on Tue, 28 May 2024 14:00:46 GMT]]></title><description><![CDATA[<p dir="auto">Searching around and found that will have to add  app.baseURL "...." in the .env file. Have done that and now the site comes up again. New problem though is that for podcast artwork, all the links are broken.</p>
]]></description><link>https://forum.cloudron.io/post/89121</link><guid isPermaLink="true">https://forum.cloudron.io/post/89121</guid><dc:creator><![CDATA[2TonWaffle]]></dc:creator><pubDate>Tue, 28 May 2024 14:00:46 GMT</pubDate></item></channel></rss>