fiveai / Cachet

📛 An open source status page system for everyone.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
101 stars 28 forks source link

Add option to disable all external HTTP requests #6

Closed sedan07 closed 3 years ago

sedan07 commented 3 years ago

When running Cachet behind a firewall, Cachet may not have access to make requests out to the public internet. This can cause Cachet to timeout when requesting the API version endpoint or logging into the dashboard. This option should suspend all these requests so Cachet can still function without any allowed egress to the internet.

sedan07 commented 3 years ago

New option called CACHET_INTERNET_LOOKUPS created to allow disabling outbound HTTP requests for looking up things such as releases and credits. Defaults to true as in enabled. Set to false to disable.