MatterLinux security tracker
lib | ||
public | ||
routes | ||
templates | ||
.gitignore | ||
adduser.sh | ||
compose.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE.txt | ||
main.go | ||
README.md |
security | MatterLinux Security Tracker
Soruce code of MatterLinux's security tracker, located at security.matterlinux.xyz
Deployment
Web server can be built and deployed with docker:
docker build --tag mattersecurity .
mkdir -pv db
docker-compose up -d
Adding users
After running the application at least once, you can users using
the adduser.sh
script. This script will add the specified user with a
randomly generated passwords to the sqlite database. For example:
./adduser.sh ngn