<?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[Fetch via proxy unavailable?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Unless it was removed in a recent version, I installed Miniflux on Cloudron and noticed that the feeds didn't have the option to fetch them via proxy. I've had that option available when I hosted it outside of Cloudron and was just curious about that.</p>
<p dir="auto">Thanks,<br />
AJ</p>
]]></description><link>https://forum.cloudron.io/topic/8125/fetch-via-proxy-unavailable</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 02:01:30 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/8125.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Dec 2022 02:45:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fetch via proxy unavailable? on Thu, 01 Dec 2022 13:19:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> said in <a href="/post/57466">Fetch via proxy unavailable?</a>:</p>
<blockquote>
<p dir="auto">From the code atleast, it doesn't looks like there was a UI for this.</p>
</blockquote>
<p dir="auto">That's not true. Found it here - <a href="https://github.com/miniflux/v2/blob/main/template/templates/views/add_subscription.html#L36" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/miniflux/v2/blob/main/template/templates/views/add_subscription.html#L36</a> . It's protected by</p>
<pre><code>                {{ if .hasProxyConfigured }}
                &lt;label&gt;&lt;input type="checkbox" name="fetch_via_proxy" value="1" {{ if .form.FetchViaProxy }}checked{{ end }}&gt; {{ t "form.feed.label.fetch_via_proxy" }}&lt;/label&gt;
                {{ end }}
</code></pre>
<p dir="auto">So, you need a proxy configured for that to show up. That bool derives it's value from the environment variable - <a href="https://github.com/miniflux/v2/blob/3f14d08095bd320ff0b74bd742d4f4050bcf4011/config/options.go#L541" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/miniflux/v2/blob/3f14d08095bd320ff0b74bd742d4f4050bcf4011/config/options.go#L541</a></p>
]]></description><link>https://forum.cloudron.io/post/57467</link><guid isPermaLink="true">https://forum.cloudron.io/post/57467</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 01 Dec 2022 13:19:13 GMT</pubDate></item><item><title><![CDATA[Reply to Fetch via proxy unavailable? on Thu, 01 Dec 2022 13:13:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajtatum" aria-label="Profile: ajtatum">@<bdi>ajtatum</bdi></a> It seems to be still there - <a href="https://miniflux.app/docs/configuration.html#http-client-proxy" target="_blank" rel="noopener noreferrer nofollow ugc">https://miniflux.app/docs/configuration.html#http-client-proxy</a> . <a href="https://github.com/miniflux/v2/issues/1229" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/miniflux/v2/issues/1229</a> says HTTP_PROXY doesn't work but HTTP_CLIENT_PROXY works. Can you check the variable you are using?</p>
<p dir="auto">From the code atleast, it doesn't looks like there was a UI for this.</p>
]]></description><link>https://forum.cloudron.io/post/57466</link><guid isPermaLink="true">https://forum.cloudron.io/post/57466</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 01 Dec 2022 13:13:40 GMT</pubDate></item></channel></rss>