UCL-MIRSG / ansible-collection-infra

Ansible Collection to configure infrastructure for XNAT and OMERO
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

add `xnat_site_url variable` for setting the `siteUrl` & API endpoint #79

Closed paddyroddy closed 7 months ago

paddyroddy commented 7 months ago

Fixes #75. Addresses problems discussed in #78.

Essentially, the idea is to have a separate URL for the siteUrl to fix the redirect issues.

We have decided to get rid of xnat_web_server.url as that would add confusion having two different URLs.

paddyroddy commented 7 months ago

Feels like you might need to do the hostname: localhost, port 8080 approach @p-j-smith

p-j-smith commented 7 months ago

Feels like you might need to do the hostname: localhost, port 8080 approach @p-j-smith

Yep you're right! This was done in #82 and seems to have fixed the issue. So closing this as not needed