ngn 5c882b036d
[skip ci] udpate: README workflow badge
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-28 09:59:46 +03:00
2024-08-13 22:40:44 +03:00
2024-08-13 22:40:44 +03:00
2024-08-13 22:25:36 +03:00
2024-08-13 22:40:44 +03:00
2024-08-13 22:40:44 +03:00
2024-08-13 22:25:36 +03:00
2024-03-21 23:20:24 +03:00
2025-01-28 08:38:02 +03:00
2024-11-22 17:00:45 +03:00
2024-11-22 17:00:45 +03:00
2024-03-21 23:20:24 +03:00
2024-08-13 22:40:44 +03:00
2025-01-28 07:09:11 +03:00

security | MatterLinux security tracker

Soruce code of MatterLinux's security tracker, located at security.matterlinux.xyz

Deployment

Web server can be deployed with docker compose, here is an example configuration:

services:
  security:
    container_name: mattersecurity
    image: git.matterlinux.xyz/matter/security
    ports:
      - "127.0.0.1:9876:9876"
    volumes:
      - "./db:/app/db"
    restart: unless-stopped

After saving the configuration file, you can run the docker container:

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
Description
MatterLinux security tracker
Readme 98 KiB
Languages
Go 45.1%
CSS 26.2%
HTML 25.9%
Dockerfile 1.2%
Shell 1.1%
Other 0.5%