[PR #93] [MERGED] add more templates #215

Closed
opened 2025-11-22 20:32:43 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/93
Author: @naterfute
Created: 4/23/2025
Status: Merged
Merged: 4/27/2025
Merged by: @Siumauricio

Base: mainHead: main


📝 Commits (10+)

  • 1dd7db8 feat: add first stack-auth test
  • 7e7fd8b fix: stack auth template.toml
  • f97d54d Merge branch 'Dokploy:main' into main
  • 3bac4c2 fix: stack auth compose and template
  • 0e17a61 fix: fixed serviceName on the template.toml of stack auth
  • e137970 fix: database host Stack Auth
  • 709837b fix: template.toml for Stack Auth
  • 3743e08 fix: actually auto generate values for plane template
  • 623a850 feat: add healthcheck to minio
  • 3baea8a Revert "feat: add healthcheck to minio"

📊 Changes

10 files changed (+301 additions, -0 deletions)

View changed files

blueprints/pterodactyl/docker-compose.yml (+52 -0)
blueprints/pterodactyl/pterodactyl.png (+0 -0)
blueprints/pterodactyl/template.toml (+34 -0)
blueprints/pyrodactyl/docker-compose.yml (+53 -0)
blueprints/pyrodactyl/pyrodactyl.png (+0 -0)
blueprints/pyrodactyl/template.toml (+35 -0)
blueprints/stack-auth/docker-compose.yml (+42 -0)
blueprints/stack-auth/stack-auth.png (+0 -0)
blueprints/stack-auth/template.toml (+36 -0)
📝 meta.json (+49 -0)

📄 Description

This pr succesfully add's 3 new templates

  • Stack Auth
  • Pterodactyl
  • Pyrodactyl(Pterodactyl Fork)

🔄 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/93 **Author:** [@naterfute](https://github.com/naterfute) **Created:** 4/23/2025 **Status:** ✅ Merged **Merged:** 4/27/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`1dd7db8`](https://github.com/Dokploy/templates/commit/1dd7db8dceb43d16f4af9d3b69fa039d772714fc) feat: add first stack-auth test - [`7e7fd8b`](https://github.com/Dokploy/templates/commit/7e7fd8b236a329c954e5b8891a0ae1022f542f03) fix: stack auth template.toml - [`f97d54d`](https://github.com/Dokploy/templates/commit/f97d54dbda67bd4a18dd0d2301324454a6ef1223) Merge branch 'Dokploy:main' into main - [`3bac4c2`](https://github.com/Dokploy/templates/commit/3bac4c2a4a51456ab692a1dbea714859613fbaad) fix: stack auth compose and template - [`0e17a61`](https://github.com/Dokploy/templates/commit/0e17a6151c558a8b11095d657b8672fbb4451338) fix: fixed serviceName on the template.toml of stack auth - [`e137970`](https://github.com/Dokploy/templates/commit/e137970ff4abe5110aa91fdfb49f862c3540280d) fix: database host Stack Auth - [`709837b`](https://github.com/Dokploy/templates/commit/709837bdd11e361ff5f69b28f5a3736086ed0ad6) fix: template.toml for Stack Auth - [`3743e08`](https://github.com/Dokploy/templates/commit/3743e08bc5e801dd399a1c003f3d731119181f94) fix: actually auto generate values for plane template - [`623a850`](https://github.com/Dokploy/templates/commit/623a850976156a3c9c3541f86c9421321807aae8) feat: add healthcheck to minio - [`3baea8a`](https://github.com/Dokploy/templates/commit/3baea8ac17551ef0605eb5dac85dc278523e19c7) Revert "feat: add healthcheck to minio" ### 📊 Changes **10 files changed** (+301 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/pterodactyl/docker-compose.yml` (+52 -0) ➕ `blueprints/pterodactyl/pterodactyl.png` (+0 -0) ➕ `blueprints/pterodactyl/template.toml` (+34 -0) ➕ `blueprints/pyrodactyl/docker-compose.yml` (+53 -0) ➕ `blueprints/pyrodactyl/pyrodactyl.png` (+0 -0) ➕ `blueprints/pyrodactyl/template.toml` (+35 -0) ➕ `blueprints/stack-auth/docker-compose.yml` (+42 -0) ➕ `blueprints/stack-auth/stack-auth.png` (+0 -0) ➕ `blueprints/stack-auth/template.toml` (+36 -0) 📝 `meta.json` (+49 -0) </details> ### 📄 Description This pr succesfully add's 3 new templates - [x] Stack Auth - [x] Pterodactyl - [x] Pyrodactyl(Pterodactyl Fork) --- <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:32:43 -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#215