8000 Blocked host · Issue #42 · angristan/feedbin-docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Blocked host #42

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

Open
flosoft opened this issue Jan 8, 2021 · 2 comments
Open

Blocked host #42

flosoft opened this issue Jan 8, 2021 · 2 comments

Comments

@flosoft
Copy link
Contributor
flosoft commented Jan 8, 2021

I've been trying to get Feedbin up and running for the last day behind Traefik and am getting stuck firing up the feedbin-web instance.

I keep getting the following error on the webpage:

Blocked host: feedbin.DOMAIN.TLD
To allow requests to feedbin.DOMAIN.TLD, add the following to your environment configuration:

config.hosts << "feedbin.DOMAIN.TLD"

I checked the environment variable, and it's correctly set to feedbin.domain.tld in the container. I also tried editing https://github.com/feedbin/feedbin/blob/master/config/environments/production.rb#L3 and restarting the container without any luck.

@flosoft
Copy link
Contributor Author
flosoft commented Jan 8, 2021

The only way around this that I've found is adding config.hosts.clear to the production environment, effectively disabling the feature.

@anibal-aguila
Copy link

Hi @flosoft

From .env FEEDBIN_HOST seems to allow multiple domains splitted by comma.

image

In order to get up and running both, the public access from feedbin.domain.tld and the healthcheck docker feature you need to set up this environment in .env file:

FEEDBIN_HOST=127.0.0.1,feedbin.domain.tld

in your docker-compose.yml also include

    healthcheck:
      test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"]

Hope this solve the issue

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
0