mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5847] [CLOSED] feature: Update Hoppscotch UI and fix Docker deployment issues #5378
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5378
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/hoppscotch/hoppscotch/pull/5847
Author: @shastryrbs
Created: 2/6/2026
Status: ❌ Closed
Base:
main← Head:feature/Shastry-HoppScotchDeployment📝 Commits (1)
73ed6e9fix: improve backend port handling and update styles📊 Changes
12 files changed (+136 additions, -74 deletions)
View changed files
📝
aio-subpath-access.Caddyfile(+8 -5)📝
aio_run.mjs(+8 -3)📝
packages/hoppscotch-agent/index.html(+1 -1)📝
packages/hoppscotch-backend/src/team-collection/team-collection.service.ts(+8 -5)📝
packages/hoppscotch-common/assets/themes/base-themes.scss(+2 -2)📝
packages/hoppscotch-common/src/helpers/import-export/import/openapi/index.ts(+89 -44)📝
packages/hoppscotch-common/src/helpers/import-export/import/postman.ts(+13 -7)📝
packages/hoppscotch-desktop/index.html(+1 -1)📝
packages/hoppscotch-desktop/src/assets/scss/styles.scss(+2 -2)📝
packages/hoppscotch-selfhost-web/index.html(+1 -1)📝
packages/hoppscotch-sh-admin/assets/scss/styles.scss(+2 -2)📝
packages/hoppscotch-sh-admin/index.html(+1 -1)📄 Description
Summary
Enhanced admin dashboard user interface with updated styles and titles, and resolved Docker build and deployment issues.
Changes Made
UI/UX Improvements
Updated admin dashboard styles (
packages/hoppscotch-sh-admin/assets/scss/styles.scss)Updated page titles and branding
Docker Configuration Fixes
Fixed Dockerfile GitHub dependency handling (lines 118-126)
github:owner/repo#commit)file:///pathsFixed port configuration in .env
PORT=80for Caddy inside container (mapped to host 3080)HOPP_BACKEND_PORT=3170for backend serviceEADDRINUSE: address already in use :::3170Code Quality
cloneDeepimport from OpenAPI import helperDeployment
rbsdeveloper/hoppscotch-aio:latestSummary by cubic
Updates app branding and font sizing, adds path-based folder grouping for OpenAPI imports, and fixes container port routing for reliable self-hosted runs on Render. Also hardens import behavior and prevents FK errors during team collection creation.
New Features
Bug Fixes
Written for commit
73ed6e908e. Summary will update on new commits.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.