-
Notifications
You must be signed in to change notification settings - Fork 130
chore: replace hub-embed with proxy to 127.0.0.1:5080 for /ui/ path in dev
#2615
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
Closed
NathanFlurry
wants to merge
1
commit into
feat_add_frontend-hub_service_to_docker-compose
from
06-15-chore_replace_hub-embed_with_proxy_to_127.0.0.1_5080_for__ui__path_in_dev
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Jun 15, 2025
Deploying rivet-hub with
|
| Latest commit: |
681fbc8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2ffecf6d.rivet-hub-7jb.pages.dev |
| Branch Preview URL: | https://06-15-chore-replace-hub-embe.rivet-hub-7jb.pages.dev |
Deploying rivet with
|
| Latest commit: |
681fbc8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://689c174d.rivet.pages.dev |
| Branch Preview URL: | https://06-15-chore-replace-hub-embe.rivet.pages.dev |
b748722 to
764c812
Compare
681fbc8 to
3d3a7be
Compare
This was referenced Jun 17, 2025
| /// | ||
| /// If disabled, the UI can be hosted separately. | ||
| pub enable: Option<bool>, | ||
| /// Origin to proxy UI requests to. This should be the server serving the actula files fro the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a typo in the documentation comment: actula files fro the should be actual files from the.
Suggested change
| /// Origin to proxy UI requests to. This should be the server serving the actula files fro the | |
| /// Origin to proxy UI requests to. This should be the server serving the actual files from the |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
764c812 to
b748722
Compare
3d3a7be to
681fbc8
Compare
This was referenced Jun 20, 2025
681fbc8 to
696dc22
Compare
b748722 to
3f7cb67
Compare
3f7cb67 to
274f283
Compare
696dc22 to
97e3ac2
Compare
Merge activity
|
graphite-app bot
pushed a commit
that referenced
this pull request
Jun 20, 2025
… in dev (#2615) <!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
This was referenced Jun 20, 2025
Closed
This was referenced Jun 28, 2025
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

Changes