uptime-kuma icon indicating copy to clipboard operation
uptime-kuma copied to clipboard

Add proxy support for using SteamAPI

Open Crockan opened this issue 2 years ago • 2 comments

⚠️ Please verify that this feature request has NOT been suggested before.

  • [X] I checked and didn't find similar feature request

🏷️ Feature Request Type

Other

🔖 Feature description

api.steampowered.com is not quite available in some complex network environments, is it possible to apply the proxy option to SteamAPI traffic to avoid problems such as DNS pollution?

✔️ Solution

Add an option so that third-party website traffic such as api.steampowered.com can be routed through a proxy.

❓ Alternatives

No response

📝 Additional Context

No response

Crockan avatar Dec 09 '22 04:12 Crockan

Good point; maybe you can get the one who made the PR for this monitor to add it?

Alternatively you could also call the steamapi via https (which returns you json results) that you can monitor keywords. HTTP(S) Keyword monitor supports proxies… Further reading in my comments here: https://github.com/louislam/uptime-kuma/issues/872

rezzorix avatar Dec 09 '22 11:12 rezzorix

hmmm, that's an interesting method, many thanks!

Crockan avatar Dec 11 '22 11:12 Crockan