[PR #1016] [MERGED] feat: add Weblate template #16324

Closed
opened 2026-07-14 23:19:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/1016
Author: @Siumauricio
Created: 7/14/2026
Status: Merged
Merged: 7/14/2026
Merged by: @Siumauricio

Base: canaryHead: feat/weblate


📝 Commits (1)

  • 7683947 feat: add Weblate template

📊 Changes

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

View changed files

blueprints/weblate/docker-compose.yml (+66 -0)
blueprints/weblate/meta.json (+18 -0)
blueprints/weblate/template.toml (+26 -0)
blueprints/weblate/weblate.svg (+1 -0)

📄 Description

Summary

Adds a template for Weblate, a libre web-based continuous localization platform with tight version control integration, quality checks, and support for over 50 file formats (PO, XLIFF, JSON, Android resources, ...).

Stack

  • weblate/weblate:2026.7.1.1 (current stable release, pinned) — listens on 8080, persistent volumes on /app/data and /app/cache
  • postgres:18-alpine — volume mounted at /var/lib/postgresql (PG 18 moved PGDATA out of /var/lib/postgresql/data), with pg_isready healthcheck
  • redis:8-alpine — persistence via --save 60 1, redis-cli ping healthcheck

Follows the upstream WeblateOrg/docker-compose reference setup. No host ports, no container_name; domain routes to weblate:8080. Admin credentials are generated by the template (WEBLATE_ADMIN_PASSWORD=${password:32}, admin email admin@<domain>).

Verification

Deployed end-to-end on a Dokploy instance from this exact blueprint:

  • Deploy status: done
  • GET / → HTTP 200, title Weblate
  • GET /accounts/login/ → HTTP 200, footer reports Weblate 2026.7.1
  • node build-scripts/generate-meta.js --check → 477 templates validated

Note: first boot takes a few minutes (database migrations); the container ships a built-in healthcheck with a 5-minute start period.

Closes #596

🤖 Generated with Claude Code


🔄 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/1016 **Author:** [@Siumauricio](https://github.com/Siumauricio) **Created:** 7/14/2026 **Status:** ✅ Merged **Merged:** 7/14/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `feat/weblate` --- ### 📝 Commits (1) - [`7683947`](https://github.com/Dokploy/templates/commit/76839478421ce9066f75efa0d077e7c66bccabd9) feat: add Weblate template ### 📊 Changes **4 files changed** (+111 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/weblate/docker-compose.yml` (+66 -0) ➕ `blueprints/weblate/meta.json` (+18 -0) ➕ `blueprints/weblate/template.toml` (+26 -0) ➕ `blueprints/weblate/weblate.svg` (+1 -0) </details> ### 📄 Description ## Summary Adds a template for [Weblate](https://weblate.org), a libre web-based continuous localization platform with tight version control integration, quality checks, and support for over 50 file formats (PO, XLIFF, JSON, Android resources, ...). ## Stack - `weblate/weblate:2026.7.1.1` (current stable release, pinned) — listens on 8080, persistent volumes on `/app/data` and `/app/cache` - `postgres:18-alpine` — volume mounted at `/var/lib/postgresql` (PG 18 moved PGDATA out of `/var/lib/postgresql/data`), with `pg_isready` healthcheck - `redis:8-alpine` — persistence via `--save 60 1`, `redis-cli ping` healthcheck Follows the upstream [WeblateOrg/docker-compose](https://github.com/WeblateOrg/docker-compose) reference setup. No host ports, no `container_name`; domain routes to `weblate:8080`. Admin credentials are generated by the template (`WEBLATE_ADMIN_PASSWORD=${password:32}`, admin email `admin@<domain>`). ## Verification Deployed end-to-end on a Dokploy instance from this exact blueprint: - Deploy status: `done` - `GET /` → HTTP 200, title `Weblate` - `GET /accounts/login/` → HTTP 200, footer reports `Weblate 2026.7.1` - `node build-scripts/generate-meta.js --check` → 477 templates validated Note: first boot takes a few minutes (database migrations); the container ships a built-in healthcheck with a 5-minute start period. Closes #596 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <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-07-14 23:19:18 -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#16324