glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
6.7k stars 225 forks source link

[REQUEST] proxy server configurability #99

Open ljf20122010 opened 2 months ago

ljf20122010 commented 2 months ago

Is it possible to add proxy server configurability?

svilenmarkov commented 2 months ago

Hey,

You can try setting an environment variable before starting Glance called HTTP_PROXY with a value of the URL to your proxy.

This is built into Go and I haven't tried it out yet, though it should work.