playmean / scoper

🎯 Scoper is a tool for reports collection and manage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    }
}

About

🎯 Scoper is a tool for reports collection and manage

License:GNU General Public License v3.0


Languages

Language:Go 97.8%Language:Dockerfile 1.2%Language:Makefile 0.7%Language:Shell 0.3%