Skip to content

Notifiarr/gitrepostats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This was just something thrown together in a couple days so I can visualize GIT (not bound to GH) repositories all in one place with metrics I want to see. You're welcome to use it, or not.

Install

Compose (adjust the port and volume path accordingly)

version: "2.1"
services:
  gitrepostats:
    container_name: gitrepostats
    image: ghcr.io/notifiarr/gitrepostats:main
    ports:
      - 9995:80/tcp
    environment:
      - TZ=America/New_York
    volumes:
      - /volume1/data/docker/gitrepostats/config:/config

Screenshots

image image image image image image image