mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +02:00
- heyform/community-edition:latest now points at v3.0.0-rc.* which hangs after Mongoose init and never binds port 8000 (502 behind Traefik). Pin the last stable release v0.1.0 (boots and serves the UI). - eqalpha/keydb:6.3.3 does not exist on Docker Hub; use the multi-arch alpine tag instead. Deploy-tested on a Dokploy instance: HTTP 200, HeyForm UI renders. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
20 lines
478 B
JSON
20 lines
478 B
JSON
{
|
|
"id": "heyform",
|
|
"name": "HeyForm",
|
|
"version": "v0.1.0",
|
|
"description": "Allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls. No coding skills required.",
|
|
"logo": "heyform.svg",
|
|
"links": {
|
|
"github": "https://github.com/heyform/heyform",
|
|
"website": "https://heyform.net",
|
|
"docs": "https://docs.heyform.net"
|
|
},
|
|
"tags": [
|
|
"form",
|
|
"builder",
|
|
"questionnaire",
|
|
"quiz",
|
|
"survey"
|
|
]
|
|
}
|