Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions blueprints/rustrak-full/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
rustrak-server:
image: abians7/rustrak-server:v0.2.1-postgres
image: rustrak/rustrak-server:postgres
restart: unless-stopped
environment:
- HOST=0.0.0.0
Expand All @@ -19,7 +19,7 @@ services:
condition: service_healthy

rustrak-ui:
image: abians7/rustrak-ui:v0.1.6
image: rustrak/rustrak-ui:latest
restart: unless-stopped
environment:
- RUSTRAK_API_URL=${RUSTRAK_API_URL}
Expand Down
10 changes: 5 additions & 5 deletions blueprints/rustrak-full/meta.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"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.",
"version": "latest",
"description": "Self-hosted error tracking compatible with Sentry SDKs. Full stack: Rust server, web dashboard and PostgreSQL.",
"logo": "rustrak.svg",
"links": {
"github": "https://github.com/AbianS/rustrak",
"website": "https://abians.github.io/rustrak/",
"docs": "https://abians.github.io/rustrak/"
"github": "https://github.com/rustrak/rustrak",
"website": "https://rustrak.github.io/rustrak/",
"docs": "https://rustrak.github.io/rustrak/getting-started/overview"
},
"tags": [
"monitoring",
Expand Down
7 changes: 1 addition & 6 deletions blueprints/rustrak-full/rustrak.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion blueprints/rustrak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
rustrak:
image: abians7/rustrak-server:v0.2.1
image: rustrak/rustrak-server:latest
restart: unless-stopped
environment:
- HOST=0.0.0.0
Expand Down
6 changes: 3 additions & 3 deletions blueprints/rustrak/meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"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.",
"version": "latest",
"description": "Self-hosted error tracking compatible with Sentry SDKs. Server only, written in Rust: 32 MB of memory at idle, with SQLite storage. No external database required.",
"logo": "rustrak.svg",
"links": {
"github": "https://github.com/AbianS/rustrak",
"github": "https://github.com/rustrak/rustrak",
"website": "https://rustrak.github.io/rustrak/",
"docs": "https://rustrak.github.io/rustrak/getting-started/overview"
},
Expand Down
7 changes: 1 addition & 6 deletions blueprints/rustrak/rustrak.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading