Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
/ scoper Public archive

🎯 Scoper is a tool for reports collection and manage

License

Notifications You must be signed in to change notification settings

playmean/scoper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages