mirror of
https://github.com/skidoodle/ncore-stats.git
synced 2026-04-27 23:37:36 +02:00
e78ac9bf10f12ccc0019283771856745717a4fe4
nCore Stats
A tracker for nCore profile statistics.
Quick Start
-
Create a
.envfile with your credentials:NICK=your_nick PASS=your_password -
Save this
compose.yaml:services: ncore-stats: image: ghcr.io/skidoodle/ncore-stats:latest container_name: ncore-stats restart: unless-stopped user: "1000:1000" ports: - "3000:3000" volumes: - data:/app/data configs: - source: users_config target: /app/users.txt environment: - NICK=${NICK} - PASS=${PASS} configs: users_config: content: | alice:123 bob:456 volumes: data: -
Run
docker compose up -d.
How to get NICK and PASS
- Log in to nCore in your browser using "lower security" mode.
- Open Developer Tools (F12) and go to the Network tab.
- Refresh, find any request to
ncore.pro. - Check the Cookie request header for
nick=...; pass=....
Description
Languages
Go
52.6%
CSS
18.3%
JavaScript
13.3%
HTML
13.2%
Dockerfile
2.6%