[PR #523] Add Scrumlr io template #519

Open
opened 2025-11-22 20:40:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/523
Author: @Shuna322
Created: 11/10/2025
Status: 🔄 Open

Base: mainHead: add-scrumlr-io-template


📝 Commits (10+)

  • f9ef3dc Initial plan
  • ac6f45b Add scrumlr.io template with docker-compose, config, and logo
  • fa5be02 Add backend variables and OAuth configuration support
  • 0a0e279 Add Dockerfile and Docker Compose for app deployment
  • b956067 Fix Dockerfile build by removing frozen-lockfile constraint
  • 2c17465 Remove docker-compose.app.yml and fix Docker build
  • af3008d Fix Docker build by moving .dockerignore to repository root
  • e796c73 Add debug logging to Dockerfile to diagnose blueprints issue
  • 4c0bbb5 Fix Docker build by explicitly copying blueprints and adjusting vite config
  • 98515f3 Fix Dockerfile to work with app directory as build context

📊 Changes

4 files changed (+149 additions, -0 deletions)

View changed files

blueprints/scrumlr/docker-compose.yml (+73 -0)
blueprints/scrumlr/scrumlr.svg (+1 -0)
blueprints/scrumlr/template.toml (+57 -0)
📝 meta.json (+18 -0)

📄 Description

Adds the Scrumlr web app template, allowing for running an online retrospective event.

Vibe coded with Github agent just for fun. 😳


🔄 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/523 **Author:** [@Shuna322](https://github.com/Shuna322) **Created:** 11/10/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-scrumlr-io-template` --- ### 📝 Commits (10+) - [`f9ef3dc`](https://github.com/Dokploy/templates/commit/f9ef3dcde757fd88729bf4f0a3128469e734d4dd) Initial plan - [`ac6f45b`](https://github.com/Dokploy/templates/commit/ac6f45be6998b4ccc9be15a91457f97d6f932756) Add scrumlr.io template with docker-compose, config, and logo - [`fa5be02`](https://github.com/Dokploy/templates/commit/fa5be02e1e1482f73e8bcb8d01660e2751aa3923) Add backend variables and OAuth configuration support - [`0a0e279`](https://github.com/Dokploy/templates/commit/0a0e279fec424a5c6139353c2285fd932f43d630) Add Dockerfile and Docker Compose for app deployment - [`b956067`](https://github.com/Dokploy/templates/commit/b956067604a4e5ffb8b72850000548fb5610691a) Fix Dockerfile build by removing frozen-lockfile constraint - [`2c17465`](https://github.com/Dokploy/templates/commit/2c17465d7d35507966edb3d57e43bda3ca04816e) Remove docker-compose.app.yml and fix Docker build - [`af3008d`](https://github.com/Dokploy/templates/commit/af3008dd658d04910ac1acc485c412420e81c169) Fix Docker build by moving .dockerignore to repository root - [`e796c73`](https://github.com/Dokploy/templates/commit/e796c738ffd30d3412084f47ae35bc4bac3ff155) Add debug logging to Dockerfile to diagnose blueprints issue - [`4c0bbb5`](https://github.com/Dokploy/templates/commit/4c0bbb58d9bd2747ccc5387fa9d417d8a99ab1af) Fix Docker build by explicitly copying blueprints and adjusting vite config - [`98515f3`](https://github.com/Dokploy/templates/commit/98515f3bb2fa92d4d6eb635b011d6d11774037b0) Fix Dockerfile to work with app directory as build context ### 📊 Changes **4 files changed** (+149 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/scrumlr/docker-compose.yml` (+73 -0) ➕ `blueprints/scrumlr/scrumlr.svg` (+1 -0) ➕ `blueprints/scrumlr/template.toml` (+57 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description Adds the Scrumlr web app template, allowing for running an online retrospective event. Vibe coded with Github agent just for fun. 😳 --- <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 2025-11-22 20:40:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#519