[PR #247] [MERGED] Adding new templates #308

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/247
Author: @jaainil
Created: 7/26/2025
Status: Merged
Merged: 7/28/2025
Merged by: @Siumauricio

Base: mainHead: adding-new-templates


📝 Commits (10+)

  • 1d17c53 Remove duplicate GitLab CI entry and add Link Stack entry to meta.json
  • f9c70be Update Movary blueprint with simplified Docker Compose and environment configuration
  • cd86d30 Add OpenGist entry to meta.json
  • 051ccb3 Add Snapp self-hosted screenshot sharing service entry to meta.json
  • 47286b8 Add CommaFeed feed reader entry to meta.json
  • 203693a Add ConvertX media conversion service entry to meta.json
  • 83bef03 Add MeTube YouTube downloader entry to meta.json
  • 7bb92ff Add Pinchflat YouTube entry to meta.json
  • 2283d5b Add yt-dlp-webui entry to meta.json
  • 71a9f94 Add FlareSolverr proxy service entry to meta.json

📊 Changes

62 files changed (+1469 additions, -33 deletions)

View changed files

blueprints/commafeed/docker-compose.yml (+9 -0)
blueprints/commafeed/logo.svg (+7 -0)
blueprints/commafeed/template.toml (+17 -0)
blueprints/convertx/docker-compose.yml (+19 -0)
blueprints/convertx/logo.png (+0 -0)
blueprints/convertx/template.toml (+33 -0)
blueprints/directory-lister/docker-compose.yml (+14 -0)
blueprints/directory-lister/logo.png (+0 -0)
blueprints/directory-lister/template.toml (+19 -0)
blueprints/dumbassets/docker-compose.yml (+12 -0)
blueprints/dumbassets/logo.svg (+1 -0)
blueprints/dumbassets/template.toml (+27 -0)
blueprints/dumbbudget/docker-compose.yml (+12 -0)
blueprints/dumbbudget/logo.svg (+20 -0)
blueprints/dumbbudget/template.toml (+24 -0)
blueprints/dumbdrop/docker-compose.yml (+10 -0)
blueprints/dumbdrop/logo.svg (+20 -0)
blueprints/dumbdrop/template.toml (+24 -0)
blueprints/dumbpad/docker-compose.yml (+12 -0)
blueprints/dumbpad/logo.svg (+27 -0)

...and 42 more files

📄 Description

What is this PR about?

This PR adds 20+ new self-hosted services to meta.json and improves an existing blueprint. Highlights include:

New entries added:

  • Snapp – Screenshot sharing service
  • CommaFeed – RSS feed reader
  • ConvertX – Media converter
  • MeTube – YouTube downloader
  • Pinchflat – Minimal YouTube UI
  • yt-dlp-webui – Web UI for yt-dlp
  • FlareSolverr – Anti-bot bypass proxy
  • Neko – Virtual browser container
  • Omni-Tools – Toolkit bundle
  • OpenHands – AI agents orchestration
  • Web-Check – Website analyzer
  • DumbTools Suite – Includes DumbDrop, DumbAssets, DumbPad, DumbBudget
  • Tianji – Web analytics & uptime monitoring
  • Directory Lister – Folder/file explorer
  • Grimoire – Bookmarking service
  • OpenGist – Self-hosted GitHub Gist alternative
  • Link Stack – Link-in-bio page

🛠 Improvements:

  • Cleaned up duplicate GitLab CI entry
  • Refactored Movary blueprint with a simplified Docker Compose and clear MySQL env config

Checklist

Before submitting this PR, please make sure that:

N/A — bulk new entries and enhancements


🔄 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/247 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 7/26/2025 **Status:** ✅ Merged **Merged:** 7/28/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `adding-new-templates` --- ### 📝 Commits (10+) - [`1d17c53`](https://github.com/Dokploy/templates/commit/1d17c530b14af11ef92f4b573909a3fb38a9af9e) Remove duplicate GitLab CI entry and add Link Stack entry to meta.json - [`f9c70be`](https://github.com/Dokploy/templates/commit/f9c70be72ba8bbeee8f90c1879f15069b777494d) Update Movary blueprint with simplified Docker Compose and environment configuration - [`cd86d30`](https://github.com/Dokploy/templates/commit/cd86d302bde2be5113ce2a683715143a2c050df8) Add OpenGist entry to meta.json - [`051ccb3`](https://github.com/Dokploy/templates/commit/051ccb3d6d5746954393d3a5512b0a21249a5126) Add Snapp self-hosted screenshot sharing service entry to meta.json - [`47286b8`](https://github.com/Dokploy/templates/commit/47286b823ad803b2645e471d8e644ef54b1ead8c) Add CommaFeed feed reader entry to meta.json - [`203693a`](https://github.com/Dokploy/templates/commit/203693ad951bd6dbd81187831b216e08bed0c0b4) Add ConvertX media conversion service entry to meta.json - [`83bef03`](https://github.com/Dokploy/templates/commit/83bef036eda368d6c592e1ec3a836d3997f45d1e) Add MeTube YouTube downloader entry to meta.json - [`7bb92ff`](https://github.com/Dokploy/templates/commit/7bb92ffa5b23280b5e33a2b7e9ef423260518ba3) Add Pinchflat YouTube entry to meta.json - [`2283d5b`](https://github.com/Dokploy/templates/commit/2283d5bdd39aa0a1caf82e4dbb07b937c17a3d97) Add yt-dlp-webui entry to meta.json - [`71a9f94`](https://github.com/Dokploy/templates/commit/71a9f94240feb143e03b9740244c11f7df04192f) Add FlareSolverr proxy service entry to meta.json ### 📊 Changes **62 files changed** (+1469 additions, -33 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/commafeed/docker-compose.yml` (+9 -0) ➕ `blueprints/commafeed/logo.svg` (+7 -0) ➕ `blueprints/commafeed/template.toml` (+17 -0) ➕ `blueprints/convertx/docker-compose.yml` (+19 -0) ➕ `blueprints/convertx/logo.png` (+0 -0) ➕ `blueprints/convertx/template.toml` (+33 -0) ➕ `blueprints/directory-lister/docker-compose.yml` (+14 -0) ➕ `blueprints/directory-lister/logo.png` (+0 -0) ➕ `blueprints/directory-lister/template.toml` (+19 -0) ➕ `blueprints/dumbassets/docker-compose.yml` (+12 -0) ➕ `blueprints/dumbassets/logo.svg` (+1 -0) ➕ `blueprints/dumbassets/template.toml` (+27 -0) ➕ `blueprints/dumbbudget/docker-compose.yml` (+12 -0) ➕ `blueprints/dumbbudget/logo.svg` (+20 -0) ➕ `blueprints/dumbbudget/template.toml` (+24 -0) ➕ `blueprints/dumbdrop/docker-compose.yml` (+10 -0) ➕ `blueprints/dumbdrop/logo.svg` (+20 -0) ➕ `blueprints/dumbdrop/template.toml` (+24 -0) ➕ `blueprints/dumbpad/docker-compose.yml` (+12 -0) ➕ `blueprints/dumbpad/logo.svg` (+27 -0) _...and 42 more files_ </details> ### 📄 Description ## What is this PR about? This PR adds 20+ new self-hosted services to `meta.json` and improves an existing blueprint. Highlights include: ### ✅ New entries added: * **Snapp** – Screenshot sharing service * **CommaFeed** – RSS feed reader * **ConvertX** – Media converter * **MeTube** – YouTube downloader * **Pinchflat** – Minimal YouTube UI * **yt-dlp-webui** – Web UI for yt-dlp * **FlareSolverr** – Anti-bot bypass proxy * **Neko** – Virtual browser container * **Omni-Tools** – Toolkit bundle * **OpenHands** – AI agents orchestration * **Web-Check** – Website analyzer * **DumbTools Suite** – Includes DumbDrop, DumbAssets, DumbPad, DumbBudget * **Tianji** – Web analytics & uptime monitoring * **Directory Lister** – Folder/file explorer * **Grimoire** – Bookmarking service * **OpenGist** – Self-hosted GitHub Gist alternative * **Link Stack** – Link-in-bio page ### 🛠 Improvements: * Cleaned up duplicate GitLab CI entry * Refactored **Movary** blueprint with a simplified Docker Compose and clear MySQL env config ## Checklist Before submitting this PR, please make sure that: * [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)](https://github.com/Dokploy/templates?tab=readme-ov-file#general-suggestions-when-creating-a-template) * [x] I have tested the templates in my instance * [x] I have ensured metadata correctness and added minimal test coverage (if applicable) ## Issues related (if applicable) N/A — bulk new entries and enhancements --- <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:34:42 -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#308