feat: add rustrak and rustrak-full templates (#866)

* feat: add rustrak and rustrak-full templates

- rustrak: server-only with SQLite, single service, no external DB
- rustrak-full: server + Next.js dashboard + PostgreSQL
Both use abians7/rustrak-server:v0.2.1, Sentry-compatible error tracking

* chore: update rustrak logo to new design
This commit is contained in:
Abian Suarez
2026-07-07 23:44:33 +02:00
committed by GitHub
parent 3829b188d8
commit 641fd75bf7
7 changed files with 164 additions and 0 deletions

View File

@@ -6127,6 +6127,45 @@
"rust"
]
},
{
"id": "rustrak",
"name": "Rustrak",
"version": "0.2.1",
"description": "Self-hosted error tracking compatible with Sentry SDKs. Server only, written in Rust with <100MB memory footprint and SQLite storage. No external database required.",
"logo": "rustrak.svg",
"links": {
"github": "https://github.com/AbianS/rustrak",
"website": "https://abians.github.io/rustrak/",
"docs": "https://abians.github.io/rustrak/"
},
"tags": [
"monitoring",
"error-tracking",
"sentry",
"rust",
"observability"
]
},
{
"id": "rustrak-full",
"name": "Rustrak (Full Stack)",
"version": "0.2.1",
"description": "Self-hosted error tracking compatible with Sentry SDKs. Includes server, web dashboard UI, and PostgreSQL. Written in Rust with <100MB memory footprint.",
"logo": "rustrak.svg",
"links": {
"github": "https://github.com/AbianS/rustrak",
"website": "https://abians.github.io/rustrak/",
"docs": "https://abians.github.io/rustrak/"
},
"tags": [
"monitoring",
"error-tracking",
"sentry",
"rust",
"observability",
"postgresql"
]
},
{
"id": "rutorrent",
"name": "ruTorrent",