x e78ac9bf10
Go / build (push) Has been cancelled
Update image link in readme.md
2026-03-23 00:15:43 +01:00
2026-03-22 22:31:29 +01:00
2024-10-10 18:35:02 +02:00
yay
2026-03-23 00:14:44 +01:00
yay
2026-03-23 00:14:44 +01:00
yay
2026-03-23 00:14:44 +01:00
yay
2026-03-23 00:14:44 +01:00
yay
2026-03-23 00:14:44 +01:00
yay
2026-03-23 00:14:44 +01:00
2026-03-22 22:40:40 +01:00
2026-03-22 22:31:29 +01:00
a
2026-03-22 22:04:38 +01:00
a
2026-03-22 22:04:38 +01:00
yay
2026-03-23 00:14:44 +01:00
2024-10-09 01:15:15 +02:00
yay
2026-03-23 00:14:44 +01:00
yay
2026-03-23 00:14:44 +01:00
2026-03-23 00:15:43 +01:00
2026-03-22 23:06:48 +01:00

nCore Stats

A tracker for nCore profile statistics.

nCore Stats Dashboard

Quick Start

  1. Create a .env file with your credentials:

    NICK=your_nick
    PASS=your_password
    
  2. 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:
    
  3. Run docker compose up -d.

How to get NICK and PASS

  1. Log in to nCore in your browser using "lower security" mode.
  2. Open Developer Tools (F12) and go to the Network tab.
  3. Refresh, find any request to ncore.pro.
  4. Check the Cookie request header for nick=...; pass=....
S
Description
📈 Profile activity tracker for the largest Hungarian BitTorrent tracker, nCore.
Readme 230 KiB
Languages
Go 52.6%
CSS 18.3%
JavaScript 13.3%
HTML 13.2%
Dockerfile 2.6%