mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 10:37:26 -05:00
[PR #790] [CLOSED] feat: add Velix API template #4263
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/790
Author: @paulolinder
Created: 4/14/2026
Status: ❌ Closed
Base:
canary← Head:add-velix-api📝 Commits (2)
4902cbfNew Version (#737)5976110feat: add Velix API one-click template📊 Changes
28 files changed (+1008 additions, -87 deletions)
View changed files
📝
blueprints/convex/docker-compose.yml(+8 -8)📝
blueprints/evolutionapi/docker-compose.yml(+1 -1)📝
blueprints/grafana/docker-compose.yml(+1 -1)➕
blueprints/imgproxy/docker-compose.yml(+76 -0)➕
blueprints/imgproxy/imgproxy.png(+0 -0)➕
blueprints/imgproxy/template.toml(+56 -0)➕
blueprints/mediafetch/docker-compose.yml(+18 -0)➕
blueprints/mediafetch/mediafetch.svg(+1 -0)➕
blueprints/mediafetch/template.toml(+15 -0)📝
blueprints/nextcloud-aio/docker-compose.yml(+14 -12)➖
blueprints/nextcloud-aio/nextcloud-aio.svg(+0 -1)➕
blueprints/nextcloud-aio/nextcloud.png(+0 -0)📝
blueprints/nextcloud-aio/template.toml(+166 -12)📝
blueprints/notifuse/docker-compose.yml(+28 -30)📝
blueprints/notifuse/template.toml(+2 -17)➕
blueprints/tuwunel/docker-compose.yml(+18 -0)➕
blueprints/tuwunel/template.toml(+15 -0)➕
blueprints/tuwunel/tuwunel.svg(+4 -0)➕
blueprints/unleash/docker-compose.yml(+49 -0)➕
blueprints/unleash/template.toml(+17 -0)...and 8 more files
📄 Description
Velix API
Self-hosted WhatsApp API built in Go with multi-instance support.
Services
/datavolumeFeatures
Docker Image
ghcr.io/paulolinder/velix-api:0.1.0Links
Greptile Summary
This PR adds a new Velix API blueprint — a self-hosted WhatsApp gateway with PostgreSQL and Redis — following the standard Dokploy template structure. There is one blocking issue in
template.tomlthat must be fixed before the template is functional.template.toml:[config.env]is a TOML table (object), not the required array of strings. The generated variables will never be applied to the deployment, causing startup failures. The block must be rewritten asenv = [...]inside[config], matching every other blueprint in the repo.Confidence Score: 4/5
Not safe to merge — the broken template.toml env syntax will prevent the deployment from working at all.
One P1 issue (wrong TOML syntax for env vars) means the template is functionally broken out of the box; everything else is minor style. Score is 4 rather than lower because the fix is a one-line restructure with no architectural concerns.
blueprints/velix-api/template.toml requires the env syntax fix before this can be merged.
Reviews (1): Last reviewed commit: "feat: add Velix API template (WhatsApp A..." | Re-trigger Greptile
(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.