shouya / rss-funnel

Self-hosted RSS multi-tool
https://rss-funnel-demo.fly.dev
GNU General Public License v3.0
113 stars 4 forks source link

Endpoints Showing Invalid Domain Name After Recent Commits #161

Open tillcash opened 3 hours ago

tillcash commented 3 hours ago

After recent commits, all the endpoints are showing _ instead of the domain name, for example, https://_/endpoint/youtube-cnet.xml, with no valid domain name. I am using Caddy as a reverse proxy with the following configuration:

*.{$DOMAIN} {
    tls {
        dns cloudflare {$CF_API_TOKEN}
        resolvers 1.1.1.1
    }

    @rssfunnel host rssfunnel.{$DOMAIN} rf.{$DOMAIN}
    handle @rssfunnel {
        reverse_proxy rssfunnel:4080
    }

    handle {
        abort
    }
}

I didn't change any configuration; it was working fine before. The documentation states that I don't need to change anything manually if I'm using Caddy.

shouya commented 3 hours ago

Thanks for reporting. This bug is almost certainly caused by the changes in https://github.com/shouya/rss-funnel/pull/160. I will figure out what went wrong. For the time being please rollback to the previous nightly release.