miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.81k stars 718 forks source link

[Feature request] support gemini url #961

Open FanchTheSystem opened 3 years ago

FanchTheSystem commented 3 years ago

Hello,

Thank you for the great work on this project !

Please add a way to support URL feeds with gemini protocol scheme like:

gemini://www.underworld.fr/atom.xml

(see https://en.wikipedia.org/wiki/Gemini_(protocol) )

karmanyaahm commented 3 years ago

Right now, I'm using Miniflux Gemini with this proxy https://feedexpander.gemini.malhotra.cc/, but it would be really nice if there was native support.

Source code: gemini://celehner.com/proxy/

mikaa123 commented 2 years ago

I'd be super interest in that as well!

@karmanyaahm, would love to know how you've set up miniflux to work with the proxy.

karmanyaahm commented 2 years ago

I'd be super interest in that as well!

@karmanyaahm, would love to know how you've set up miniflux to work with the proxy.

If your gemini feed URL is gemini://domain.com/atom.xml, the URL you enter into miniflux will be https://feedexpander.gemini.malhotra.cc/gemini://domain.com/atom.xml or http://celehner.com/gemini://domain.com/atom.xml

You can find more information on gemini://celehner.com/proxy/ (celehner is the one that created the proxy)

hrueschwein commented 8 months ago

Also there's gmisub specification for gemini feeds, which also will be nice to see in Miniflux :)