ngn
2a4daab858
Merge pull request 'fix(deps): update module github.com/gofiber/template/html/v2 to v2.1.3' (#4) from renovate/github.com-gofiber-template-html-v2-2.x into main
All checks were successful
Build docker image / build (push) Successful in 1m28s
Reviewed-on: #4
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 config.json
file. Here is the configuration for tracking
official MatterLinux 24 repos:
{
"interval": 5,
"pools": [
{
"display": "base (stable)",
"name": "base",
"dir": "/srv/pools/base",
"branch": "main",
"source": "https://git.matterlinux.xyz/Matter/base",
"url": "mptp://stable.matterlinux.xyz/base"
},
{
"display": "desktop (stable)",
"name": "desktop",
"dir": "/srv/pools/desktop",
"branch": "main",
"source": "https://git.matterlinux.xyz/Matter/desktop",
"url": "mptp://stable.matterlinux.xyz/desktop"
},
{
"display": "server (stable)",
"name": "server",
"dir": "/srv/pools/server",
"branch": "main",
"source": "https://git.matterlinux.xyz/Matter/server",
"url": "mptp://stable.matterlinux.xyz/server"
}
]
}
Deployment
Web server can be deployed with docker compose using the following configuration file:
services:
tracker:
container_name: mattertracker
image: git.matterlinux.xyz/matter/tracker
ports:
- "127.0.0.1:9877:9877"
volumes:
- "./config.json:/app/config.json:ro"
restart: unless-stopped
After saving the configuration file, you can run the docker container:
docker-compose up -d
Description
Languages
Go
60.5%
HTML
19.9%
CSS
17.4%
Dockerfile
1.6%
Makefile
0.6%