Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedbin API #64

Closed
cf-vnkr opened this issue Apr 27, 2021 · 5 comments
Closed

Feedbin API #64

cf-vnkr opened this issue Apr 27, 2021 · 5 comments

Comments

@cf-vnkr
Copy link

cf-vnkr commented Apr 27, 2021

Thank you for this project, it's amazing.

Could you please advise if this configuration supports Feddbin API? It doesn't seem to expose the separate API endpoint. Is there a different URL (from the default api.feedbin.com) that is exposing the API?

@cf-vnkr
Copy link
Author

cf-vnkr commented Apr 30, 2021

Looking at Feebin's code I believe it's looking at api. host name for API requests but simply adding this host name to the config of this project doesn't help - the server returns "Blocked host" error.

@karlprieb
Copy link
Contributor

Hey I had to add the follow header on my reverse proxy to trick the server so I can access the api:

reverse_proxy feedbin-web:3000 {
    header_up Host api.feedbin.com
}

Also on the .env file add FEEDBIN_HOST=your-host.com,api.feedbin.com :)

@karlprieb
Copy link
Contributor

@cf-vnkr can we close this issue as this is already built-in on this project?

header_up Host api.feedbin.com

@cf-vnkr
Copy link
Author

cf-vnkr commented Jun 22, 2021

A qustion if I may: in this case what do you set for FEEDBIN_API_HOST?

@karlprieb
Copy link
Contributor

Anything that you want... it can't be the same domain as the main domain.
I use api.<domain.tld> for example.

@cf-vnkr cf-vnkr closed this as completed Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants