lancache-stats

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2022 License: MIT Imports: 11 Imported by: 0

README

lancache-stats

Lancache logfile summarizer, serving stats over HTTP

Installation

lancache-stats is designed to be ran alongside your existing lancache installation. The easiest method to enable this is to simply add lancache-stats to your docker-compose.yml from an existing lancache installation, like so:

stats:
   image: denverquane/lancache-stats
   env_file: .env
   restart: always
   ports:
     - 5000:5000 # replace left port with whatever port you want
   volumes:
     - ${CACHE_ROOT}/logs:/data/logs:ro

By default, this will begin serving stats on port 5000. See Usage for more details on how to

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL