[PR #866] feat: add rustrak and rustrak-full templates #7210

Open
opened 2026-05-18 19:18:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/866
Author: @AbianS
Created: 5/15/2026
Status: 🔄 Open

Base: canaryHead: add-rustrak-templates


📝 Commits (2)

  • 5f6cb3f feat: add rustrak and rustrak-full templates
  • 03ae259 chore: update rustrak logo to new design

📊 Changes

7 files changed (+164 additions, -0 deletions)

View changed files

blueprints/rustrak-full/docker-compose.yml (+49 -0)
blueprints/rustrak-full/rustrak.svg (+6 -0)
blueprints/rustrak-full/template.toml (+27 -0)
blueprints/rustrak/docker-compose.yml (+20 -0)
blueprints/rustrak/rustrak.svg (+6 -0)
blueprints/rustrak/template.toml (+17 -0)
📝 meta.json (+39 -0)

📄 Description

New PR of Rustrak

Checklist

  • I've read the README.md of the repository
  • I've tested the template on my instance
  • I've added tests that prove my fix or feature works

Templates

rustrak

Server-only deployment using SQLite. Single service, no external database required.

  • Image: abians7/rustrak-server:v0.2.1
  • Port: 8080
  • Auto-generates session secret and initial admin credentials

rustrak-full

Full-stack deployment with web dashboard and PostgreSQL.

  • Server: abians7/rustrak-server:v0.2.1-postgres
  • UI: abians7/rustrak-ui:v0.1.6
  • Ports: 8080 (API) + 3000 (dashboard)
  • Auto-generates postgres password, session secret and initial admin credentials

N/A

Screenshots or Videos

https://github.com/AbianS/rustrak


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/866 **Author:** [@AbianS](https://github.com/AbianS) **Created:** 5/15/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `add-rustrak-templates` --- ### 📝 Commits (2) - [`5f6cb3f`](https://github.com/Dokploy/templates/commit/5f6cb3f0e16577d60e328732aa6afe0e1db70b53) feat: add rustrak and rustrak-full templates - [`03ae259`](https://github.com/Dokploy/templates/commit/03ae259c0910c7608273dae97797dfc0613e1b8c) chore: update rustrak logo to new design ### 📊 Changes **7 files changed** (+164 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/rustrak-full/docker-compose.yml` (+49 -0) ➕ `blueprints/rustrak-full/rustrak.svg` (+6 -0) ➕ `blueprints/rustrak-full/template.toml` (+27 -0) ➕ `blueprints/rustrak/docker-compose.yml` (+20 -0) ➕ `blueprints/rustrak/rustrak.svg` (+6 -0) ➕ `blueprints/rustrak/template.toml` (+17 -0) 📝 `meta.json` (+39 -0) </details> ### 📄 Description New PR of Rustrak ## Checklist - [x] I've read the README.md of the repository - [x] I've tested the template on my instance - [x] I've added tests that prove my fix or feature works ## Templates ### `rustrak` Server-only deployment using SQLite. Single service, no external database required. - Image: `abians7/rustrak-server:v0.2.1` - Port: 8080 - Auto-generates session secret and initial admin credentials ### `rustrak-full` Full-stack deployment with web dashboard and PostgreSQL. - Server: `abians7/rustrak-server:v0.2.1-postgres` - UI: `abians7/rustrak-ui:v0.1.6` - Ports: 8080 (API) + 3000 (dashboard) - Auto-generates postgres password, session secret and initial admin credentials ## Related Issues N/A ## Screenshots or Videos https://github.com/AbianS/rustrak --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-18 19:18:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#7210