mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5136] [MERGED] fix: use HOPP_AIO_ALTERNATE_PORT in healthcheck #5073
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#5073
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/5136
Author: @Radrogyl
Created: 6/8/2025
Status: ✅ Merged
Merged: 6/10/2025
Merged by: @jamesgeorge007
Base:
patch← Head:fix-healthcheck📝 Commits (1)
14be25ause HOPP_AIO_ALTERNATE_PORT in health check📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
healthcheck.sh(+1 -1)📄 Description
Fixes healthcheck.sh not considering the value of HOPP_AIO_ALTERNATE_PORT, thus reporting unhealthy for any custom port that differs from 80
What's changed
Uses the port set in HOPP_AIO_ALTERNATE_PORT (defaults to 80) for the healthcheck to prevent wrongfully reporting unhealthy status when HOPP_AIO_ALTERNATE_PORT set to custom port
Notes to reviewers
Tested successfully with the latest version of AIO Container (at time of pull request was 2025.5.1)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.