MatterLinux security tracker
Go to file
2024-08-10 00:52:37 +03:00
lib fix: Fix status updates, add color to status 2024-03-22 13:53:32 +03:00
public first commit 2024-03-21 23:20:24 +03:00
routes first commit 2024-03-21 23:20:24 +03:00
templates update: add config hub url to the bar 2024-05-05 22:28:08 +03:00
.gitignore first commit 2024-03-21 23:20:24 +03:00
adduser.sh first commit 2024-03-21 23:20:24 +03:00
compose.yml first commit 2024-03-21 23:20:24 +03:00
Dockerfile update: depends and go version 2024-08-10 00:52:37 +03:00
go.mod update: depends and go version 2024-08-10 00:52:37 +03:00
go.sum update: depends and go version 2024-08-10 00:52:37 +03:00
LICENSE.txt first commit 2024-03-21 23:20:24 +03:00
main.go first commit 2024-03-21 23:20:24 +03:00
README.md first commit 2024-03-21 23:20:24 +03:00

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