mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #315] Configure BaseUrl using Environment variables #115
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#115
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?
Originally created by @Nepoxx on GitHub (Nov 19, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/315
Is your feature request related to a problem? Please describe.
Deploying Postwoman elsewhere than the root url results in multiple 404s since postwoman is not aware of where it is.
Describe the solution you'd like
Being able to set the root/base url would allow deploying postwoman on any subpath of a website, for instance
tools.example.com/postwoman. This would be particularly useful for Docker deployments.Describe alternatives you've considered
A
jsonconfig file could do, which combined withdocker configwould also work, but it is a less popular approach.@liyasthomas commented on GitHub (Nov 19, 2019):
Let us discuss over this feature request.
@liyasthomas commented on GitHub (Nov 25, 2019):
Do a
npm run generateto build the project and try hosting the/distdirectory on server.