2024-01-17 20:15:46 +03:00
2024-01-17 20:06:26 +03:00
2024-01-17 20:06:26 +03:00
2024-01-17 20:15:46 +03:00
2024-01-17 20:06:26 +03:00
2024-01-17 20:15:46 +03:00
2024-01-17 20:06:26 +03:00
2024-01-17 20:06:26 +03:00
2024-01-17 20:06:26 +03:00
2024-01-17 20:06:26 +03:00
2024-01-17 20:15:46 +03:00
2024-01-17 20:15:46 +03:00

tracker | MatterLinux Package Tracker

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

Configuration

Tracker can be configured to track different repos. Configuration is stored in the cfg.json file. Here is the configuration for tracking official repos:

{
  "repos": [ 
    {
      "name": "base",
      "branch": "main",
      "source": "https://git.matterlinux.xyz/Matter/base",
      "url": "https://pkgs.matterlinux.xyz/base"
    },
    {
      "name": "desktop",
      "branch": "main",
      "source": "https://git.matterlinux.xyz/Matter/desktop",
      "url": "https://pkgs.matterlinux.xyz/desktop"
    }
  ]
}

Deployment

Web server can be built and deployed with docker:

docker build --tag mattertracker .
docker-compose up -d
Description
MatterLinux package tracker
Readme 425 KiB
Languages
Go 60.5%
HTML 19.9%
CSS 17.4%
Dockerfile 1.6%
Makefile 0.6%