Skip to content

Simple web frontend for querying SteamID details

License

Notifications You must be signed in to change notification settings

MisterCalvin/steamid-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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