Docker image on Fly blocks all connections #15
		Reference in New Issue
	
	Block a user
	
	No description provided.
		
		Delete Branch "%!s()"
	 
	Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm hosting a personal 4get instance using fly.io. This worked fine until seemingly the DDG scraper broke and I updated my Docker image used to the latest. Now, I get the following error, with no clear explanation:
The configuration
fly.tomlis as follows:skill issue
You are getting this error because your instance is probably behind a reverse proxy like Cloudflare. Go in
data/config.phpand edit theFILTERED_HEADERSdirective to not include Cloudflare'sX-Real-IPheader, or whatever it might be using.