mirror of
https://github.com/productiveops/dokemon.git
synced 2026-04-26 08:15:49 +03:00
[GH-ISSUE #38] Suggestion: Better reverse proxy support #17
Labels
No labels
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dokemon#17
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 @zhv on GitHub (Aug 7, 2024).
Original GitHub issue: https://github.com/productiveops/dokemon/issues/38
Hello @salilponde,
I tried to setup dokemon under reverse proxy (nginx in my case) with custom URL path prefix but seems dokemon does not support such deployment mode. As I see dokemon serves frontend resources with / hardcoded in the beginning. Is it possible to change resources/REST API calls to be served with relative path?
nginx config example:
PS: Thank you for such great software product! BR.