-
Notifications
You must be signed in to change notification settings - Fork 1
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
personalize links based on host #12
Conversation
Signed-off-by: karthik2804 <[email protected]>
a88589c
to
90bdc31
Compare
Signed-off-by: karthik2804 <[email protected]>
Signed-off-by: karthik2804 <[email protected]>
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.
Right now, this fails to run due to this issue: spinframework/spin#2915. For now, i think we should resolve this by switching to self requests. Alternatively we could merge this and tell users to either comment out the MQTT component or run the app selectively without the mqtt component:
SPIN_VARIABLE_MQTT_BROKER_URI="test.mosquitto.org" SPIN_VARIABLE_MQTT_TOPIC="booth/+" spin up --component-id "frontend" --component-id "api" --component-id "frontend-customization" --component-id "redirect-index"
Signed-off-by: karthik2804 <[email protected]>
Signed-off-by: Kate Goldenring <[email protected]>
@bacongobbler it looks like all of your suggestions were resolved. Do you mind re-reviewing? |
Signed-off-by: MacKenzie Olson <[email protected]>
Updating color scheme with better text to backgorund contrast
Merging this; any follow-ups can be done post-merge |
The links on the UI are customized based on the server's hostname. This can be tested by setting different host headers for the different providers.