mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
feat(blueprints): add Hoppscotch AIO blueprint with migrations (#449)
Added Docker Compose setup, configuration template, logo, and metadata for Hoppscotch Community Edition. Includes PostgreSQL, database migrations, and subpath routing for self-hosted API testing tool deployment.
This commit is contained in:
19
meta.json
19
meta.json
@@ -2676,6 +2676,25 @@
|
||||
"server"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "hoppscotch",
|
||||
"name": "Hoppscotch (AIO + Migrations)",
|
||||
"version": "latest",
|
||||
"description": "Hoppscotch Community Edition (All-in-One) with automatic database migrations. Includes backend, frontend, and admin under unified subpath routing.",
|
||||
"logo": "image.png",
|
||||
"tags": [
|
||||
"api",
|
||||
"testing",
|
||||
"development",
|
||||
"postman-alternative",
|
||||
"graphql"
|
||||
],
|
||||
"links": {
|
||||
"website": "https://hoppscotch.io/",
|
||||
"github": "https://github.com/hoppscotch/hoppscotch",
|
||||
"docs": "https://docs.hoppscotch.io/documentation/self-host/community-edition/install-and-build"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "hortusfox",
|
||||
"name": "HortusFox",
|
||||
|
||||
Reference in New Issue
Block a user