fix(rustrak): point templates at the official images and current metadata - #1102
Merged
Siumauricio merged 1 commit intoAug 25, 2026
Merged
Conversation
…data Both Rustrak blueprints shipped abians7/* images pinned to v0.2.1, twelve minor versions behind the current release, and linked to the old personal repo. Updated to the official rustrak/* images on latest, refreshed the metadata, and replaced the logo with the current mark. The memory figure in the description is now measured rather than estimated: 32 MB resident at idle with SQLite, from docker stats on these images.
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Contributor
|
Tested this PR on a real Dokploy instance. Summary: the Upstream / images
Deploy:
Deploy:
Non-blocking notes
With the |
Siumauricio
added a commit
that referenced
this pull request
Aug 25, 2026
…o 0.40.0 (#1105) - rustrak-full: the Next.js standalone UI bound to $HOSTNAME (container id), so Traefik got connection refused and the UI domain returned 502 (pre-existing on canary, confirmed by deploying both #1102 and canary). HOSTNAME=0.0.0.0 was deploy-verified: UI 200 "Rustrak - Error Tracking System". - trmnl-larapaper: #1101 bumped to 0.33.0 (Apr 2026); upstream is at 0.40.0. 0.40.0 was deploy-verified on the same template: healthy, /, /login, /register, /up all 200. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I maintain Rustrak and submitted these two templates a while back. They have gone stale and are handing users a broken install, so this brings them up to date.
What was wrong
Both blueprints pointed at
abians7/*images pinned tov0.2.1. The current release isv0.14.2, so anyone deploying from Dokploy was getting a build twelve minor versions old from a personal Docker Hub namespace. The metadata linked to the old personal repo, andrustrak-fullalso linked to a docs site that has since moved.What changed
rustrakabians7/rustrak-server:v0.2.1rustrak/rustrak-server:latestrustrak-fullserverabians7/rustrak-server:v0.2.1-postgresrustrak/rustrak-server:postgresrustrak-fullUIabians7/rustrak-ui:v0.1.6rustrak/rustrak-ui:latestversionis nowlatest, matching the convention other:latesttemplates use.github.com/rustrak/rustrakandrustrak.github.io/rustrak.rustrakdescription carried an estimated<100MB memory footprint. It now says 32 MB at idle, measured withdocker statson the image this template deploys. Therustrak-fulldescription drops the figure entirely, since that stack includes PostgreSQL and I have not measured it.No changes to
template.toml, the compose structure, or any other blueprint.Tested
Both templates were deployed locally from these exact files before opening this PR.
rustrak: server starts, migrations run, superuser is created, Actix listens on 8080.rustrak-full: PostgreSQL passes its healthcheck, the server connects and migrates against it, the dashboard starts and reaches the API.docker compose configvalid for both, andnode build-scripts/generate-meta.js --checkpasses on all 517 templates.