Giter Site home page Giter Site logo

diegofleitas / steam-cleanplay-console Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.5 MB

Web tool for verifying VAC bans among TF2/CS:GO players, enhanced with a social graph displaying steam friendships / relevant groups

Home Page: https://cleanplay-console.fly.dev/

License: GNU General Public License v3.0

Dockerfile 0.01% JavaScript 99.83% HTML 0.07% CSS 0.09% Shell 0.01%
counter-strike csgo tf2 vac vacban steam steam-api steam-ban-checker web-tool valve-anti-cheat

steam-cleanplay-console's Introduction

Steam Cleanplay Console

A web-based tool to check if players in a Team Fortress 2 or Counter-Strike: Global Offensive matches have any Steam bans. It also features a social graph to visualize the relationships between players based on their Steam friendships / relevant groups.

Development

Vite is used for development and building the front-end application. It provides fast development with features like hot module replacement (HMR) and efficient production builds. Vite is configured using vite.config.js in the project root. All requests with the /api prefix are forwarded to the back-end Express server during development, using the vite server-proxy configuration

PRE: You need to have docker to run the image at /redis folder

  • Rename .env.example to .env & update the values
  • Run npm run dev

Troubleshooting

  • Read redis/README.md

Deployment

  • Replace "name" & "app" strings with your new app name at package.json at fly.toml (respectively)
  • Run npm i
  • Rename .env.example to .env
  • Run flyctl launch
  • When prompted for a builder, select builtin Nodejs.
  • Run npm run fly:deploy (for future deployments only this command will be needed)

Stopping / Starting app

  • npm run fly:stop
  • npm run fly:start

Read app secrets

  • npm run fly:ssh
  • type env
  • quit with exit

Set app secrets

Add them to .env file. Alternatively use fly.io built command but note those take precedence over the ones at .env

  • flyctl secrets set SECRET="myvalue" -a <app-name>

Read server logs

From terminal

  • npm run fly:logs

Redis

Upstash Redis can be created with flyctl redis create

  • flyctl redis list & copy redis name
  • flyctl redis status <redis-name> & then copy the Private URL & set the proper env variable at the .env file

Other

Currently hosted free of charge on Fly.io

steam-cleanplay-console's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.