scoper
🎯 Scoper is a tool for reports collection and manage.
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
}
}