[PR #679] [MERGED] feat: add wuzapi template #4170

Closed
opened 2026-04-30 06:47:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/679
Author: @HarshalRathore
Created: 1/26/2026
Status: Merged
Merged: 2/16/2026
Merged by: @Siumauricio

Base: canaryHead: feat/wuzapi-template


📝 Commits (5)

  • 4d707a3 feat: add wuzapi template
  • 62ba8aa chore: remove temporary meta_entry.json
  • 41777b8 fix(wuzapi): remove explicit networks and simplify depends_on for Dokploy compatibility
  • 53138da fix(wuzapi): remove invalid config.mounts from template.toml
  • 6416055 Update Docker images for wuzapi and PostgreSQL

📊 Changes

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

View changed files

blueprints/wuzapi/docker-compose.yml (+36 -0)
blueprints/wuzapi/template.toml (+20 -0)
blueprints/wuzapi/wuzapi.png (+0 -0)
📝 meta.json (+18 -0)

📄 Description

This PR adds a deployment template for WuzAPI.

Key Features:

  • docker-compose.yml: Includes WuzAPI server and a Postgres 16 database.
  • template.toml: Configured with automatic generation for admin tokens, encryption keys, and db passwords.
  • Logo: Added the official WuzAPI logo.
  • meta.json: Entry added and file sorted.

🔄 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/679 **Author:** [@HarshalRathore](https://github.com/HarshalRathore) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 2/16/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `feat/wuzapi-template` --- ### 📝 Commits (5) - [`4d707a3`](https://github.com/Dokploy/templates/commit/4d707a335fa0add0f82a9ecc0a8a12cffd32ccf8) feat: add wuzapi template - [`62ba8aa`](https://github.com/Dokploy/templates/commit/62ba8aa76bbf2e9e109d455cda2cdc1836c3c678) chore: remove temporary meta_entry.json - [`41777b8`](https://github.com/Dokploy/templates/commit/41777b83080b15358fd36fd72004cf1b5e3099b8) fix(wuzapi): remove explicit networks and simplify depends_on for Dokploy compatibility - [`53138da`](https://github.com/Dokploy/templates/commit/53138dad71473588c1ce6572c8a6bc5e8dd45e28) fix(wuzapi): remove invalid config.mounts from template.toml - [`6416055`](https://github.com/Dokploy/templates/commit/64160559b2da7409e06f7fd5454f96a3f336036e) Update Docker images for wuzapi and PostgreSQL ### 📊 Changes **4 files changed** (+74 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/wuzapi/docker-compose.yml` (+36 -0) ➕ `blueprints/wuzapi/template.toml` (+20 -0) ➕ `blueprints/wuzapi/wuzapi.png` (+0 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description This PR adds a deployment template for [WuzAPI](https://github.com/asternic/wuzapi). ### Key Features: - **docker-compose.yml**: Includes WuzAPI server and a Postgres 16 database. - **template.toml**: Configured with automatic generation for admin tokens, encryption keys, and db passwords. - **Logo**: Added the official WuzAPI logo. - **meta.json**: Entry added and file sorted. --- <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-04-30 06:47:36 -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#4170