[PR #313] [MERGED] ATTENTION IS ALL YOU NEED #356

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/313
Author: @jaainil
Created: 8/27/2025
Status: Merged
Merged: 8/28/2025
Merged by: @Siumauricio

Base: mainHead: attention-is-all-you-need


📝 Commits (10+)

  • e74ff40 Add blueprints for wanderer and yamtrack applications with Docker configurations and templates
  • 630af50 Add Vikunja blueprint
  • 7467d3f Add Tor Browser blueprint with Docker configuration and template
  • 0be1b3e Add Picsur image hosting blueprint with Docker configuration and template
  • 5f83ba8 Create new blueprint for deploying Pastefy with MariaDB and OAuth support
  • b378442 Added Morsphs
  • 4e07ab1 Add KitchenOwl blueprint with Docker Compose configuration and template
  • 7237808 Add Kokoro Web blueprint with Docker Compose configuration and template
  • 7bc9b75 added HortusFox
  • 81c55db added gitingest

📊 Changes

40 files changed (+973 additions, -0 deletions)

View changed files

blueprints/drawnix/docker-compose.yml (+5 -0)
blueprints/drawnix/image.png (+0 -0)
blueprints/drawnix/template.toml (+17 -0)
blueprints/etherpad/docker-compose.yml (+39 -0)
blueprints/etherpad/image.png (+0 -0)
blueprints/etherpad/template.toml (+28 -0)
blueprints/gitingest/docker-compose.yml (+9 -0)
blueprints/gitingest/image.png (+0 -0)
blueprints/gitingest/template.toml (+13 -0)
blueprints/hortusfox/docker-compose.yml (+43 -0)
blueprints/hortusfox/image.png (+0 -0)
blueprints/hortusfox/template.toml (+50 -0)
blueprints/kitchenowl/docker-compose.yml (+37 -0)
blueprints/kitchenowl/image.png (+0 -0)
blueprints/kitchenowl/template.toml (+33 -0)
blueprints/kokoro-web/docker-compose.yml (+14 -0)
blueprints/kokoro-web/image.png (+0 -0)
blueprints/kokoro-web/template.toml (+14 -0)
blueprints/morphos/docker-compose.yml (+15 -0)
blueprints/morphos/image.png (+0 -0)

...and 20 more files

📄 Description

What is this PR about?

This PR adds multiple new Dokploy templates with ready-to-use Docker Compose configurations and environment templates.

New Templates Added

  • Wanderer – Self-hosted note-taking app.
  • Yamtrack – Lightweight issue/bug tracking system.
  • Vikunja – Open-source task management and todo app.
  • Tor Browser – Privacy-focused browser with Docker setup.
  • Picsur – Self-hosted image hosting solution.
  • Pastefy – Pastebin alternative with MariaDB + OAuth support.
  • Morphos – Service for managing server-side transformations.
  • KitchenOwl – Recipe and grocery list manager.
  • Kokoro Web – Text-to-speech service with caching.
  • HortusFox – Garden management and monitoring app.
  • Gitingest – Git repository ingestion service.
  • Etherpad – Real-time collaborative text editor.
  • Drawnix – Whiteboard and collaborative drawing platform.

Checklist

  • I have read the suggestions in the README.md
  • I have tested all templates in my own instance to ensure they work correctly.
  • I have added proper environment examples and configuration instructions.

🔄 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/313 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 8/27/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `attention-is-all-you-need` --- ### 📝 Commits (10+) - [`e74ff40`](https://github.com/Dokploy/templates/commit/e74ff40002f58043eafe2e638528233df8324930) Add blueprints for wanderer and yamtrack applications with Docker configurations and templates - [`630af50`](https://github.com/Dokploy/templates/commit/630af50879e5d4bb25f1f1e8d5569670a7c3ec79) Add Vikunja blueprint - [`7467d3f`](https://github.com/Dokploy/templates/commit/7467d3ffe691e4eae922d2b4cf69a322da6d39ef) Add Tor Browser blueprint with Docker configuration and template - [`0be1b3e`](https://github.com/Dokploy/templates/commit/0be1b3eae51ca56bf1b2336bf9f55bd6338d3ad9) Add Picsur image hosting blueprint with Docker configuration and template - [`5f83ba8`](https://github.com/Dokploy/templates/commit/5f83ba8bdbe3f1731c2d2d15264656712392b91c) Create new blueprint for deploying Pastefy with MariaDB and OAuth support - [`b378442`](https://github.com/Dokploy/templates/commit/b378442945a965c82a71fdb061d3588dc2b48493) Added Morsphs - [`4e07ab1`](https://github.com/Dokploy/templates/commit/4e07ab1f39f83f4c02ad053ad89c453ec1ed3d86) Add KitchenOwl blueprint with Docker Compose configuration and template - [`7237808`](https://github.com/Dokploy/templates/commit/7237808668378b68b701e5e1b04b2085931f09ee) Add Kokoro Web blueprint with Docker Compose configuration and template - [`7bc9b75`](https://github.com/Dokploy/templates/commit/7bc9b759d4f1fd84eb8efe6511d6f63c0d1250e2) added HortusFox - [`81c55db`](https://github.com/Dokploy/templates/commit/81c55db2c3cd8e4ee3e41cbd1041892d54003781) added gitingest ### 📊 Changes **40 files changed** (+973 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/drawnix/docker-compose.yml` (+5 -0) ➕ `blueprints/drawnix/image.png` (+0 -0) ➕ `blueprints/drawnix/template.toml` (+17 -0) ➕ `blueprints/etherpad/docker-compose.yml` (+39 -0) ➕ `blueprints/etherpad/image.png` (+0 -0) ➕ `blueprints/etherpad/template.toml` (+28 -0) ➕ `blueprints/gitingest/docker-compose.yml` (+9 -0) ➕ `blueprints/gitingest/image.png` (+0 -0) ➕ `blueprints/gitingest/template.toml` (+13 -0) ➕ `blueprints/hortusfox/docker-compose.yml` (+43 -0) ➕ `blueprints/hortusfox/image.png` (+0 -0) ➕ `blueprints/hortusfox/template.toml` (+50 -0) ➕ `blueprints/kitchenowl/docker-compose.yml` (+37 -0) ➕ `blueprints/kitchenowl/image.png` (+0 -0) ➕ `blueprints/kitchenowl/template.toml` (+33 -0) ➕ `blueprints/kokoro-web/docker-compose.yml` (+14 -0) ➕ `blueprints/kokoro-web/image.png` (+0 -0) ➕ `blueprints/kokoro-web/template.toml` (+14 -0) ➕ `blueprints/morphos/docker-compose.yml` (+15 -0) ➕ `blueprints/morphos/image.png` (+0 -0) _...and 20 more files_ </details> ### 📄 Description ## What is this PR about? This PR adds multiple new **Dokploy templates** with ready-to-use Docker Compose configurations and environment templates. ### **New Templates Added** - **Wanderer** – Self-hosted note-taking app. - **Yamtrack** – Lightweight issue/bug tracking system. - **Vikunja** – Open-source task management and todo app. - **Tor Browser** – Privacy-focused browser with Docker setup. - **Picsur** – Self-hosted image hosting solution. - **Pastefy** – Pastebin alternative with **MariaDB** + **OAuth** support. - **Morphos** – Service for managing server-side transformations. - **KitchenOwl** – Recipe and grocery list manager. - **Kokoro Web** – Text-to-speech service with caching. - **HortusFox** – Garden management and monitoring app. - **Gitingest** – Git repository ingestion service. - **Etherpad** – Real-time collaborative text editor. - **Drawnix** – Whiteboard and collaborative drawing platform. --- ## Checklist - [x] I have read the suggestions in the [README.md](https://github.com/Dokploy/templates?tab=readme-ov-file#general-suggestions-when-creating-a-template) - [x] I have tested all templates in my own instance to ensure they work correctly. - [x] I have added proper environment examples and configuration instructions. --- <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:36:15 -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#356