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:
Jainil Prajapati
2025-10-15 09:05:28 +05:30
committed by GitHub
parent 36af3499f9
commit 25b94d1e85
4 changed files with 134 additions and 0 deletions

View File

@@ -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",