[PR #293] [MERGED] Add Kuno i18n blog template #341

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/293
Author: @jaainil
Created: 8/19/2025
Status: Merged
Merged: 8/23/2025
Merged by: @Siumauricio

Base: mainHead: feat/kuno-i18n-blog-template


📝 Commits (7)

  • db0a8eb Add Kuno i18n blog template with improved tag formatting in meta.json
  • ea1d31f Update i18n-blog blueprint with Kuno volume configuration and JWT secret setup
  • cd8f831 Changed Port
  • 2df0ae3 Updated
  • d17ed6c update meta.json
  • 706c1c4 Merge branch 'main' into feat/kuno-i18n-blog-template
  • 74d6ded feat: add i18n Blog (Kuno) entry to meta.json

📊 Changes

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

View changed files

blueprints/i18n-blog/docker-compose.yml (+19 -0)
blueprints/i18n-blog/image.png (+0 -0)
blueprints/i18n-blog/template.toml (+24 -0)
📝 meta.json (+19 -0)

📄 Description

feat(templates): add Kuno i18n blog template v1.3.0

Introduce a new template for the [Kuno CMS](https://github.com/xuemian168/kuno/releases) (Go + Next.js, Dockerized) with multilingual (i18n) support.
Based on upstream release v1.3.0, this template includes:

  • Docker Compose setup with health checks, persistent volume for /app/data, and configurable NEXT_PUBLIC_API_URL.
  • template.toml defining domain, environment variables, and mounts.
  • Metadata aligned with Dokploy template standards.

Checklist:

  • Verified deployment on local Dokploy instance.
  • Confirmed container health checks pass.
  • Updated metadata and documentation.

🔄 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/293 **Author:** [@jaainil](https://github.com/jaainil) **Created:** 8/19/2025 **Status:** ✅ Merged **Merged:** 8/23/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `main` ← **Head:** `feat/kuno-i18n-blog-template` --- ### 📝 Commits (7) - [`db0a8eb`](https://github.com/Dokploy/templates/commit/db0a8eb20e4989a5376931f519cf2842838f8234) Add Kuno i18n blog template with improved tag formatting in meta.json - [`ea1d31f`](https://github.com/Dokploy/templates/commit/ea1d31f110f15e70264d3c402722461c974f97ff) Update i18n-blog blueprint with Kuno volume configuration and JWT secret setup - [`cd8f831`](https://github.com/Dokploy/templates/commit/cd8f8310f13d7095154e65ebf3aa284e9c1fa4db) Changed Port - [`2df0ae3`](https://github.com/Dokploy/templates/commit/2df0ae3a5edfe3fc7906584d4d131ed9badc2917) Updated - [`d17ed6c`](https://github.com/Dokploy/templates/commit/d17ed6c153d633b0b9d954efb775161ea902fcc2) update meta.json - [`706c1c4`](https://github.com/Dokploy/templates/commit/706c1c4e80cb8a221896ae5d77dc77b651fe8913) Merge branch 'main' into feat/kuno-i18n-blog-template - [`74d6ded`](https://github.com/Dokploy/templates/commit/74d6deddc7bee1e1fffef85da50eb2c5da192ac7) feat: add i18n Blog (Kuno) entry to meta.json ### 📊 Changes **4 files changed** (+62 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/i18n-blog/docker-compose.yml` (+19 -0) ➕ `blueprints/i18n-blog/image.png` (+0 -0) ➕ `blueprints/i18n-blog/template.toml` (+24 -0) 📝 `meta.json` (+19 -0) </details> ### 📄 Description **feat(templates): add Kuno i18n blog template v1.3.0** Introduce a new template for the [[Kuno CMS](https://github.com/xuemian168/kuno/releases)](https://github.com/xuemian168/kuno/releases) (Go + Next.js, Dockerized) with multilingual (i18n) support. Based on upstream release **v1.3.0**, this template includes: - **Docker Compose** setup with health checks, persistent volume for `/app/data`, and configurable `NEXT_PUBLIC_API_URL`. - **template.toml** defining domain, environment variables, and mounts. - Metadata aligned with Dokploy template standards. **Checklist:** - [x] Verified deployment on local Dokploy instance. - [x] Confirmed container health checks pass. - [x] Updated metadata and documentation. --- <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:35:47 -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#341