mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 13:45:54 +03:00
[GH-ISSUE #80] Main entrypoint is a redirect #67
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#67
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 @almulalic on GitHub (Feb 2, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/80
I have deployed the project in k8s environment with a traefik proxy in front of it. Neither k8s nor traefik reckongize the entrypoint port because it's a redirect. Only way in which I was able to make it work is by trying to access it with
curl -L http://$POD_IP:8085.Right now I need to add a middleware or extra parts of configuration to make it work, and imo, this should work out of the box.
If there is a specific reason for the redirect, you can close the issue.
Thanks for the app!