Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

37 lines (32 loc) · 1.31 KB

SteamID Lookup

SteamID

Simple frontend for querying SteamID information using xpaw/SteamID.php

Requirements

Quickstart

docker run -d \
  --name=steamid-lookup \
  -e TZ="UTC" \
  -e STEAM_API_KEY="" \
  -p 8080:80 \
  --restart unless-stopped \
  ghcr.io/mistercalvin/steamid-lookup:latest

Notes

What works

  • Inputting a SteamID, SteamID3, SteamID64, or CustomURL will return user details
  • Dark / Light mode toggle

What does not work

  • Direct link to SteamID does nothing (will load main page only)
  • No API currently in place
  • Some user locations will show up incorrectly
  • Redis support not functional

Current credits

xPaw/SourceQuery - PHP Source Query class
TrafeX/docker-php-nginx - tiny NGINX 1.24/PHP-FPM 8.3 Dockerfile NginxProxyManager/nginx-proxy-manager - block-exploits.conf
https://www.svgrepo.com/ - icons
steamid.io - influenced UI