mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-12 17:35:23 +02:00
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:
39
meta.json
39
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user