mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3342] [bug]: Have problems for a self hosted installation #1116
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#1116
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 @giosueDelgado on GitHub (Sep 12, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3342
Is there an existing issue for this?
Current behavior
I create a docker compose where I want to run my seld hosted installation.
Here the docker-compose:
And I have a nginx that redirect the traffic based on path location to the port of this container "/gui-api" to 3000, "/gui-api-admin" to 3100 and "/gui-api-backend" to 3170
But I have some issue on base path for the GUI application (to make work I have to replace the link in the html and in the css to add the path).
Is it possible to have a full guide documentation to have this solution in the self hosted with a working example that can work also on path managed and not on port managed solution?
Because following the documentation not work.
Thanks
Steps to reproduce
See the description
Environment
Production
Version
Self-hosted
@Zer0S2m commented on GitHub (Sep 22, 2023):
Hello @giosueDelgado!
I have the same problem. The simple solution that I was able to do was to create two subdomains, the first for the application itself, the second for the admin area.
@giosueDelgado commented on GitHub (Sep 24, 2023):
Hi @Zer0S2m thank you for your suggestion, yes I think it is a good workaround, I think we can use this issue also to give a configuration option for those who cannot manage many domains but only one and work on subpath..
@jamesgeorge007 commented on GitHub (Nov 22, 2023):
Hi, we're adding the ability to access the services under subpaths. The changes have been merged in #3449 and will be going with the
2023.12.0release scheduled for December.@giosueDelgado commented on GitHub (Nov 22, 2023):
Cool! Thanks! @jamesgeorge007
@liyasthomas commented on GitHub (Dec 20, 2023):
Thanks for your patience and valuable feedback. This feature has been implemented in the latest release.
Closing this ticket as this feature is now available in the recent version. Feel free to reach out if you encounter any further concerns.