scoper

command module
v0.0.0-...-600b74a Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2020 License: GPL-3.0 Imports: 12 Imported by: 0

README

scoper

🎯 Scoper is a tool for reports collection and manage.


CircleCI Go Report Card GPL-3.0 license

Getting Started

docker run -d -p 8080:8080 playmean/scoper:latest

Or if a custom configuration is needed:

docker run -d -p 8080:8080 -v /dir/with/cfg:/data playmean/scoper:latest

Will grab config.json from specified directory.

Default super user/password: super:super_password

Config example
{
    "address": "localhost",
    "port": 8080,
    "password": "super_password",
    "database": {
        "host": "localhost",
        "user": "postgres",
        "password": "",
        "dbname": "scoper",
        "port": 5432
    }
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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