[PR #850] feat: add 6 new templates (KeyDB, VictoriaMetrics, Gel, Matomo, Flarum, Leantime) #5154

Open
opened 2026-05-06 17:58:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/850
Author: @ZeroWing-Automator
Created: 5/5/2026
Status: 🔄 Open

Base: canaryHead: canary


📝 Commits (10+)

📊 Changes

19 files changed (+346 additions, -1 deletions)

View changed files

blueprints/flarum/docker-compose.yml (+32 -0)
blueprints/flarum/flarum.png (+0 -0)
blueprints/flarum/template.toml (+19 -0)
blueprints/gel/docker-compose.yml (+16 -0)
blueprints/gel/gel.png (+0 -0)
blueprints/gel/template.toml (+14 -0)
blueprints/keydb/docker-compose.yml (+13 -0)
blueprints/keydb/keydb.png (+0 -0)
blueprints/keydb/template.toml (+12 -0)
blueprints/leantime/docker-compose.yml (+34 -0)
blueprints/leantime/leantime.png (+0 -0)
blueprints/leantime/template.toml (+18 -0)
blueprints/matomo/docker-compose.yml (+34 -0)
blueprints/matomo/matomo.png (+0 -0)
blueprints/matomo/template.toml (+18 -0)
blueprints/victoriametrics/docker-compose.yml (+16 -0)
blueprints/victoriametrics/template.toml (+12 -0)
blueprints/victoriametrics/victoriametrics.png (+0 -0)
📝 meta.json (+108 -1)

📄 Description

Adds a new template for KeyDB — a high-performance, multithreaded fork of Redis by Snapchat.

  • Official eqalpha/keydb Docker image
  • Auto-generated password via ${password:16}
  • Persistent volume for data
  • Port 6379 (standard Redis-compatible)
    Closes #152 (partial)

🔄 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/850 **Author:** [@ZeroWing-Automator](https://github.com/ZeroWing-Automator) **Created:** 5/5/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `canary` --- ### 📝 Commits (10+) - [`355833e`](https://github.com/Dokploy/templates/commit/355833ea32c6b33f19f3bf81f7ca8f1894280ca8) Create template.toml - [`7de03e4`](https://github.com/Dokploy/templates/commit/7de03e424693e48a7ee76bba55823c8173738a75) Create docker-compose.yml - [`644cdfc`](https://github.com/Dokploy/templates/commit/644cdfcb772f3d55422fd8105a7da9976d2b44d8) Update meta.json - [`a06feb6`](https://github.com/Dokploy/templates/commit/a06feb6a9949ccaed82f8bfea626011617cd9ac9) Create template.toml - [`e97aec0`](https://github.com/Dokploy/templates/commit/e97aec01962a5c0886a5cde3f26bb9d4326e7fe0) Create docker-compose.yml - [`71ea468`](https://github.com/Dokploy/templates/commit/71ea46881f74d4f314bd5dc177588684af72851c) Update meta.json - [`377009a`](https://github.com/Dokploy/templates/commit/377009a5fa5aaaa8abb20893b737ac207715cb91) Create template.toml - [`525220a`](https://github.com/Dokploy/templates/commit/525220a0b4b5333b1bf9d6a963ca6d6ce41de9bf) Create docker-compose.yml - [`b798546`](https://github.com/Dokploy/templates/commit/b7985463d85452a6e979a57a5fbb677b14fe6d45) Update template.toml - [`a0abb8f`](https://github.com/Dokploy/templates/commit/a0abb8fcfee17593737e6f43a80b9b11a1ac6bc9) Update meta.json ### 📊 Changes **19 files changed** (+346 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/flarum/docker-compose.yml` (+32 -0) ➕ `blueprints/flarum/flarum.png` (+0 -0) ➕ `blueprints/flarum/template.toml` (+19 -0) ➕ `blueprints/gel/docker-compose.yml` (+16 -0) ➕ `blueprints/gel/gel.png` (+0 -0) ➕ `blueprints/gel/template.toml` (+14 -0) ➕ `blueprints/keydb/docker-compose.yml` (+13 -0) ➕ `blueprints/keydb/keydb.png` (+0 -0) ➕ `blueprints/keydb/template.toml` (+12 -0) ➕ `blueprints/leantime/docker-compose.yml` (+34 -0) ➕ `blueprints/leantime/leantime.png` (+0 -0) ➕ `blueprints/leantime/template.toml` (+18 -0) ➕ `blueprints/matomo/docker-compose.yml` (+34 -0) ➕ `blueprints/matomo/matomo.png` (+0 -0) ➕ `blueprints/matomo/template.toml` (+18 -0) ➕ `blueprints/victoriametrics/docker-compose.yml` (+16 -0) ➕ `blueprints/victoriametrics/template.toml` (+12 -0) ➕ `blueprints/victoriametrics/victoriametrics.png` (+0 -0) 📝 `meta.json` (+108 -1) </details> ### 📄 Description Adds a new template for [KeyDB](https://docs.keydb.dev/) — a high-performance, multithreaded fork of Redis by Snapchat. - Official `eqalpha/keydb` Docker image - Auto-generated password via `${password:16}` - Persistent volume for data - Port 6379 (standard Redis-compatible) Closes #152 (partial) --- <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-06 17:58:54 -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#5154