mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-20 21:14:01 -05:00
URL redirect #154
Closed
opened 2025-11-13 11:51:40 -06:00 by GiteaMirror
·
10 comments
No Branch/Tag Specified
main
dependabot/npm_and_yarn/npm-dependencies-8b2d4a9f3a
dependabot/docker/docker-dependencies-6cbd4d48e0
dependabot/go_modules/install/go-install-dependencies-3804ca7238
dev
refactor/batch-status-requests
dependabot/npm_and_yarn/axios-1.18.0
crowdin_dev
fix/labels-dropdown-flicker
dependabot/github_actions/github-actions-dependencies-2ee11778c9
feat/remember-last-idp-on-smart-login-form
dependabot/npm_and_yarn/multi-5f1280885e
fix/non-semver-version-error
private-resource-page
resource-launcher
backhaul
exit-node-reconnect
feat/command-palette
ssh
delete-account
msg-delivery
org-only-idp
cicd
patch
site-targets-auto-login
1.21.0
1.21.0-rc.0
1.20.0
1.20.0-rc.0
1.19.4
1.19.3
1.19.2
1.19.1
1.19.0
1.19.0-rc.1
1.19.0-rc.0
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.18.0-rc.0
1.17.1
1.17.0
1.17.0-rc.0
1.16.2
1.16.1
1.16.0
1.16.0-rc.0
1.15.4
1.15.3
1.15.2
1.15.1
1.15.0
1.15.0-rc.0
1.14.1
1.14.0
1.14.0-rc.0
1.13.1
1.13.0
1.13.0-rc.0
1.12.3
1.12.2
1.12.1
1.12.0
1.12.0-rc.0
1.11.1
1.11.0
1.10.3
1.10.2
1.10.1
1.10.0
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
1.0.0-beta.15
1.0.0-beta.14
1.0.0-beta.13
1.0.0-beta.12
1.0.0-beta.11
1.0.0-beta.10
1.0.0-beta.9
1.0.0-beta.8
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
Labels
Clear labels
api
authentication
bug
config
dependencies
docker
documentation
enhancement
good first issue
help wanted
Improvement
Look Into
needs investigating
networking
new feature
non-critical bug
potential bug
pull-request
question
reverse proxy
Security
stale
ui
wontfix
Mirrored from GitHub Pull Request
No labels
new feature
Milestone
No items
No Milestone
Projects
Clear projects
No projects
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/pangolin#154
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @miloschwartz on GitHub (Mar 16, 2025).
Originally assigned to: @miloschwartz on GitHub.
Discussed in https://github.com/orgs/fosrl/discussions/245
Originally posted by strich3 February 27, 2025
Add a redirect option to the rules, for example:
If you want people to get redirected from website.xyz/somethingold to website.xyz/somethingnew
Very simple but could be useful
@snagcustoms commented on GitHub (Apr 8, 2025):
Another version of this would be something in the gui to mimic this feature in nginx:
location = /{return 301 $scheme://$http_host/foldername;}@Fred-06 commented on GitHub (May 25, 2025):
Hi,
Also interested in this feature.
Useful for example to implement oCIS and make the application work on smartphones for example because there is a Redirect URI.
Thanks a lot for the work!
@kmanwar89 commented on GitHub (Jun 2, 2025):
+1 here please and thank you!
I'd like to redirect "api.mydomain.com" directly to "api.mydomain.com/v1/docs" when I'm accessing it via my browser, without breaking the api.mydomain.com/v1 internal health checks.
@L0sWach0s commented on GitHub (Jun 11, 2025):
I‘m also interested in this feature!
By the way:
Great job!
@aaymecho commented on GitHub (Jun 29, 2025):
This would be good, but in the meantime you configure traefik's config dynamic config to get a similar setup.
Example: pangolin.websitename.org/old -> new.websitename.org
also great job guys!
@Nafalan commented on GitHub (Jul 13, 2025):
Can you explain this some more please and tell me if it's possible for me to use this solution for rybbit.io?.
Configure Your Reverse Proxy
If you’re using your own reverse proxy, configure it to:
Proxy requests to /api/* to http://localhost:3001
Proxy all other requests to http://localhost:3002
this is what they say to do.
https://www.rybbit.io/docs/self-hosting-manual
this is the documentation but also I tried to set it up but I am thinking the only solution is to use caddy as an inbuilt thing and make everything go through that.
@aaymecho commented on GitHub (Jul 13, 2025):
For my case, what I've done is if a user registers using a link from my invitation link through pangolin, they'll automatically be redirected to my other subdomain. You can have headers so that it reads what role the user has (that's up to you) for more control, but this just traefik all in itself.
For you're case, I'm not sure what exactly you're asking for, but from the documentations you can just setup you're organization and create the two difference resources one for your backend and client.
@Nafalan commented on GitHub (Jul 13, 2025):
What I'm trying to do is poxy requests to the API which is on the same path as the main domain
So if it makes an API call for rybbit it would then route that request to ABC.com/API*
Which is running on port 3001 and the frontend user panel is on ABC.com port 3002
@ryanehamil commented on GitHub (Jul 31, 2025):
This would be amazing if it were a part of the targets config. Instead of a target down a newt it would 301 redirect.That means we wouldn't really need a "site" with a newt path for these if pangolin could be the endpoint that responds. Maybe just an alternate resource type?
This would be immensely helpful for services that change domain name. I could leave a 301 on the old url for a period of time. I am super happy with multi domain support. Makes it so easy to just select a new domain, save, and bam the new url is up and running.
@miloschwartz commented on GitHub (Sep 27, 2025):
Closing this not because we're not doing it but because I want to move all feature requests back to the discussion sections for community chat and upvotes. I think there is actually an active PR for this right now.
continue in: https://github.com/orgs/fosrl/discussions/245