Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

Cloudron Forum

Apps | Demo | Docs | Install

Fetch via proxy unavailable?

Scheduled Pinned Locked Moved Miniflux
3 Posts 2 Posters 88 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ajtatumA Offline
    ajtatumA Offline
    ajtatum
    wrote on last edited by
    #1

    Hi,

    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.

    Thanks,
    AJ

    girishG 1 Reply Last reply
    0
  • girishG Offline
    girishG Offline
    girish Staff
    replied to ajtatum on last edited by
    #2

    @ajtatum It seems to be still there - https://miniflux.app/docs/configuration.html#http-client-proxy . https://github.com/miniflux/v2/issues/1229 says HTTP_PROXY doesn't work but HTTP_CLIENT_PROXY works. Can you check the variable you are using?

    From the code atleast, it doesn't looks like there was a UI for this.

    girishG 1 Reply Last reply
    0
  • girishG Offline
    girishG Offline
    girish Staff
    replied to girish on last edited by girish
    #3

    @girish said in Fetch via proxy unavailable?:

    From the code atleast, it doesn't looks like there was a UI for this.

    That's not true. Found it here - https://github.com/miniflux/v2/blob/main/template/templates/views/add_subscription.html#L36 . It's protected by

                    {{ if .hasProxyConfigured }}
                    <label><input type="checkbox" name="fetch_via_proxy" value="1" {{ if .form.FetchViaProxy }}checked{{ end }}> {{ t "form.feed.label.fetch_via_proxy" }}</label>
                    {{ end }}
    

    So, you need a proxy configured for that to show up. That bool derives it's value from the environment variable - https://github.com/miniflux/v2/blob/3f14d08095bd320ff0b74bd742d4f4050bcf4011/config/options.go#L541

    1 Reply Last reply
    1

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Login

  • Don't have an account? Register

  • Login or register to search.