Skip to content
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

Enable to configure different proxy port for Wildfly Aministration Console for navigation from Archive Web UI #4185

Closed
gunterze opened this issue Aug 18, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Aug 18, 2023

Enable to configure different proxy port for Wildfly Aministration Console for navigation from Archive Web UI, configurable by Environment Variables of the archive docker image:

UI_MANAGEMENT_HTTP_PORT

HTTP port used by the browser based Archive UI to access the Wildfly Administration Console.
Have to be set different to MANAGEMENT_HTTPSPORT, if running behind a HTTP reverse proxy listing on a different port.

UI_MANAGEMENT_HTTPS_PORT

HTTPS port used by the browser based Archive UI to access the Wildfly Administration Console.
Have to be set different to MANAGEMENT_HTTPS_PORT, if running behind a HTTPS/SSL reverse proxy listing on a different port.

or by corresponding system properties jboss.ui.management.http.port and jboss.ui.management.https.port on manual installations.

@gunterze gunterze added the enhancement New feature or request label Aug 18, 2023
@gunterze gunterze added this to the 5.31.0 milestone Aug 18, 2023
@gunterze gunterze self-assigned this Aug 18, 2023
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Aug 18, 2023
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Aug 18, 2023
gunterze added a commit to dcm4che-dockerfiles/dcm4chee-arc-psql that referenced this issue Aug 18, 2023
@gunterze gunterze reopened this Mar 5, 2024
@gunterze
Copy link
Member Author

gunterze commented Mar 5, 2024

System properties jboss.ui.management.http.port and jboss.ui.management.https.port and therefore Environment Variables UI_MANAGEMENT_HTTP_PORT and UI_MANAGEMENT_HTTPS_PORT of the archive docker image does not get considered!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant