-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use service names as endpoint prefix #377
Comments
cc @kulmann |
Currently, the proxy config addresses exactly this, but a new concept for default extensions is welcomed, but it will introduce more magic ✨ . |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
This is still relevant. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
Please open again if the ticket is still relevant |
Currently, the accounts service requires a proxy entry for
/accounts.js
,/api/v0/accounts/
and maybe/api/v0/groups/
.The proxy should expose services based on their service name, eg:
/accounts/
/hello/
/ocs/
/ocdav/
/reva/
/thumbnails/
(or rename tothumbs
?)all should route to the corresponding services
for phoenix (web) / should be the root of the app, (well it should be configurable), but the rest could be exposed at
/phoenix/
or/web/
related:
The text was updated successfully, but these errors were encountered: