100% Orange Juice Stats
This repo is the docker setup guide of OrangeJuice-Stats.
curl -fsSL get.docker.com -o get-docker.sh
sudo systemctl enable docker --now
git clone [email protected]:Hanekihyouka/OrangeJuice-Stats-Docker.git
cd OrangeJuice-Stats-Docker
Get your api key on Steam.
echo "<?php \$_config['apikey'] = 'YOUR_API_KEY_HERE'; ?>" > www/localhost/config.php
wget https://github.com/Hanekihyouka/OrangeJuice-Stats/archive/refs/heads/master.zip \
&& ln -s www/localhost OrangeJuice-Stats-master \
&& unzip -n master.zip \
&& rm OrangeJuice-Stats-master \
&& rm master.zip
docker compose up -d
Visit http://your-host/global.php
for global stats.
http://your-host/global.php
for player stats.
http://your-host/render.php?steamid=<steamid>&limit=<rows>&render=<typeid>
for image.
You can setup your SSL certificates in OrangeJuice-Stats-Docker/services/nginx/ssl/localhost/