You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
From .env FEEDBIN_HOST seems to allow multiple domains splitted by comma.
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:
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:
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.
The text was updated successfully, but these errors were encountered: